/* Global Styles */
a:link {
	color: #EEC24B;
	text-decoration:none;
	font-weight: bold;
	}
	
a:visited {
	color: #BB983A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #F5E4A9;
	text-decoration: underline;
	font-weight: bold;
}



body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: xx-small;
	background-color: #003;
	margin: 10px;
	padding: 0px;
	color: #000;
	line-height: 1.2;
}

/* ID Styles */

	
#startPage {
	font:18px georgia;
	font-weight:bold;
	color: #FF9966;
	line-height:24px;
	letter-spacing:8px;
	}

/* Class Styles */


.contentboxHome {
	border-right: 1px solid #bb983a;
	border-left: 1px solid #bb983a;
	border-bottom:  1px solid #bb983a;
	border-top:  1px solid #bb983a;
	}
	
.contentboxNav {
	border-right: 1px solid #bb983a; 
	border-left: 1px solid #bb983a; 
	border-bottom:  1px solid #bb983a; 
	border-top:  1px solid #bb983a; 
	width: 107px;
	background : #4E1602;
	padding-top : 15px;
	padding-bottom : 15px;
	padding-left : 0px;
	padding-right : 0px;
	}
	

.contentboxMain {
	border-right: 1px solid #bb983a; 
	border-left: 1px solid #bb983a; 
	border-bottom:  1px solid #bb983a; 
	border-top:  1px solid #bb983a; 
	
	}

.footertext {
	font-size: 80%;
}	
	
.incontentboxHome {
	line-height : normal;
	color: #160626;
	font-size: 100%;
	}
	
.incontentboxMain {
	line-height : normal;
	color: #bb983a; 
	font-size: 100%;
	}

.incontentboxMain h3 {
	font-size: small; 
	color: #666666; 
	font-weight: bold; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	padding: 6px; 
	border-bottom: 1px solid #bb983a;
	}
	


	

	
/* space between contentboxes */
.space {width: 5px;}	
.table2 {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}
