/* ----Colors----
BG Color #ffffcc (Yellow Beige)
Sidebar Color #310000 (Dark Maroon)

Headers Text #fa7a3b (Orange)
Body Text Color #310000 (Dark Maroon)
Link Text Color #700000 (Maroon) */


/* ----Common Classes---- */

body { 
	background-color: #ffffcc; 
	background-image:url(images/navbg.png);
	background-attachment: fixed;
	background-position: left;
	background-repeat: repeat-y;
	font-family: georgia; 
	font-size: 16px; 
	color: #310000; }

a:link { 	
	font-family: georgia; 
	font-size: 16px; 
	color: #700000; 
	text-decoration: underline; }
	
a:active:hover { 	
	font-family: georgia; 
	font-size: 16px; 
	color: #410000;
	text-decoration: underline; }
	
a:hover { 	
	font-family: georgia; 
	font-size: 16px; 
	color: #410000;
	text-decoration: underline; }
	
a:visited { 	
	font-family: georgia; 
	font-size: 16px; 
	color: #700000; 
	text-decoration: underline; } 
	
a:visited:hover { 	
	font-family: georgia; 
	font-size: 16px; 
	color: #410000;
	text-decoration: underline; }

img { 
	border: 0; }

/* ----Custom Classes---- */

.awlogo { 
	position: absolute;
	top: 0px;
	left: 0px; }
	
.bottombody {
	background-image:url('images/bottombody.png');
	background-position: left, bottom; }
	
.highlight {
	font-family: georgia;
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	color: #ffffcc;
	background-color: #310000;
	margin-left: 10px;
	margin-right: 10px; }
	
.highlight a:link {
	font-family: georgia;
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	text-decoration: none;
	color: #ffffcc;
	background-color: #310000;
	margin-left: 10px;
	margin-right: 10px; }
	
.highlight a:active:hover {
	font-family: georgia;
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffcc;
	background-color: #310000;
	margin-left: 10px;
	margin-right: 10px; }
	
.highlight a:hover {
	font-family: georgia;
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffcc;
	background-color: #310000;
	margin-left: 10px;
	margin-right: 10px; }
	
.highlight a:visited {
	font-family: georgia;
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffcc;
	background-color: #310000;
	margin-left: 10px;
	margin-right: 10px; }
	
.highlight a:visted:hover {
	font-family: georgia;
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffcc;
	background-color: #310000;
	margin-left: 10px;
	margin-right: 10px; }

.linkus { 
	border: 0; 
	margin-left: 10px; 
	margin-right: 10px; }
	
.news {
	font-family: georgia; 
	font-size: 16px;
	font-style:italic; 
	font-weight:bold;
	color: #310000; }
	
.reviewform {
	width: 475px; 
	text-align: right; 
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	color: #310000;
	}
	
.review { 
	font-family: georgia;
	font-size: 14px;
	font-style: italic;
	color: #310000;
	margin-left: 10px;
	margin-right: 10px; }
	
.reviewus {	
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	color: #310000;
	font-weight: bold;
	text-align: center;
	margin: 10px; 
	border: 1px #310000;
	border-style: dashed; 
	padding: 5px; }
	
.reviewtitle { 
	font-family: georgia;
	font-size: 16px;
	font-style: none;
	font-weight: bold;
	color: #ffffcc;
	background-color: #310000;
	margin-left: 10px;
	margin-right: 10px; }
	
.reviewsrc { 
	font-family: georgia;
	font-size: 10px;
	font-style: none;
	font-weight: bold;
	color: #310000;
	margin-left: 10px;
	margin-right: 10px; }	
	
.title {
	font-family: georgia; 
	font-size: 24px;
	color: #310000; }