
html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#D3DDD3;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : verdana, tahoma, arial;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#globalContainer {
	width: 975px;
	margin: 0 auto;
	border: 2px solid black;
	padding: 2px 0px 2px 0px;
	background-color:#ffffff;
	
}



#centeredBody {
	text-align:left;
	margin:0px auto;
	width:975px;
	overflow:hidden;
	background-color:#ffffff;
}


#header {
	margin:0px;
	padding: 2px 0px 2px 0px;
	line-height:125%;
	width:975px;
	height:60px;
	font-family : "Times New Roman", georgia, arial, tahoma;
	font-size : 24px;
	font-weight:bold;
	color: #508A6A;
	overflow:hidden;
	float: left;
	z-index: 999;
}

#headerRight img {
	border:none;
	text-align: center;
}

#logo {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float: left;
	overflow:hidden;
	width: 468px;
	/*	border: thin dotted black;*/
	text-align:center;
	height: 60px;
}

#logo img {
	border:none;
	text-align: center;
}
#headerRight {
	float: left;
	overflow:hidden;
	/*	border: thin dotted black;*/
	height: 60px;
	margin: 22px 0px 0px 0px;
	padding: 0px;
	width: 302px;
}



#headernav {
	margin:0px 0px 8px 0px;
	padding:0px;
	width:975px;
	height:31px;
	z-index:40;
}

#navbar {
	margin: 2px auto;
	padding: 0px;
	height: 20px;
	border: none;
	clear: both;
	text-align:center;
	font-weight:bold;
	background-image:url(../images/_navbackground.gif);
	background-repeat:repeat-x; 
	float: none;
}

#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar li {
	display: inline;
	border-left: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	
}
#navbar .first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#navbar a, a:link, a:visited {
	font-family : arial, tahoma;
	font-size : 14px;
	font-weight:bold;
	letter-spacing:normal;
	color: #1A4E7B;
	display: inline;
}

#navbar a:hover {
	text-decoration:none;
	color:#4B8163;
}

#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:975px;
	background-image:url(images/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	z-index:20;
}

#leftnav {
	padding:0px 10px 0px 10px;
	margin:15px 0px 0px 0px;
	width:155px;
	height:auto;
	text-align:left;
	background-image:url(../images/navbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	float:left;
}

* html #leftnav {
	width:155px;
} /* IE */

#pageContent {
	padding:2px 0px 5px 0px;
	width:750px;
	float:left;
	text-align:left;
	height:auto;
}


#footer {
	margin:0px 0px 20px 0px;
	padding-top:3px;
	width:975px;
	height:22px;
	font-family : arial, tahoma;
	font-size : 11px;
	color: #1A4E7B;
	text-align:left;
}


#footernav {
	margin:0px;
	padding:0px;
	width:932px;
	height:34px;
	font-family : arial, tahoma;
	font-size : 11px;
	color: #860038;
	text-align:right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
