@charset "utf-8";
@import url("headers.css");
/* CSS Document */

a:link 
	{
	color: #407075; font-family:Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline;
	}
a:visited 
	{
	color: #407075; font-family:Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline;
	}
a:hover 
	{
	color: #003300; font-family:Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline;
	}
a:active 
	{
	color: #407075; font-family:Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline;
	}

.HeaderIcon
{
	position:relative;
	top:25px;
	left:320px;
	z-index:999999;
}

.Page
	{
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	}

.Container
	{
	margin: 0 auto;
	background-color: #538a8f;
	width: 720px;
	}
	
.ColumnOne
	{
	float: left;
	background-color: #99CC99;
	width: 202px;
	}
	
.ColumnTwo
	{
	float: right;
	background-color: #fff;
	width: 516px;
	border-left: solid 2px #fff;
	}
	
.Title
	{
	background-color: #538A8F;
	width: 511px;
	padding: 2px 0 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}
	
	.ToolsTitle
	{
	background-color: #538A8F;
	width: 500px;
	padding: 2px 0 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}

.Crumbs
	{
	background-color: #fff;
	width: 511px;
	border-bottom: solid 2px #fff;
	padding: 5px 0 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	}
	
.Content
	{
	background-color: #fff;
	width: 505px;
	padding: 5px 5px 5px 5px;
	}

.Footer
 	{
 	clear: both; /* We have to clear our floats */
 	width: 720px; 
 	margin: 0 auto; /* We need to center the footer also */
 	background: #538a8f;
 	height: 50px;
 	border-top: solid 2px #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff;
	text-align:center;
	z-index:1;
	vertical-align:middle;
	padding: 10px 0px 10px 0px;
 	}
	
.StartHere
	{
	background-color: #8791c2;
	width: 202px;
	border-bottom: solid 2px #fff;
	padding: 0 0 7px 0px;
	}
	
.Category
	{
	background-color: #8791c2;
	width: 197px;
	border-bottom: solid 2px #fff;
	padding: 0 0 0 5px;
	height: 50px;
	z-index: 3000;
	}
	
.Navigation
	{
	background-color: #8479a1;
	width: 197px;
	border-bottom: solid 2px #fff;
	padding: 0 0 0 5px;
	height: 220px;
	z-index: 2000;
	}
	
.Search
	{
	background-color: #538a8f;
	width: 197px;
	padding: 5px 0 5px 5px;
	}
	
.SearchText
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: left;
	}
.paragraph
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px 5px 10px 5px;
	}
	
.Bullets
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-variant: normal;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images/_bullets/square.jpg);
	}
	
.PullDown
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-variant: normal;
	font-weight: bold;
	color: #538A8f;
	}
	
.BoldHeading
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style:normal;
	font-variant: normal;
	color: #000000;
	padding: 0 0 0 5px;
	}
	
.SiteHeading
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	font-style:normal;
	font-variant: normal;
	color: #538a8f;
	padding: 0 0 0 0px;
	}
	
.RegistrationLinks
	{
	cursor: pointer;
	float: right;
	border: 1px 1px 1px 1px #538a8f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-variant: normal;
	font-style:normal;
	padding: 0 0 0px 0;
	}
	
.BiosTitles
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	font-style:normal;
	font-variant: normal;
	color: #505076;
	}