/* CSS Document */
<STYLE type="text/css">

<!--
		a:link { color: #0033FF; text-decoration: none;}
		a:visited { color: #CC3300; text-decoration: none;}
		a:active { color: #0033FF;}
		a:hover { color: #0033FF; text-decoration: underline;}
		
		a:link > ul > li { color: #0033FF; text-decoration: none; }
		a:visited > ul > li { color: #CC3300; text-decoration: none;}
		a:active > ul > li { color: #0033FF;}
		a:hover > ul > li{ color: #0033FF; text-decoration: underline;}

				
		html, body {
			background-color: #f6fffe;
			margin: 0;
			font-family: times new roman;
		}
		
		body {
			width: 1010px;
			margin: 0;
			font-color: black;
			text-align: center;
		}
		
		p {
		   	 font-size: 14pt;
		}	
		
		.pagetitle {
			font-size: 18pt;
			font-weight: bold;
		}
		
		
		#wrapper { 
  			margin: 0 auto 0 auto; 
  			text-align: left;
  			width: 1010px; 
			position: relative;
			border-left: #6699FF 5px solid;
			border-right: #6699FF 5px solid;
			border-bottom: #6699FF 4px solid;
		} 
		
		#header { width: 1010 px; float: left; }
	
		#leftcol {
			float: left;
			width: 150px;
			border: #000 0px solid;
		}
		#main {
			margin: 0px;
		}
		
		#centercol {
			border: #00 1px solid;
			margin: 0 150px 0 150px;
			padding-right: 30px;
			padding-left: 30px;
			width: 690 px;
			color: black;
			height: 100%;
			}
				
		#rightcol {
			position: absolute;
			left: 855 px;
			width: 145 px;
			border: #000 0px solid;
		}
		
		#spacerbottom {
			height: 200px;
		}
		
		#bottom {
			height: 75;
			width: 1000;
			background: url(../images2/background_image4.jpg) no-repeat bottom center #1442D3;
			border-top: #6699FF 2px solid
		}
			
		.navcell {
			font-size: 12 pt;
			color: #0033FF;
			padding-left: 3;
			padding-right: 3;
			padding-top: 12;
			padding-bottom: 12;
			vertical-align: middle;
			Width: 140;
			background-color: #99CCFF; 
		}
		
		.navcellcurrentpage {
			font-size: 12 pt;
			color: #CCFFCC;
			padding-left: 3;
			padding-right: 3;
			padding-top: 12;
			padding-bottom: 12;
			vertical-align: middle;
			Width: 140;
			background-color: #CCFFFF; 
		}
		
		.navbarborder {
		width: 5;
		background-color: #1442D3;		
		}
		
		.navbartable {
		color: #0033FF;
		cell-spacing: 0px;
		cell-padding: 0px;
		}
		
		.navbartopleft {
		
		}
		
		.navbartopright {
		
		
		}
		
		.navbarbottomleft {
		height: 6 pt;
		width: 5 px;
		background: #aabadd url(../images2/nav_lower_left.jpg) no-repeat center;
		border: 0
		}
		
		.navbarbottomright {
		
		}
		
		
		
</STYLE>

