/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-size:13px;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	background: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}

P{
	font-size:13px;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
}

H1 
{
	font-size: 21px;
	color: #6281B0;
	font-weight: bold;
	font-style: italic;
}

.BodyText{
	font-size:13px;
	font-family: Arial,sans-serif;
	font-weight:normal;
	color: #333333;
	line-height: 1.166;	
}

A	
{
	font-size:	13px;	
	font-weight:normal;
	color:	#3333cc;
	}	

		
A:active	
{
	font-size:	13px;
	font-weight:normal;
	color:	#6565C1;
	}	
		
A:hover	
{
	font-size:	13px;
	font-weight:normal;
	color:	#6565C1;
	}

.SubTitle {
	font-size: 21px;
	color: #6281B0;
	font-weight: bold;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Anchor {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 225px;
	z-index: 100;
}

#PageBody{
	position:absolute;
	top: 85px;
	left: 225px;
	right: 2%;
	width: 561px;
	height: 714px;
}


#logo {
	position:absolute;
	top: 5px;
	right: 5px;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}

.footer{
	font-size:10px;
}


.ForumQuote{
	font-size:13px;
	font-style: italic;
	color: #999999;
	background-color:#F5F7F6;
	border: 1px solid #C5CFD0;
	padding: 5px;
}

.ForumTitle{
	font-size: 20px;
	color: #6281B0;
	font-weight: bold;
	padding-bottom: 9px;
}

.ForumHeader{
	FONT-WEIGHT: bold; 
	BORDER-LEFT-COLOR: #d70000; 
	PADDING-BOTTOM: 3px; 
	COLOR: #373939; 
	BORDER-TOP-STYLE: none; 
	BORDER-TOP-COLOR: #d70000; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #d70000 1px solid; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-RIGHT-COLOR: #d70000 
}

#Search{
	position:absolute;
	left: 6px;
	bottom: -25px;
	width: 202px;
	
}


#Header{
	position:absolute;
	top: 0px;
	left: 231px;
	width: 557px;
}

#Nav{
	position:absolute;
	align: right;
	top: 85px;
	left: 228px;
	width: 558px;
}

.NavText{
	font-size:11px;
	color: #A8A8A8;
}

	a.NavText {
		font-size:11px;
		color: #A8A8A8;
		text-decoration:none;
	}
	
	a.NavText:hover {
		font-size:11px;
		color: #000000;
		text-decoration:none;
	}

	a.NavText:active {
		font-size:11px;
		color: #A8A8A8;
		text-decoration:none;
	}

#SubNav {
	line-height: 25px;
}

.SubNavText{
	color: #000000
	font-size:11px;
}

	a.SubNavText {
		font-size:11px;
		color: #000000;
		text-decoration:none;
	}
	
	a.SubNavText:hover {
		font-size:11px;
		color: #A8A8A8;
		text-decoration:none;
	}

	a.SubNavText:active {
		font-size:11px;
		color: #000000;
		text-decoration:none;
	}
	
.SubNavTextDisabled {
	font-size:11px;
	color: #CCCCCC;
	text-decoration:none;
}

.BodyHeader {
	position:absolute;
	top: 12px;
	left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6281B0;
	font-weight: bold;
}


.LoggedInAs{
	background-color:#D1DEE9;
	font-size:11px;
}

.Alert
{
	background-color: #fbffcc;
	font-size:13px;
}


#dropmenudiv { 
	BORDER-RIGHT: #B6C0C4 1px solid; 
	BORDER-TOP: #B6C0C4 1px solid; 
	Z-INDEX: 200; 
	VISIBILITY: hidden; 
	font-size: 11px;
	BORDER-LEFT: #B6C0C4 1px solid; 
	BORDER-BOTTOM: #B6C0C4 1px solid; 
	POSITION: absolute; 
	padding-top: 3px; 
	padding-bottom: 3px;
	line-height: 19px;
	color: #373939;
}

#dropmenudiv A { 
	font-size: 11px; 
	DISPLAY: block; 
	PADDING-LEFT: 6px;  
	TEXT-DECORATION: none; 
	color: #373939;
}

#dropmenudiv A:hover { 
	font-size: 11px; 
	color:#373939;
	BACKGROUND-COLOR:#cadde6
}
