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

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#shell{
	
	width:770px;
	height:auto;
}	
#banner{
	position:absolute;
	left:2px;
	top:1px;
	height:128px;
	z-index:1;
}
#nav{
	position:absolute;
	left:17px;
	top:92px;
	width:720px;
	height:26px;
	z-index:2;
	font-size:12px;
	background-color: #F2E2E2;
}
#content{
	position:absolute;
	left:0px;
	top:134px;
	width:770px;
	height:auto;
	z-index: 1;
	background-color: #F8EFEF;
}
#subnav{
	float: left;
	width: 200px;
	font-size: 11pt;
	
	margin: 10px;
	}	

#body{
	float: left;
	width: 356px;
	font-size: 11pt;
	
	margin: 10px;
	
}
#sidebar{
	float: right;
	width: 150px;
	left: 616px;
	
	margin-top: 10px;

}
#sidebar p{
	font-size:9pt;
}
/************** .nav styles *****************/
.nav{
	
	margin: 4px;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

.navtext {
	color: #120F0D;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

.navtext a{
	color: #120F0D;
	text-decoration: none;
}

.navtext a:link {
	color: #120F0D;
	text-decoration: none;
}

.navtext a:visited {
	color: #120F0D;
	text-decoration: none;
}

.navtext a:active {
	color: #120F0D;
	text-decoration: none;
}

.navtext a:hover {
	color: #CC0000	;
	text-decoration: none;
}
.navtexton {
	color: #CC0000;
	text-decoration: none;
	Font-family: Arial, sans-serif;
	font-size: 11pt;
}

.navtexton a{
	color: #CC0000;
	text-decoration: none;
}

.navtexton a:link {
	color: #CC0000;
	text-decoration: none;
}

.navtexton a:visited {
	color: #CC0000;
	text-decoration: none;
}

.navtexton a:active {
	color: #CC0000;
	text-decoration: none;
}

.navtexton a:hover {
	color: #CC0000;
	text-decoration: none;
}

.subnavtext {
	color: #1D3D3D;
	text-decoration: none;
	margin: 4px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.subnavtext a{
	color: #1D3D3D;
	text-decoration: none;
}

.subnavtext a:link {
	
	text-decoration: none;
}

.subnavtext a:visited {
	
	text-decoration: none;
}

.subnavtext a:active {
	
	text-decoration: none;
}

.subnavtext a:hover {
	color: #408080;
	text-decoration: none;
}
.linktext {
	color: #0000CC;
}

.linktext a{
	color: #0000CC;
}

.linktext a:link {
	color: #0000CC;	
}

.linktext a:visited {
	color: #0000CC;
}

.linktext a:active {
	color: #0000CC;
}

.linktext a:hover {
	color: #CC0000;
}
.heading{
	font-family: Tahoma,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
	color: #CC0000;
	margin-bottom: 10px;
}
.subheading{
	font-family: Tahoma,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 5px;
}
.bodyfirst{
	font-family: Arial,sans-serif;
	
	margin: 0px;
	padding: 0px;
}
.bodynext{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	clear: left;
}
