
body {
	margin: 0;
	border: 0;
	text-align: center;
	background: url(blue-bg.gif) center repeat-y #22304E;
	font: normal 12px Verdana;
	}

#maincolumn {
	width: 840px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFF;
	}


/****************************
	PAGE BANNER
****************************/
.banner
{
	color: #495D92;
	font-size:24px;
	font-weight: bold;
	}
.tagline
{
	color: #43A951;
	font-size:14px;
	font-weight: normal;
	font-style: italic;
	}

/****************************
	MENU NAVIGATION BAR
****************************/

#menunav {
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(menunav-bg-blue.gif);
	}

#menunav li {
	padding: 0 2px 0 0;
	float: left;
	list-style: none;
	background: url(menunav-divider.gif) right no-repeat;
	}

#menunav a {
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
	float: left;
	color: #333;
	position: relative;
	z-index: 1;
	}
#menunav a:hover {
	margin: 0 0 0 -2px;
	padding: 0 10px 0 12px;
	background: url(menunav-bg-red.gif);
	position: relative;
	z-index: 2;
	text-decoration: none;
	}
#menunav a.currentitem {
	margin: 0 0 0 -2px;
	padding: 0 10px 0 12px;
	background: url(menunav-bg-green.gif);
	position: relative;
	z-index: 2;
	text-decoration: none;
	}


/****************************
	CONTENT
****************************/

#content {
	clear: both;
	margin: 0 1em 0 1em;
	}
	
#content h1{
	color: #495D92;
	font-size:20px;
	font-weight: bold;
	}
#content h2{
	color: #A53126;
	font-size:16px;
	font-weight: bold;
	}	
#content h3{
	color: #43A951;
	font-size:20px;
	font-weight: bold;
	}

.heading1{
	color: #495D92;
	font-size:20px;
	font-weight: bold;
	}
.heading2{
	color: #A53126;
	font-size:16px;
	font-weight: bold;
	}
.heading3{
	color: #43A951;
	font-size:16px;
	font-weight: bold;
	}	
	
/****************************
	MISC STYLES
****************************/	
.noimage{
	color: #CCCCCC;
	font-size:11px;
	font-style:italic;
	font-weight: normal;
	}	
a.loginlink:link {
	color: #43A951;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	}
a.loginlink:hover {
	color: #A53126;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	}
a.loginlink:visited {
	color: #43A951;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	}
/****************************
	SITE FOOTER
****************************/

#footer {
	margin-top: 20px;
	background-color: #000;
	clear: both;
	font-size: 11px;
	color: #CCC;
	line-height: 16px;
	}

/****************************
	IMAGE FORMATTING
****************************/
img.float-right {
  float: right;
  margin: 2em 2em 2em 2em;
  padding-left: 0.2em;
  }
  
img.float-left  {
  float: left;
  margin: 2em 2em 2em 2em;
  }
  
table.float-right {
  float: right;
  margin: 2em 2em 2em 2em;
  }