/* CSS Document */
body, html { height: 100% }
/* body {overflow-y: hidden } */

ul {
	margin: 0px;
	padding: 5px 30px;
}
p {
	margin: 0px;
	padding: 5px 0;
}
body{

	margin:0px;
	background-color:#D6D6D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;	/* Added line height */	/* line-height: 125%; */
	}

a{
	text-decoration:underline;
	font-weight:bold;
	color:#00529c;
	}
a:hover{
	color:#333;
	}

img, img a{
	border-wdith:0px;
	border-style:none;
	}


.title {
	color:#333333;
	font-weight:bold;
	font-size: 14px;
}

h1 {
	color:#333333;
	font-weight:bold;
	font-size: 18px;
	margin:0;
	padding: 7px 0;
}


h2 {
	color:#333333;
	font-weight:bold;
	font-size: 15px;
	margin-bottom:0.1em;
}

p { margin-top: 0px; }

h3 {
	font-size: 14px;
	text-decoration:inherit;
}


#header{
	margin-top:0px;
	width:900px;
	}
	
#footer{
	width:900px;
	text-align:left;
	padding-top:9px;
	font-size:10px;
}

#navigation{
	text-align:center;
	background-color:#666666;
	padding-bottom:2px;
	overflow: hidden;
	}

#contentBox{
	width:900px;
	/*height:623px;*/
	margin-top:35px;
	border-width:2px;
	border-style:solid;
	border-color:#666666;
	}

#pagesContent{
	margin-top:0px;
	background-color:#F2F2F2;
	/*height:350px;*/
	width:900px;
	height:415px;
	}
	
#shortpage{
	/* the data within the contentF box */
	/* width = scrollerF - 59/60 */
	width:640px;
	height:390px;
	float:left;
	text-align:left;
	color:#000000;
	font-size:11px;
	padding: 10px 0px 0px 20px;
	}

#pageFlash{
	width:615px;
	height:415px;
	float:left;
	text-align:left;
	color:#FFFFFF;
	}

#pageImage{
	width:200px;
	height:415px;
	float:left;
	text-align:left;
	color:#FFFFFF;
	}
	
	/* div.contentF { overflow-x:hidden !important;overflow-y:auto !important} */
.overview p{
	margin:4px 0 11px 0;
	padding:0;
}

.overview h2{
	margin:0;
	padding:7px 0 0 0;
}