/* Standard CSS Styles*/

body {
	background-color: #1C2834;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:11px; 
	line-height: 16px;
	color: #818181;
	}

td {
	font-family: verdana,arial, helvetica, sans-serif; 
	font-size:11px; 
	line-height: 16px;
	color: #818181;
	}

a:link {
	color:#413C19;
	text-decoration:none;
	}

a:visited {
	color:#413C19;
	text-decoration:none; 
	}
	
a:hover {
	color:#413C19; 
	text-decoration:underline; 
	}

big {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}

.BioPhoto {
	margin-left: 10px; 
	border: solid 1px #1C2834;
	}

.DrillTable tr {
	background-color:#dedede; 
	color:#29566F
	}

.DrillTable td {
	border-bottom:solid 1px #FFFFFF;
	}

.Logo img {
	behavior: url('/cc/js/pngbehavior.htc');
	}

.Menu {
	padding-bottom: 34px;
	}

strong {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold;
	}

small {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:11px;
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

/* Navigation Styles*/

.Nav a {
	display: block; 
	padding: 9px 0px 9px 35px; 
	border-bottom: solid 1px #FFFFFF;
	}

.Nav a:link {
	color:#818181; 
	text-decoration:none;
	background-color: #E5E9ED;
	}
	
.Nav a:visited {
	color:#818181;
	text-decoration:none; 
	background-color: #E5E9ED;
	}
	
.Nav a:hover {
	color:#818181; 
	text-decoration:none; 
	background-color: #E4D991;
	}

.Footer a {
	padding-left: 10px; 
	font-weight:normal; 
	}

.Footer a:link {
	color:#C8C8C8; 
	text-decoration:none
	}
	
.Footer a:visited {
	color:#C8C8C8;
	text-decoration:none; 
	font-weight:normal
	}
	
.Footer a:hover {
	color:#FFFFFF; 
	text-decoration:underline; 
	font-weight:normal; 
	}

/* Page Layout Styles*/

.LFill {
	background-image: url("/i/common/Fill.gif"); 
	background-repeat: no-repeat; 
	background-position: top right;
	background-color: #3C4955;
	}

.LCol {
	background-image: url("/i/common/LColBG.gif"); 
	background-repeat: no-repeat; 
	background-position: bottom right;
	background-color: #A2A9AF;
	}

.Main {
	background-image: url("/i/common/MainBG.gif"); 
	background-repeat: no-repeat; 
	background-position: bottom left;
	background-color: #FFFFFF;
	padding: 0px 0px 20px 35px;
	}

.RFill {
	background-color: #FFFFFF;
	}
