@charset "UTF-8";

/* reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { color: #fff; margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; }
td,th { vertical-align: top; }
a {
	color: #3becf1; 
	text-decoration: none;
}
	a:hover {
		color: #fff; 
		text-decoration: underline;
	}
/* grid (960px max)*/
div.grid { width: 960px; overflow: hidden; }
div.gridRow { clear:both; width:960px; }
div.gridCol120 { float:left; width:120px; overflow: hidden; }
div.gridCol240 { float:left; width:240px; overflow: hidden; }
div.gridCol360 {
	float:left;
	width:100%;
	overflow: hidden;
}
div.gridCol480 { float:left; width:480px; overflow: hidden; }
div.gridCol600 { float:left; width:600px; overflow: hidden; }
div.gridCol720 { float:left; width:720px; overflow: hidden; }
div.gridCol960 { float:left; width:960px; overflow: hidden; }

/* base */
body { margin: 0; }
.inline { display: inline; }
.block { display: block; }
.hide { display: none; }
.clear { 
	clear: both;
	height: 0px;
	overflow: hidden;	
}

/* defaults */
body { font: 14px/18px Georgia, serif; }
div h1 { font: bold 34px/34px Georgia, serif; color: #000; margin: 0 9px 0 0; padding: 12px 0; clear:both; }
div h1 a:link { color: #3becf1; text-decoration: none; }
div h1 a:visited { color: #3becf1; text-decoration: none; }
div h1 a:hover { color: #3becf1; text-decoration: underline; }
div h1 a:active { color: #3becf1; text-decoration: underline; }
div h2 { font: bold 18px/20px Georgia, serif; color: #000; margin: 0; padding: .25em 0 .25em 0; clear:both; }
div h2 a:link { color: #3becf1; text-decoration: none; }
div h2 a:visited { color: #3becf1; text-decoration: none; }
div h2 a:hover { color: #3becf1; text-decoration: underline; }
div h2 a:active { color: #3becf1; text-decoration: underline; }
div h3 { font: bold 16px/20px Georgia, serif; color: #000; margin: 0; padding: .25em 0 .25em 0; }
div h3 a:link { color: #3becf1; text-decoration: none; }
div h3 a:visited { color: #3becf1; text-decoration: none; }
div h3 a:hover { color: #3becf1; text-decoration: underline; }
div h3 a:active { color: #3becf1; text-decoration: underline; }
div h4 { font: bold 11px/12px Helvetica, Arial, sans-serif; text-transform: uppercase; color: #fff; margin: 0; padding: .25em 0 0.5em 0; }
div h4 a:link { color: #3becf1; text-decoration: none; }
div h4 a:visited { color: #3becf1; text-decoration: none; }
div h4 a:hover { color: #3becf1; text-decoration: underline; }
div h4 a:active { color: #3becf1; text-decoration: underline; }
div h5 { font: bold 13px/18px Georgia, serif; color: #000; margin: 0; padding: 0; }
div h5 a:link { color: #3becf1; text-decoration: underline; }
div h5 a:visited { color: #3becf1; text-decoration: underline; }
div h5 a:hover { color: #3becf1; text-decoration: underline; }
div h5 a:active { color: #3becf1; text-decoration: underline; }
div h6 { font: bold 13px/18px Georgia, serif; color: #000; margin: 0; padding: 0; display: inline; }
div h6 a:link { color: #3becf1; text-decoration: underline; }
div h6 a:visited { color: #3becf1; text-decoration: underline; }
div h6 a:hover { color: #3becf1; text-decoration: underline; }
div h6 a:active { color: #3becf1; text-decoration: underline; }
div p { font: 13px/18px Georgia, serif; color: #000; margin: 0 0 1em 0; padding: 0; }
div p a:link { color: #3becf1; text-decoration: underline; }
div p a:visited { color: #3becf1; text-decoration: underline; }
div p a:hover { color: #3becf1; text-decoration: underline; }
div p a:active { color: #3becf1; text-decoration: underline; }
div blockquote { 
	border-left: 3px solid #EEEEEE;
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	margin: 0.5em 1em;
	padding-left: 1em; 
}
div small { color: #000; }
div strong { font-weight: bold; }
div em { font-style: italic; }
div ul { list-style: disc; margin: 0; padding: 0 0 0 1.5em; }
div ol { list-style: decimal inside; margin: 0; paddin g: 0 0 0 1.5em; }
div ul ol { margin: 0; padding: 0 0 0 1em; }
div ul ul { margin: 0; padding: 0 0 0 1em; }
div ol ol { margin: 0; padding: 0 0 0 1em; }
div ol ul { margin: 0; padding: 0 0 0 1em; }
/*div li { font: 13px/18px Georgia, serif; margin: 0; padding: 0; }*/
/*
div li a:link { color: #000; text-decoration: underline; }
div li a:visited { color: #000; text-decoration: underline; }
div li a:hover { color: #000; text-decoration: underline; }
div li a:active { color: #000; text-decoration: underline; }
*/
div img { border: 0; }
div hr { 
	display: block; 
	border: 0; 
	border-top: 1px solid #ccc; 
	height: 0; 
	padding: 0; 
	clear: both; 
}

/* common page parts */
/*div.ncsoftMenuBar { background: #333; } 
div.ncsoftMenuBarContent { height: 31px; width: 960px; background: #333; } /* fpo */
div.header { }
div.headerContent { }
div.headerFeature { background: #52829a url(bg_header_feature.jpg) 50% 0 repeat-x; }
div.headerFeatureContent { height: 389px; width: 960px; background: #52829a url(bg_header_feature.jpg) 50% 0 repeat-x; margin: 0 auto; }
div.headerStandard { background: #52829a url(bg_header_standard.jpg) 50% 0 repeat-x; }
div.headerStandardContent { height: 197; width: 960px; background: #52829a url(bg_header_standard.jpg) 50% 0 repeat-x; margin: 0 auto; }
div.nav { background: #52829a url(bg_nav.jpg) 50% 0 repeat-x; }
div.navContent { height: 60px; width: 960px; background: #52829a url(bg_nav.jpg) 50% 0 repeat-x; margin: 0 auto; } 
div.content {
	background-color: #52829a;
	background-image: url(bg_content.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
}
div.contentContent { width: 960px; background: #52829a url(bg_content.jpg) 50% 0 repeat-x; margin: 0 auto;}
div.footer { background: #333 url(bg_footer.jpg) 50% 0 repeat-x; }
div.footerContent { height: 180px; width: 960px; background: #333 url(bg_footer.jpg) 50% 0 repeat-x; padding: 30px 0 0 0; margin: 0 auto; }

/* linklist */

div ul.linklist { 
	margin: 0 !important; 
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}
	div ul.linklist li { 
		list-style-type: none; 
		margin: 0; 
		padding: 0; 
	}
		div ul.linklist li.arrow { 
			padding-left: 10px; 
			background: transparent url(linklist_arrow.png) no-repeat 0 3px; 
		}
			div ul.linklist li.arrow a { 
				font-family: Helvetica, Arial, sans-serif; 
				text-decoration: none; 
				color: #3becf1; 
			}
				div ul.linklist li.arrow a:hover { 
					color: #fff; 
				}			
div ul.linklist li.rss { 
	margin-left: 0;
}
	div ul.linklist li.rss a { 
		font-family: Helvetica, Arial, sans-serif;
		padding-left: 22px; 
		background: transparent url(linklist_rss.png) 0 0 no-repeat;
	}

