body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: black;
	color:#000000;
	background-image: url(../images/bgimage_black.jpg);
}


.content {
	padding:10px;
}
/* Uncomment if you want to use custom colors inside the content 

.content a:link {
	color: #000000;
}

.content a:visited {
	color: #000000;
}

.content a:hover {
	color: #000000;
}

.content a:active {
	color: #000000;
}
*/

.box1 {
	font-size: xx-small;
	padding: 6px;
}

.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #3E57A7;
	background-position: center;
}

.tdborder {
	border: thin solid #3E57A7;
	padding: 0;
}


.scroll {
	height: 600px;
	width: 1024px;;
	overflow: scroll;
}

.contact {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	font-size: .8em;
}

.name {
	font-size: 1.1em;
}

.smallText {
	font-size: .8em;	
}

.mediumHeader {
	font-size:1.2em;
	font-weight:bold; 

}

.greybg {
	background-color: #F8F7F7;
}

.tdborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}

.whiteBoldText {
	color: #FFFFFF;
	font-weight: bold;
}

.whiteBoldText a, .whiteBoldText a:link, .whiteBoldText a:hover, .whiteBoldText a:active, .whiteBoldText a:visited, .whiteBoldText label, .whiteBoldText p, .whiteBoldText ul {
	color: #ffffff;
}

.whiteText {
	color: #FFFFFF
}

.whiteText a, .whiteText a:link, .whiteText a:hover, .whiteText a:active, .whiteText a:visited, .whiteText label, .whiteText p, .whiteText ul {
	color: #ffffff;
}

.blackBox {
	color: #FFFFFF;
	background-color: #000000;
	background-position: center;
	padding: 9px;
	border: thin solid #333333;
}
.padright8px   { 
	padding-right: 8px;                   
}

/* CSS Tabs */
#navcontainer { /* none needed */ }

#navlist {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: verdana, arial, sans-serif;
	width: 100%;
}

ul#navlist {
	padding-top: 5px;
	padding-bottom: 4px;
	list-style-type: none;
}

ul#navlist li {
	margin:0px;
	display:inline;
}

#navlist a, #navlist a:link {
	padding-left: 17px;
	padding-right: 17px;
	color: #ffffff;
	text-decoration: none;
}

#navlist a:active {
	padding-left: 17px;
	padding-right: 17px;
	color: #ffffff;
	background-color: #666666;
}

#navlist a:hover {
	padding-left: 17px;
	padding-right: 17px;
	color: #ff0000;
	/*background-color: #666666; */
}

