/* CSS Document */

/* ============= Body Styles ============= */

body { text-align: center; 
background: url(images/bg_page.gif) repeat-x; 
background-color: #19224E; }
	
	#wrapper {
	border: 1px solid White;}
	
	#topnav {
	background-color: #7B1313;
	width:473;
	height: 25px;
	color: #FFF;
	font: bold 12px tahoma;
	padding: 0px;
	text-align: center;
}

#rightcolhead {
	width: 136px;
	height: 25px;
	background-color: #AA9979;
	color: #FFF;
	font: 12px tahoma;
	}		
	
/* ============= Type Styles ============= */

a.home { 
	font : bold 12px Tahoma;
	color: #FFF;
	width: 197px;
	height: 25px;
	text-align: center;
	display: block; 
	text-decoration: none;}

a.home:hover {
	color: #000;
	text-decoration: underline;}

a.topnavlink { 
	font : bold 12px Tahoma;
	color: #FFF;
	text-decoration: none;}
	
a.topnavlink:hover { 
	font : bold 12px Tahoma;
	color: #FFF;
	text-decoration: underline;}
	
.maintext
	{ font: 12px Tahoma, Arial, sans-serif; color: #000;}
	
.redtext
	{ font: 12px Tahoma, Arial, sans-serif; color: #7B1313;}
	
.header
	{ font: 14px Tahoma, Arial, sans-serif; font-weight: bold; color: #000;}
	
.header2
	{ font: 12px Tahoma, Arial, sans-serif; font-weight: bold; color: #7B1313;}
	
.header3
	{
	font: 18px Georgia;
	font-weight: normal;
	color: #0D286C;
}

.header3d
	{
	font: 18px Georgia;
	font-weight: normal;
	color: #7B1313;
}
.sectiondiv { 
	font : bold 12px Tahoma;
	color: #FFF;
	text-decoration: none;}
	
.textlink
	{ font: 12px Tahoma, Arial, sans-serif; color: #1440AD; text-decoration: underline;}
	
.textlink:hover
	{ font: 12px Tahoma, Arial, sans-serif; color: #1440AD; text-decoration: none;}

.linktext
	{ font: 12px Tahoma, Arial, sans-serif; color: #1440AD; text-decoration: none;}
	
.textnote
	{ font: 10px Tahoma, Arial, sans-serif; color: #7B1313; background-color:#FFFFDD;}
		
.copyright
	{ font: 9px Tahoma, Arial, sans-serif; color: #000; padding: 10px; }
		
.copyrightlink
	{ font: 9px Tahoma, Arial, sans-serif; color: #1440AD; text-decoration: underline;}
	
.copyrightlink:hover
	{
	font: 9px Tahoma, Arial, sans-serif;
	color: #1440AD;
	text-decoration: none;}

.nav_btn
	{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #AA9979;
	height: 20px;
	width: 197px;
	cursor: pointer;
	border-bottom: 1px solid #FFFFFF;
	}

.nav_btn2
	{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #d4bc90;
	height: 20px;
	width: 197px;
	cursor: pointer;
	border-bottom: 1px solid #FFFFFF;
	}
	
/* ============= Image Styles ============= */

.img {
	margin: 0px 10px 5px 0px;
	padding: 3px;
	border: 1px solid #000;
	float: right;	
	font-size: 3px;}

/* ============= Rule Styles ============= */

.rule1 {
	margin: 10px 0px;
	width: auto; 
	border-bottom: 1px dashed #AAA;
	font-size: 1px; }

.rule2 {
	margin: 20px 0px 5px 0px;
	width: auto; 
	border-bottom: 3px double #AAA; }
	
.rule3 {
	margin: 15px 0px;
	width: auto; 
	border-bottom: 1px dashed #AAA; }
	
