/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body,td,th {
	color: #CCCCCC;
}
body {
	background-color: #1a1a1a;
	font-family: Tahoma, Helvetica, sans-serif;	
	font-size: 12pt;
	font-style: normal;
	line-height: 16pt;
}
a:link {
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #CCCC00;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 100;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
img {
	border: 1pt solid #666666;
}
td {
	font-size: 90%;
	}
	


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0;
	padding: 10px 0px;
	right: 50px;

}
#mainNav {
	width: 200px;
	top: 264px;
	position: absolute;
	clear: left;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	left: 121px;
	visibility: visible;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	z-index: 1;
}
#content{
	margin: 0;
	top:54px;
	position:absolute;
	left: 270px;
	width: 60%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mainContent {
	position: absolute;
	left: 271px;
	top: 60px;
	align: right;
}
#Nav {
	width: 214px;
	top: 55px;
	position: absolute;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	left: 10px;
	visibility: visible;
	height: 309px;

}

#HomeNav {
	width: 214px;
	top: 55px;
	position: absolute;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	left: 10px;
	visibility: visible;
	height: 459px;
}

#footer {
	clear: both;
	font-size: 70%;
	margin-top: 0px;
	color: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#MainImage {
	position: absolute;
	left: 271px;
	top: 55px;
	}


/***********************************************/
/*Component Divs                               */
/***********************************************/
/*********** #navBar link styles ***********/
.header {
	top: 50px;
	
}
.navText {
	font-size: 80%;
	line-height: 15px;
	text-align: right;
	padding: 20px;
	width: 180px;
	list-style-image: none;
	list-style-type: none;
	}
.thumb img {
	height: 75px;
	width: 75px;
	margin: 10px;
}
.bodyContent {
	font-size:90%;
	}

.footerLocation { 
	position: absolute;
	visibility: visible;
	left: 164px;
	top: 554px;
}
.imageNav {
font-size: 70%;
}

.subNav a:link {
	color: #666;
	text-decoration: none;
}

.subNav a:visited {
	color: #666;
	text-decoration: none;
}

.subNav a:hover {
	text-decoration: underline;
	color: #CCCC00;
}
