/* CSS Document */
 
body {
		margin:0;
		background-color:#000000;
}


.style1 {
	color: #435591;
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
}

p, li, img, div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
}

#header {
	background-repeat:no-repeat;
	width:800px;
	height:280px;
	}
	
#toc {
	height:25px;
	width:791px;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:visited{
	color:#ffffff;
	text-decoration:none;
}

a:hover{
	color:#435591;
	text-decoration:none;
	}

#toc_holder, a {
	position:relative;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color:#FFFFFF;
}

#content {
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	width:791px;
}

#footer {
	width:802px;
	height:22px;
	position:relative;
}

#contentText {
	padding-left:20px;
	display:block;
	position:relative;
	width:750px;
}


