#logoTop{
	width: 764px; 
	height: 125px; 
	margin: 0 auto 0 auto; 
	background: #ffffff url("../images/logo.jpg") no-repeat;
	/* border-top: 2px solid white; */
	/* border-left: 2px solid white; */
	/* border-right: 2px solid white; */
	border-bottom: 20px solid white;
}

	
#GreyLine{
	width: 764px;
	height: 30px;
	margin: 0 auto 0 auto;
	background: #ffffff url("../images/grey-line.jpg") no-repeat;
	vertical-align: middle;
	overflow: hidden;
}

#OrangeHeader{
    font-family:Verdana;
    font-size:26px;
    font-weight: 500;
    color:#ff9900;
}

#BlueHeader{
    font-family:Verdana;
    font-size:18px;
    font-weight:500;
    color:#003366;
    
}

#pagebody{
	width: 764px;
	margin: 0 auto 0 auto;
	background-color: #f2f2f2;
	/* border-left: 2px solid white; */
	/* border-right: 2px solid white; */
	/* border-bottom: 1px solid white; */
	border-collapse: collapse;
	padding: 0;
	overflow: hidden;
}

	table#container{
		/* height: 400px; */
		width: 764px;
		/*border-collapse: collapse;*/
		background-color: White;
		padding: 0;
	}
	
	td.columns1{
		width: 55%;
		vertical-align: top;
		background-color: white;
		border-left: 1px dashed #a18383;		
	}
		
		img.visual{
			position: relative;
			left: 4px;
		}
		
		div.content{
			/* margin-top: 10px; */
			 padding: 15px; 
		}
		
		ul.subTopics{
			margin-top: 0;
			list-style-image: url("../images/bullet.gif");
			position: relative;
			left: -20px;
		}
			ul.subTopics li{
				margin-bottom: 8px;
		}
	
	td.columns2{
		width: 23%;
		vertical-align: top;
		background-color: white;
		border-left: 1px dashed #a18383;		
	}
			
		div.content2{
			/* margin-top: 10px; */
			padding: 15px; 
			/* border-left: 1px dashed #a18383; */
		}
	
	td.columns3{
		
		vertical-align: top;
		background-color: white;
		/*border-left: 1px dashed #a18383;	*/
	}
			
		div.content3{
			/* margin-top: 10px; */
			
			/* border-left: 1px dashed #a18383; */
		}
	
	#LineDashed {
	    border-top:1px dashed #a18383;
	    /*padding:0;*/
	    padding-left: 0
	}  			        
       		
	#navs{
		vertical-align: top;
		background-color: #ffffff;
	}
		.headbg1{
			width: 100%;
			background-color: #006e6f;
			text-align: center;
			margin-bottom: 3px;
		}
		
		.headbg2{
			background-color: #006e6f;
			text-align: center;
			
		}	

		.headbg3{
			height: 50px;
			background-color: #ffffff;
					
		}

		.headbg4{
			background-color: #ffffff;
			text-align: left;
			color: #006e6f;
		}
		
		ul.navList
		{
			list-style-type: none;
			margin: 0;
			padding: 0;
			background-color: #666699;
		}
			ul.navList li
			{
				/*border-bottom: 1px solid #c5c5c5;*/
				padding: 0px;
			}
				ul.navList li a
				{
					color: #ffffff;
					text-decoration: none;
					font-size:14px;
					margin-left: 0px;
					/*background-color: #666699;*/
					
				}
				ul.navList li a:hover, .highlight
				{
				/*	background-color: #ffffff; */
				    background-color: #003366;
					color: #FF9900;
				}
	
#YellowLine{
	width: 764px;
	height: 1px;
	margin: 0 auto 0 auto;
	background: grey;
	vertical-align: middle;
	overflow: hidden;
	border-bottom: 1px solid white;
}

#footer{
	width: 764px;
	/*padding: 5px;*/
	height: 50px;
	margin: 0 auto 0 auto;
	/*background-color: #00a890;*/
	background-color: #ffffff;
	color: #db8992;
	text-align: center;
	vertical-align: middle;
	border-top: 2px solid white;
	/*border-right: 2px solid white;*/
	border-bottom: 2px solid white;
}
	small a{
		color: #db8992;
		text-decoration: none;
	}
		small a:hover{
			text-decoration: underline;
			color: white;
		}