body {
	background-color: #000000;
	margin: 0px;
	background-color:#2C749B;
	font-size: .8em;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
}

img {
	border: none;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

#mainPanel{
	width: 950px;
	max-width: 950px;
	margin: 0 auto;
	background-color: #005288;
	border: 4px solid #000000;
	border-top: 0;
}



/* ######### Header ######### */

#header{
	border-bottom: 5px solid #e55c14;
	width: 950px;
}

#navButtons{
	text-align: center;
	color: #ffffff;
	padding-top: 6px;
	padding-left: 15px;
	font-size: .8em;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
}
#navButtons a{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#navButtons a:hover{
	color: #FF6600;
}



#mainLayout{
	width: 950px;
}





#leftMenuContainer{
	width: 179px;	
	background-color: #0086c5;
	padding: 0px;
	background-image: url(images/bg_leftNav_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#leftMenu{
	padding: 10px;	
	font-size: 12px;
}
#leftMenu a{
	color: #ffffff;
}

#leftMenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 15px;	
	color: #ffffff;
}
#leftMenu ul ul{
	padding-left: 10px;
	
}
#leftMenu li{
	padding: 0;
	margin: 0;
	background-image: url(images/icon_square.gif);	
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 8px;
}

#leftMenu li.hasChildren{
	background-image: url(images/icon_plus.gif);	
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 8px;
}

#searchBox{
	background-image: url(images/bg_leftNav_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 42px;
	color: #ffffff;
	text-align: center;
	padding-top: 22px;
}

#contentContainer{
	border: 3px solid #e3e1e2;
	border-collapse: collapse;
	width: 622px;
	background-color: #ffffff;
}
#breadCrumbs{
	padding: 2px;
	font-size: .9em;
	background-color: #fafafa;
	text-align: right;
}

#contentArea{
	padding: 10px;
	overflow-x: auto;
}

#rightMenu{
	width: 149px;	
	background-color: #0086c5;
}

#quickLinks{
	background-color: #febb12;
	background-image: url(images/bg_quickLinks.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 40px 5px 5px 10px;
}
#quickLinks a{
	color: #ffffff;
	font-weight: bold;
}
#latestNews{
	background-image: url(images/bg_latestNews.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0px 5px 5px 10px;
	background-color: #0086c5;
}
#latestNews a{
	color: #ffffff;
	font-weight: bold;
}





#footerPanel{
	clear: both;
	position: relative; 
}
 
#footer{
	/*padding-top: 10px;*/
	background-color: #005288;
	height: 25px;
	font-size: 14px;
	padding-left:5px;
}




#tableDLeftPanel{
	background-color: #1c5089;
	padding-right: 10px;
	padding-left: 10px;
}

#tableDLeft{
	background-color: #0086c7;
	height: 100%;
	position:relative;
	bottom: 0px;
	padding: 5px;
	background-image: url('images/br.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
}

#tableDCenter{
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 10px;
}

#tableDRightPanel{
	background-color: #1c5089;
	padding-right: 10px;
	padding-left: 10px;
}

#spacer{
	background-color: #1c5089;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tableDRightTop{
	background-color: #f4bb09;
	color: #f9e0ac;
	font-weight: bold;
}

#tableDRightBottom{
	background-color: #0086c7;
	color: #bcd6fa;
	font-weight: bold;
	margin-top: 50px;
}



h1,h2,h3,h4,h5{
	margin-top: 0px;
	margin-bottom: 0px;
}
h1{
	font-size: 1.4em;
}
h2{
	font-size: 1.2em;
}
h3{
	font-size: 1.1em;
}
h4{
	font-size: 1.0em;
}
h5{
	font-size: 0.9em;
}


.leftItemList{
	position: relative;
	left: 0px;
	width: 180px;
	float: left;
}

.rightItemList{
	position: relative;
	left: 20px;
}

.cleaner {
	clear:both;
	height: 0px;
	font-size: 0px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.topNavBar{
	font-size: 1.4em;	
}


