@charset "UTF-8";
/* CSS Document */

body{
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e7f3fb;
}

#header{
	height: 340px;
	width: 100%;
	background: #e7f3fb; 
	margin-left: auto;
    margin-right: auto
	
}

#contentContainer{
	width: 787px;
	margin: 0 auto;
	border-right: 1px dashed #BABABA;
	border-left: 1px dashed #BABABA;
	line-height: 17px;
	font-size: 12px;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
/*
--------------------------------------------------
Home page column styles
--------------------------------------------------
*/
#contentContainer #leftCol{
	float: left;
	width: 533px;
	border-right: 1px dashed #BABABA;
}

.article, .articleNoLine{
	border-bottom: 1px dashed #BABABA;
	padding: 0 25px;
	margin: 10px 0 10px 0 ;
}
.articleNoLine{
	border-bottom: none;
	margin: 0 0 -10px 0;
}

.article h2, .articleNoLine h2{
	color: #C30D00;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	font-size: 17px;
	letter-spacing: 0;
}

.article h2 span, .articleNoLine h2 span{
	font-size: 13px;
	font-weight: normal;
}

#contentContainer #rightCol{
	float: right;
	width: 231px;
	padding: 0 11px 0 10px;
}

/*
--------------------------------------------------
Sup pages column styles
--------------------------------------------------
*/

#contentContainer #subLeftCol{
	float: left;
	width: 260px;
	text-align: center;
}

#contentContainer #subRightCol{
	float: left;
	width: 482px;
	border-left: 1px dashed #BABABA;
	padding: 0 22px;
}

	#subRightCol h2{
		color: #4995b9;
		text-transform: uppercase;
		font-size: 18px;
		background: url(../images/titleIcon.gif) no-repeat;
		padding: 7px 0 0 0px;
		height: 32px;
		margin: 0px 0 6px 0;
	}

#subLeftCol #subNav{
	margin: 10px 0 40px 0;
	padding: 0;
}

#subLeftCol #subNav li{
	margin: 0;
	padding-top: 3px;
	padding-bottom: 2px;
	list-style: none;
	border-bottom: 1px dashed #BABABA;
	text-align: left;
}


#subLeftCol #subNav li a{
	font-size: 11px;
	padding-left: 28px;
	color: #1C3742;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/subIcon.gif) no-repeat 7px;
	display: block;
}
#subLeftCol #subNav li.active a{
	font-size: 11px;
	padding-left: 28px;
	color: #F5911D;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/subIcon_roll.gif) no-repeat 7px;
	display: block;
}

#subLeftCol #subNav li a:hover{
	color: #F5911D;
	text-decoration: none;
	background: url(../images/subIcon_roll.gif) no-repeat 7px;
	
}

/*
--------------------------------------------------
Footer styles
--------------------------------------------------
*/
#footer{
	
	border-top: 1px dashed #BABABA;
	border-bottom: 1px dashed #BABABA;
	font-size: 9px;
	text-align: center;
}
#footer ul{
	width: 787px;
	margin-left: auto;
    margin-right: auto;
    
	
	padding: 5px 0;
}
#footer ul li{
	display: inline;
	list-style: none;
	text-transform: uppercase;
	margin: 0 5px;
}
#footer ul li a{
	color: #4995b9;
	font-weight: bold;
	text-decoration: none;
}

#footer ul li a:hover{
	text-decoration: underline;
}

/*
--------------------------------------------------
General styles
--------------------------------------------------
*/
.readMore{
	color: #C30D00;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 10px 0;
}
.readMore a{
	color: #C30D00;
	text-decoration: none;
}
.readMore a:hover{
	text-decoration: underline;
}

.clearBoth{
	clear: both;
	height: 1px;
}