/* CSS Document */

body {
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 912px;
	margin-left: auto; 
	margin-right: auto;
	margin-top:0px;
	}
	
#nav {
	color:#FFFFFF;
	background-color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align: right;
	height: auto;
	width: 892px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(img/shadow_right.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
	#nav a {
		color:#FFFFFF;
		background-color:#000000;
		font-size:12px;
		text-decoration:none;
		}
	
	#nav a:link {
		color:#FFFFFF;
		background-color:#000000;
		font-size:12px;
		text-decoration:none;
		}
		
	#nav a:visited {
		color:#FFFFFF;
		background-color:#000000;
		font-size:12px;
		text-decoration:none;
		}
		
	#nav a:hover {
		color:#b8011a;
		background-color:#000000;
		font-size:12px;
		text-decoration:none;
		}
		
	#nav a:ctive {
		color:#b8011a;
		background-color:#000000;
		font-size:12px;
		text-decoration:none;
		}
		
/*the banner is a 2 part div - the top part is template based - bottom part is page based so that picture on left can change*/
	
#banner1 {
	background-color:#000000;
	width: 912px;
	background-image: url(img/shadow_right.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
#banner2 {
	width: 912px;
	background-image: url(img/shadow_right.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
/*content section - content is main text - red is #b8011a */

img.left {
	margin-right:8px;
	}
	
img.right {
	margin-left:8px;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:28px;
	color: #00538d;
	}
	
#content {
	width: 892px;
	padding-right:20px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	padding-bottom:24px;
	background-image: url(img/shadow_right.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
	#content a {
		color: #000000;
		background-color:#FFFFFF;
		text-decoration:underline;
		}
		
	#content a:link {
		color: #000000;
		background-color:#FFFFFF;
		text-decoration:underline;
		}
		
	#content a:visited {
		color: #000000;
		background-color:#FFFFFF;
		text-decoration:underline;
		}
		
	#content a:hover {
		color: #b8011a;
		background-color:#FFFFFF;
		text-decoration:underline;
		}
		
	#content a:active {
		color: #b8011a;
		background-color:#FFFFFF;
		text-decoration:underline;
		}
		
	#content a.none {
		color: #000000;
		background-color:#FFFFFF;
		text-decoration:none;
		}
		
	#content a.none:link {
		color: #000000;
		background-color:#FFFFFF;
		text-decoration:none;
		}
		
	#content a.none:visited {
		color: #000000;
		background-color:#FFFFFF;
		text-decoration:none;
		}
		
	#content a.none:hover {
		color: #b8011a;
		background-color:#FFFFFF;
		text-decoration:none;
		}
		
	#content a.none:active {
		color: #b8011a;
		background-color:#FFFFFF;
		text-decoration:none;
		}
		
	#content a.red {
		color: #b8011a;
		background-color:#FFFFFF;
		text-decoration:underline;
		}
		
	#content a.red:link {
		color: #b8011a;
		background-color:#FFFFFF;
		text-decoration:underline;
		}
		
	#content a.red:visited {
		color: #b8011a;
		background-color:#FFFFFF;
		text-decoration:underline;
		}
		
	#content a.red:hover {
		color: #00538d;
		background-color:#FFFFFF;
		text-decoration:underline;
		}
		
	#content a.red:active {
		color: #00538d;
		background-color:#FFFFFF;
		text-decoration:underline;
		}
		
ul {
	list-style:disc;
	list-style-position:inside;
	}
	
#copyright {
	font-size: 10px;
	color:#666666;
	padding: 9px 0px 10px 6px;
	width:906px;
	background-image:url(img/shadow_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	
	}
	
	#copyright a {
		font-size: 10px;
		color:#666666;
		text-decoration:underline;
		}
		
	#copyright a:link {
		font-size: 10px;
		color:#666666;
		text-decoration:underline;
		}
		
	#copyright a:visited {
		font-size: 10px;
		color:#666666;
		text-decoration:underline;
		}
		
	#copyright a:hover {
		font-size: 10px;
		color:#b8011a;
		text-decoration:underline;
		}
		
	#copyright a:active {
		font-size: 10px;
		color:#b8011a;
		text-decoration:underline;
		}