/**************/
/* CSS Layout */
/**************/

* {
  margin: 0;
  padding: 0;
}

body {
	font: normal 62.5% 'Georgia', 'Times', serif;
	letter-spacing: .1em;
  text-align: center;
  background: #122b5e;   
}
body {
  text-align: -moz-center;
}
img {
	border: none;
}
p { margin-top: 1em; }

#header {
	float: left;
	position: relative;
	width: 936px;
	border-top: 3px solid #b92222;
	background: #fff url(images/top.jpg) no-repeat top left;
	height: 222px;
}

#header #basicNav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	list-style: none;
}

#header #basicNav li {
	float: left;
	margin: 0 .7em;
}

#leftSideBar {
	float: left;
  width: 200;
  height: 100%;
  background-image: url("images/left_side_bar.gif");
  background-repeat: repeat-y;
}

#rightSideBar {
  position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	float: right;
	width: 122px;
	background: #b92222;
}

.title {
	color: #003366;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-top: 10px;
}

.content {
  margin-top: 12px;
	width: 640;
	vertical-align: top;
	text-align: left;
	background: #ffffff;
	padding-left: 8px;
	padding-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #122b5e;
	line-height: 18px;
}
.content li {
	margin-left: 20px;
}

.content a:link {
	color: #122b5e;
  text-decoration: none;
}
.content a:visited {
	color: #122b5e;
	text-decoration: none;
}
.content a:hover {
	color: #122b5e;
	text-decoration: underline;
}
.content a:active {
	color: #122b5e;
	text-decoration: none;
}

#flash {
  float: right; 
  margin-left: 4px; 
}

#footer {
	margin: 10px 10px;
	height: 60px;
	width: 960;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
  background: url(images/botcap1.jpg);
  background-repeat: no-repeat;
	vertical-align:text-top
	font-color: #ffffff;
}

#footer td {
  color: #ffffff;
}

#footer #basicNav {
  position:relative;
	top: -7px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 20px;
	padding: 0;
	list-style: none;
}

#footer #basicNav li {
	float: left;
	margin: 0 10px;
}

#leftedge {
	float: left;
	width: 11px;
  background: url(images/leftedge1.jpg);
  background-repeat: repeat-y;
}

.footer_right_text {
  position:relative;
	top: -7px;
  text-align: right;
  color: #ffffff;
}
.footer_center_text {
  position:relative;
	top: -2px;
  text-align: center;
  color: #ffffff;
}

#rightedge {
	float: left;
	width: 11px;
  background: url(images/rightedge1.jpg);
  background-repeat: repeat-y;
}
.points_hdr {
  font-family: Arial, Helvetica, sans-serif;
  color: #EFF5F3;
  font-weight: bold;
  font-size: 16px;
}

.side_nav {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 25px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 13px;
	padding-bottom: 10px;
	background: #b92222;
}
.side_nav a:link {
	color: #FFFFFF;
  text-decoration: none;
}
.side_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.side_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.side_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.standing_header  {
	text-align: center;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #122b5e;
	text-decoration: underline;
}
/****************************/
/* Font Sizing and Coloring */
/****************************/
h1 {
	font-size: 1.6em;
	letter-spacing: .25em;
	color: #444;
	font-weight: normal;
	text-align: center;
	margin-top: 60px;
}

h1 em {
	font-size: 1.3em;
	font-style: normal;
	display: block;
	margin-bottom: .3em;
}

body {
	color: #525252;
}

#header {
	text-transform: uppercase;
}
/*
#header #basicNav li {
	font-size: 1.0em;
}
*/
a:hover, a:visited {
	color: #555;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


#header a:link {
	color: #b92222;
	text-decoration: none;
}
#header a:visited {
	color: #b92222;
	text-decoration: none;
}
#header a:hover {
	color: #b92222;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

/ *************************************** /
/ * fix for IE6 double margin float bug * /
/ *************************************** /
#news, #thanks, #feature, #emailSignup, #mission, #mainNav {
	display: inline;
}


