body {
	background-color:#2067b0;
	/*background-color:#ffffcc;*/
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a:link {
	color: #113C79;
	text-decoration: none;
}

a:visited {
 	color: #113C79;
 	text-decoration: none;
}

a:hover {
	color: #113C79;
	text-decoration: underline;
}

a:active {
	color: #113C79;
	text-decoration: underline;
}

#container{
width: 959px;
margin: 0px auto;
padding: 0;
height: 100%;
background-color : #ffffff;
}
#header{
width: 959px;
margin: 0px auto;
padding: 0;
height: 72px;
background-color: #FFFFFF;
}
#headerLeft{
width: 300px;
float:left;
padding-left:40px;
padding-top:5px;
}
#headerRight{
width: 300px;
float:right;
padding-right:60px;
padding-top:10px;
}
#banner{
width: 959px;
margin: 0px auto;
padding: 0;
height: 213px;
}
#menu {
	width:959px;
	height:25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menuContainer{
width: 959px;
height: 25px;
}


#page_content_container{
width: 959px;
height:100%;
margin: 0px auto;
padding: 0px 0px 0px 0px;
}

#page_content_left {
	width: 250px;
	height:340px;
	text-align: justify;
	margin: 0 auto;
	border-right:#2465A9 solid 2px;
	margin-top:25px;
	margin-bottom:25px;
	float: left;
	overflow:visible;
	
}
#imagesFooter{
width:100%;
height:100px;
vertical-align:bottom;
text-align:left;
}
#imagesFooter img{
border:#333333 solid 1px;
margin:8px 18px 8px 0px;
padding:3px;
}
#newsImages {
	width:200px;
	float:right;
	height:100%;
	padding-left:25px;
}

#News {
        width: 190px;
        margin: 0 auto;
        }
#latestNews {
	height:100px;
	overflow:hidden;	
}
#latestNews a:link, #latestNews a:visited{
	text-decoration:none;
	color:#000000;
}
#latestNews a:hover{
	text-decoration: underline;
	color:#000000;
}
#E1 {
	margin-top:130px;
        }
#page_content_right {
	width: 586px;
	height:100%;
	min-height:450px;
	margin: 0px;
	margin-top:25px;
	padding-left:60px;
	padding-right:60px;
	margin-left:0px;
	float: right;
	overflow:visible;

}

#subMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
#subMenu {
        width: 200px;
        border-style: solid;
        border-color: #D0D0D0;
        border-width: 1px;
        margin: 0 auto;
		font-family:"Trebuchet MS", Arial;
		font-size:12px;
		font-weight:bold;
        }

#subMenu ul li a {
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 100%;
        text-decoration: none;
        }

#subMenu ul li a:link, #subMenu li a:visited {
        color: #ffffff;
        display: block;
        background: #113C79;
        padding: 8px 25px 8px 10px;
        text-align: right;
        }

#subMenu ul li a:hover, #subMenu li a:active {
        color:  #ffffff;
        /*background: #2067B0;*/
		background: #738EB0;
        padding: 8px 25px 8px 10px;
        text-align: right;
		text-decoration:underline;
        }
#subMenu ul li #current {
        color: #333333 ;
        background: #ffffff;
        padding: 8px 25px 8px 10px;
        text-align: right;
		text-decoration:underline;
        }
#subMenu ul li #subMenu1 {
        color: #333333;
        display: block;
        background: #CCCCCC;
        padding: 5px 35px 0 2px;
        text-align: right;
		height: 100%;
		font-size:11px;
        }
#subMenu ul li #subCurrent {
        color: #333333;
        display: block;
        background: #CCCCCC;
        padding: 5px 35px 0 2px;
        text-align: right;
		height: 100%;
		font-size:11px;
		text-decoration:underline;
        }
#subMenu ul li #sub_subMenu1 {
        color: #333333;
        display: block;
        background: #EEEEEE;
        padding: 5px 45px 0 2px;
        text-align: right;
		height: 16px;
		font-size:11px;
        }		
#subMenu ul li #sub_subCurrent {
        color: #333333;
        display: block;
        background: #EEEEEE;
        padding: 5px 45px 0 2px;
        text-align: right;
		height: 16px;
		font-size:11px;
		text-decoration:underline;
        }	
		
		
		
#TC li {
	padding-bottom:10px;
	}
/*#subMenu2 ol {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#subMenu2 ol li a:link{
        color: #333333;
        display: block;
        background: #CCCCCC;
        padding: 5px 35px 0 2px;
        text-align: right;
		height: 18px;
		font-size:11px;
        }
#subMenu2 ol li a:hover{

        background: #999999;

        }
*/

p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:14px;
	}


h1 {
	font-family:"Trebuchet MS", Arial;
	font-size:150%;
	color:#000000;
	}
h2 {
	font-family:"Trebuchet MS", Arial;
	font-size:100%;
	font-weight:bold;
	color:#000000;
	margin-top:15px;
	margin-bottom:3px;
	}
h3 {
	font-family:"Trebuchet MS", Arial;
	font-size:100%;
	font-weight:bold;
	color:#000000;
	margin: 0px;
	padding: 0px;
	}
h5 {
	font-family:"Trebuchet MS", Arial;
	font-size:90%;
	font-weight:normal;
	color:#000000;
	margin:0px;
	}
.clear {
	clear:both;
	}