html
{
	height:100%;
	color:#000000;
	background-color:#ccd9c6;
}

body
{
	min-height:101%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

/* vv Added to make the documents XHTML compliant */	
body img {
	border:none;
	}
	
img {
	border: none;
	}
	
#validators
	{
		border:none;
		text-align:center;
		padding: 3px;
	}
	
/* ^^Added to make the documents XHTML compliant */	

#container
{
	margin:1px auto;
	width:700px;
	background:#fdbfa5;
	border:1px solid #000000;
	overflow:hidden;
}

	#banner
	{
		width:700px;
		height:150px;
		border-bottom:1px solid #000000;
		overflow:hidden;
		background-color:#79ACCD;
	}

	#twocollumns
	{
		width:700px;
		background:#376F95;
		border-bottom:1px solid #000000;

	}

		#navbar
		{
			float:left;
			margin-top:15px;
			padding:0px 0px 0px 0px;
			width:180px;
			font-size:11px;
			overflow:hidden;
		}
		
			#navbar h1
			{
				margin:5px 0px 0px 0px;
				padding-top:3px;
				padding-bottom:3px;
				text-align:center;
				font-size:12px;
				background:#374095;
			}
			
			#navbar ul
			{
				margin:0px;
				padding:0px;
				list-style:none;
			}

			#navbar li a
			{
				display:block;
				padding:2px 0px 0px 5px;
				width:180px;
				font-weight:bold;
				text-decoration:none;
				color:#ffffff;
				background-color:#376F95;
			}	
										
			#navbar li a:hover
			{
				color:#000000;
				background-color:#ccd9c6;
			}
			
		#main
		{	
			margin-left:180px;
			background:#ffffff;
			border-left:1px solid #000000;

		}
		
			#toplinks
			{
				padding:2px 0px 2px 5px;
				text-align: center;
				background-color: #376F95;
			}
			
				#toplinks a
				{
					padding: 0px 9px 0px 9px;
					text-align: center;
					font-weight:bold;
					color: #ffffff;
				}

				#toplinks a:hover
				{
					font-weight:bold;
					text-align: center;
					color: #000000;
					background-color: #ffffff;
				}
				
			#bread
			{
				padding:2px 0px 2px 5px;
			}

				#bread a
				{
					font-weight:bold;
					color:#000000;
				}

			#content
			{
				padding:0px 10px 0px 10px;
				background:#ffffff;
			}

				#content h1
				{
					text-align:center;
					font-size:20px;
					color:#000000;
				}

				#content h3
				{
					padding: 9px 5px 1px 0px;
					margin: 1px 0px 3px 0px;
					font-size: 12px;
					font-weight: bold;
					color:#000000;
				}
				
				#content h4
				{
					padding: 10px 5px 0px 0px;
					margin-top: 0px;
					font-size: 12px;
					font-weight: bold;
					color:#000000;
					text-align:center;
				}
				
				#content p
				{
					margin:3px 0px 5px 5px;
					color: #000000;
				}

				
		#footer
		{
			margin: 0;
			padding:0;
			height: 72px;
			overflow: hidden;
			text-align:left;
			font-size:11px;
			font-weight:bold;
			color:#ffffff;
			background-color:#79ACCD;
			border-top:1px solid #000000;
		}
		
		#footer a
		{
			color: #ffffff;
		}
		
#skip
{
	display: none;
}

		#picture
		{
			margin: 0px;
			padding: 0px;
			margin-left: 110px;
			margin-right: 110px;
		}
			
		.textcontainer
		{ 
			margin: 0px 15px 0px 0px;
			padding: 0px;
		}
		
		.pictureholder
		{
			float: left;
			margin: 0px;
			padding: 0px 5px 0px 0px;
		}
		
		#picture p
		{
			font-size:10px;
			text-align:center;
			font-weight: 400;
		}
		
		#footer
		{
			text-align:left;
			font-size:11px;
			font-weight: bold;
			height:72px;
			overflow:hidden;
		}

		#rightfooter
		{
			float: right;
			height:72px;
			border: none;
		}
		
#video-splash{
	background-image: url(images/splash-video-only.jpg);
	background-repeat: no-repeat;
	width: 351px;
	height: 253px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
}

		
#formhidden{}
#formbuttons{}
