/* CSS Document */
/* Elements */
body, td, th, input, select, button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
	color: #6A6B6D;
}

body {
	margin: 0;
	padding: 0;
	margin-top:10px;
	background-color:#fff;
}

a {
	color:#006699;
	text-decoration:none;
}
	
a:link {
	color:#006699;
}

a:visited {
	color:#006699;
}

a:hover {
	color:#98C936;
	text-decoration:underline;
	border-bottom:0;
}

h1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:14px;
	color:#000;
	font-weight:bold;	
	font-family: Arial, sans-serif;
}
	
h2 {
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	font-size:12px;
	color:#5B5A5A;
}
	
h3 {
	font-weight:bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:16px;
	color:#F8A51B;
}

h4 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:16px;
}

p {
	margin: 0;
	padding-top: 1em;
}

ul {
 margin-top:.5em;
}

li {
	margin-left:-15px;
	list-style-type:square;
	margin-top: 0em;
}


/* IDs */
#logo {
	margin-left:50px;
}
#header {
	border-bottom: 6px solid #CCC;
	}
#graphic {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff; 
}
#content {	
	border-bottom: 2px solid #ccc;
}
#footer {
	border-top: 1px solid #fff;
}
#port a {
	color:#6A6B6D;
	text-decoration:none;
	border-bottom:0;
}
	
#port a:link {
	color:#6A6B6D;
	text-decoration:none;
	border-bottom:0;
}

#port a:visited {
	color:#6A6B6D;
	text-decoration:none;
	border-bottom:0;
}

#port a:hover {
	color:#7F2D00;
	border-bottom:0;
}
#port img a:hover {
	padding:1px;
	border:1px solid #98C936;
}
#last td{
	border-bottom: none;
}

.line a {
	border-bottom:1px dotted #ccc;
}

.line a:hover {
	color:#98C936;
	text-decoration:underline;
	border-bottom:0;
}
.contentL {
	padding-left:35px;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:20px;
	width:234px;
}
.contentLP {
	padding-left:75px;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:20px;
	width:194px;
}
.contentR {
	padding-left:25px;
	padding-top:0px;
	padding-right:25px;
	padding-bottom:20px;	
}
.contentR2 {
	padding-left:25px;
	padding-top:0px;
	padding-right:15px;
	padding-bottom:20px;	
}
.lineR {	
	border-right: 1px dotted #ccc;
}
.lineL {
	border-left: 1px dotted #ccc;
}

.btnSpace {
	padding-right:20px;
}
.gFill {
	background-color:#969696;
	color:#FFF;
	font-size:10px;
	padding-bottom:4px;
	padding-top:4px;
}
.tRed {
	color:#7F2D00;
}
.ptImage {
	padding:1px;
	border:1px solid #4B4B4B;
}
.ptImage a:hover {
	padding:1px;
	border:1px solid #98C936;
}
.bio img {
	padding: 2px;
	margin: 3px;
	background-color:#98C936;
	}
.bio img:hover {
	padding: 2px;
	margin: 3px;
	background-color:#7F2D00;
	color:#6A6B6D;
	}
.stats {
	font-size:10px;
	color:#999;
}
.lineB tr td{
	border-bottom: 1px dashed #CCCCCC;
}
.dLine{
	border-bottom: 1px dashed #CCCCCC;
}

.bioText {
	position:absolute;
	padding-top:35px;
	padding-left: 10px;
}
.bioText:hover {
	color:#98C936;
	text-decoration:underline;
	border-bottom:0;
}
.padLeft {
	padding-left:10px;
}

