/* Universal Style */

body {
	margin: 0 32px; 
	width:1206px; 
	min-width:760px; 
	background-color: #84002E; 
	background-image: url('images/aw_background3.jpg'); 
	background-attachment:fixed;
	background-repeat: no-repeat;
	}


body /* Mozilla Firefox alignment */ { text-align: -moz-center; } 

p {
	font-family: Georgia, serif;
 	font-size: 12px;
 	line-height:130%;
 	color: #000000;
 	font-weight: normal;
 	}
 	
.credit {
	font-family: Georgia, serif;
 	font-size: 9px;
 	line-height:130%;
 	color: #f5f5f5;
 	margin:0 20px 0;
 	}

a:link {
	color:#84002E;
	text-decoration: none;
	} 
a:visited {
	color:#84002E;
	text-decoration: none;
	} 
a:hover {
	color:#84002E;
	text-decoration: underline;
	}
a:active {
	color:#84002E;
	text-decoration: underline;
	}
	
h1 {
	font-family: Georgia, serif;
 	font-size:12px;
 	color: #000000;
 	font-weight: normal;
 	margin:5px 0 -5px;
 	}
 	
h2 {
	font-family: Georgia, serif;
 	font-size: 12px;
 	line-height:130%;
 	color: #000000;
 	font-weight: normal;
 	}
 	
 	
img {
	margin:10px 0 0 0;
	}
	
 
 

/* Page Layout */

#left {
	width:378px; 
	color:#f5f5f5;
	float:left; 
	text-align:left; 
	background-color:#666666;
	padding:0px 0 25px 0;
	margin:none;
	}
	
#left img {
	margin:none;
	background:none;
	border:none;
	}

.lefttext {
	width:338px; 
	float:left; 
	color:#f5f5f5;
	padding:0 20px 0; 
	text-align:left; 
	background-color:#666666;
	}
	
.lefttext p {
	font-family:Georgia;
	font-size:16px;
	line-height:135%;
	color:#f5f5f5;
	padding:0 15px 0 0;
	}

.lefttext h2 {
	font-family:Georgia;
	font-size:16px;
	line-height:135%;
	color:#f5f5f5;
	padding:0 15px 0 0;
	}

#right {
	width:400px; 
	float:left;
	padding:none;
	margin:none;
	}

#rightleft {
	width:180px; 
	float:left; 
	text-align:left; 
	background-color:#cccccc;
	padding:0px 10px 5px;
	}

#rightright {
	width:180px; 
	float:right; 
	text-align:left; 
	background-color:#f5f5f5;
	padding:10px 10px 5px;
	}


.toggletext {
	font-family: Georgia, serif;
 	font-size:10px;
 	color: #FFFFFF;
 	font-weight: normal;
 }

.collapsable { 
 	margin:10px 0 5px;
 	font-family: Georgia, serif;
 	font-size:12px;
 	color:#84002E;
 	font-weight:bold;
 	}

