/* 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: Georgia, Times New Roman, Times, serif;
	font-size: 75%;
	background-color: #7D2C10;
	margin: 10px;
	padding: 0px;
	color: #FF9966;
	line-height: 14px;
}

/* ID Styles */

#cdtext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 75%;
	color: #FF9966;
	line-height:14px;
	}	
	

#cdtext a {
	font:12px Georgia, Times New Roman, Times, serif;
	color: #EEC24B;
	line-height:14px;
	}	
	
#pageName {
	font:18px Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color: #FF9966;
	line-height:1px;
	letter-spacing:.5em;
	}
	
#pageName a{
	font:18px Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color: #EEC24B;
	line-height:1px;
	letter-spacing:.5em;
	}
	
#startPage {
	font:18px Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color: #FF9966;
	line-height:24px;
	letter-spacing:8px;
	}

/* Class Styles */

.cdimage  {line-height: 1px;}	

.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-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	letter-spacing: .4em;
	line-height: normal;
	font-size: 70%;
}	
	
.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;
	}
	
.logo {
	font:20px Georgia, Times New Roman, Times, serif;
	color: #E45E15;
	line-height:24px;
	letter-spacing:.2em;
	}
	
.pageLinkList {
	font:12px Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	line-height:24px;
	letter-spacing:.3em;
	}
	
.pageText {
	font:11px Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	color: #FF9966;
	line-height:14px;
	letter-spacing:.1em;
	}
	

	
/* space between contentboxes */
.space {width: 5px;}	

