#logoTop{
	width: 925px; 
	height: 120px; 
	margin: 20px 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: 0;
}

	
#logoContainer{
	width: 925px;
	height: 100px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}	
	#logo{
		position: relative; 
		top: -86px; 
		left: 11px;
	}

#GreenLine{
	width: 925px;
	height: 30px;
	margin: 0 auto 0 auto;
	background: #006e6f;
	vertical-align: middle;
	overflow: hidden;
}
	
#GreyLine{
	width: 925px;
	height: 30px;
	margin: 0 auto 0 auto;
	background: #ffffff url("../images/grey-line.jpg") no-repeat;
	vertical-align: middle;
	overflow: hidden;
}

#pagebody{
	width: 925px;
	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: 925px;
		/*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{
		width: 78%;
		vertical-align: top;
		background-color: white;
		border-left: 1px dashed #a18383;		
	}
			
		div.content3{
			/* margin-top: 10px; */
			padding: 15px; 
			/* border-left: 1px dashed #a18383; */
		}
	
	#LineDashed {
	    border-top:1px dashed #a18383;
	    /*padding:0;*/
	    padding-left: 0
	}  			        
       		
	#navs{
		vertical-align: top;
		background-color: #f2f2f2;
	}
		.headbg1{
			width: 100%;
			background-color: #006e6f;
			text-align: center;
			margin-bottom: 3px;
		}
		
		.headbg2{
			background-color: #006e6f;
			text-align: center;
			width: 199px;
			border-left: 1px;
			margin-bottom: 3px;
		}	

		.headbg3{
			width: 100%;
			height: 25px;
			background-color: #006e6f;
					
		}

			.headbg3 img
			{
				margin: 5px 0 0 1px; 
				
			}
		
		.headbg4{
			background-color: #f2f2f2;
			text-align: left;
			width: 100%;
			padding-top: 11px;
			padding-left: 8px;
			margin-bottom: 3px;
			color: #003366;
		}
		
		ul.navList
		{
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			ul.navList li
			{
				border-bottom: 1px solid #c5c5c5;
				padding: 3px;
			}
				ul.navList li a
				{
					color: #003366;
					text-decoration: none;
					margin-left: 15px;
				}
				ul.navList li a:hover, .highlight
				{
					background-color: #ffffff;
					color: #FF9900;
				}
	
#YellowLine{
	width: 925px;
	height: 5px;
	margin: 0 auto 0 auto;
	background: #fdd947;
	vertical-align: middle;
	overflow: hidden;
	border-bottom: 1px solid white;
}

#footer{
	width: 915px;
	padding: 5px;
	height: 40px;
	margin: 0 auto 0 auto;
	/*background-color: #00a890;*/
	background-color: #006e6f;
	color: #db8992;
	text-align: center;
	vertical-align: middle;
	border-left: 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;
		}