/* Tag Selectors */

body {
	background-color: #94b3c4;
margin-left: auto;
margin-right: auto;
width: 50em;
	width: 900px;
	}
body, td, pre, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #ffffff;
	}
a {
	outline: none;
	}
a:link {
	font-weight: bold;
	color: #a41d1a;
	}
a:visited {
	font-weight: bold;
	color: #a41d1a;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a41d1a;
	}
a:active {
	font-weight: bold;
	color: #a41d1a;
	}
	
	
p, li, pre {
	line-height: 1.9;
	}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre {
	margin-top: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
h3 {
	color: 629BDB;
	font-weight: bold;
	}	
h3, h4, h5, h6, p, ol, ul, pre {
	margin-bottom: 1em;
	}
ul {
	list-style-type: square;
	}
li {
	margin-bottom: .5em;
	}
h1 {
	font-size: 21px;
	margin-bottom: .7em;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	}
h3 {
	font-size: 16px;
	font-weight: normal;
	}

/* Banner */
#banner {
	background-color: #ffffff;
	}
/* Menu Styles */
#menu {
	background-color: #ED1C3B;
	height: 26px;
	}
#menu ul {
	width: 891px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#menu li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	padding: 0;
	margin: 0;
	width: 115px;
	background-image: url(images/button2.gif);
	}


/* Menu Lnks */	
#menu a {
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 115px; 
	line-height: 26px;
	vertical-align: middle; /* vertical align centers within a line height not in the block (content of an element) */
	}
	
#menu a:link,
#menu a:visited,
#menu a:active {
	color: #ffffff;
	}
#menu a:hover {
	color: #000;
	background-image: url(images/button2.gif);
	}

/* Highlights menu item -  only link id on html page to the one you want- keeps it black have to add the #menu to keep the settings from menu */
#menu #current,
#menu #current a {
	width: 115px;
	}
#menu #current a:link,
#menu #current a:visited,
#menu #current a:hover,
#menu #current a:active {
	color: #ffffff;
	background-image:url(images/button.gif);
	}

/*Content*/
#content {
	background-color: #000000;
	padding: 20px 0 0 30px;
	width: 870px;
		}	


/* Footer */
#footer {
	clear: both;
	margin-top: 60px;
	height: 50px;
	}
	

/* Picture Alignment */
.picRight {
	margin: 0 25px 15px 0;
	float: right;
	}
.picLeft {
	margin: 0 25px 15px 0px;
	float: left;
	}
	
