body {
	background-color: #ffffff;
	font-family:Arial, Verdana, Helvetica, sans serif;
	text-align: center;
}
#container {
	width:980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Header */

#header {
	height:186px;
	clear: both;
}
#headleft {
	float:left;
	width:185px;
}
#headright {
	float:right;
	width:795px;
}

/* Top Menu */

.topmenu{
	width: 100%;
	background-color:#0068b3;
	height:31px;	
}

.topmenu ul{
	margin: 0;
	padding: 0;
	padding-left: 185px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	background-color:#0068b3;
}

.topmenu li{
	display: inline;
	margin: 0;
}

.topmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #0068b3; /*background of tabs (default state)*/
	font-size:0.85em;
}

.topmenu li a:visited{
	color: white;
}

.topmenu li a:hover, .topmenu li.selected a{
	background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* Content */
#content {
	width:100%;
	clear:both;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
#content3 {
	width:100%;
	clear:both;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-y;
	}
#contentleft1 {
	width:185px;
	float:left;
	background-color: #000000;
}
#contentleft3 {
	width:185px;
	float:left;	
	margin-left: -793px;
}
#contentright {
	width:775px;
	float:right;
	color: #000000;
	background-color: #CCCCCC;
	vertical-align: top;
	padding:10px;
}
#contentright a {
	color:#000000;
	text-decoration: underline;
	vertical-align: top;
}
#contentright a:visited {
	color:#666666;
	text-decoration: underline;
}
#contentright a:hover{
	color:#FF0000;
	text-decoration: none;
}

/* Optional third column */
#contentright1 {
	width:588px;
	float:left;
	color: #000000;
	background-color: #CCCCCC;
	vertical-align: top;
	padding:10px;
	margin-left: 185px;
}
#contentright1 a {
	color:#000000;
	text-decoration: underline;
	vertical-align: top;
}
#contentright1 a:visited {
	color:#666666;
	text-decoration: underline;
}
#contentright1 a:hover{
	color:#FF0000;
	text-decoration: none;
}
#contentthree {
	width:177px;
	float:right;
	background-color:#FFFFFF;
	padding: 10px 4px 4px 4px;
}

/* Footer */

#footer {
	color: #000000;
	background-color: #FFFFFF;
	padding: 7px;
	height: 1.5em;
	clear:both;
	border-top-color:#254971;
	border-top-width:30px;
	border-top-style:solid;
	font-size:0.81em;
}
#footer a{
	color:#000000;
	text-decoration: underline;
}
#footer a:visited{
	color:#666666;
	text-decoration: underline;
}
#footer a:hover{
	color:#FF0000;
	text-decoration: none;
}
h1 {
	
	font-size: 1.3em;
	line-height: 1.5em;
	color: #FF0000;
}
h2 {
	
	font-size: 1.1em;
	color: #FF0000;
	line-height: 1.4em;
}
h3 {
	
	font-size: 0.9em;
	line-height: 1.3px;
	color: #FF0000;
}

/* Image alignment */
	
.imageleft {
	font-size: 10px;
	color: #999999;
	float: left;
	margin-right: 6px;
}
.imageright {
	font-size: 10px;
	color: #999999;
	float: right;
	padding-left: 6px;
}
td {
	vertical-align: text-top;
}
p {
	font-size: 0.85em;
	line-height: 1.1em;
}
.menurule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	padding-bottom: 24px;
}

/* Curerent page identifiers */

.home {
	background-color: #414141;
}
#contentright p {
	line-height: 1.45em;
}
/* Image align */

img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border: 0px;
}
.imageleft {
	float:	left;
	padding:	0px 8px 5px 0px;
}
.imageright {
	float:	right;
	padding:	0px 5px;
}
#contentthree p {
	line-height: 150%;
	font-size:81%;
}
