﻿/* Standard HTML Tags */

body {
	margin:0px;
	background-color: #FFFFFF;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #609623;
}

a:hover {
	color:#681b3d;
	text-decoration:underline;
}

ul {
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #526da8;
	font-family: Arial;
	font-size: 18px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #526da8;
	font-weight: bold;
}

h3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin:0px;
}

h5 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #00FF00;
}

h6 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.error_text {
	background-color:#CC0000;
	color:#FFFF00;
	text-align:center;
	padding:5px;
}
.button {
	background-color:#609623;
	color:#FFFFFF;
}

.imageright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	width:100%;
}

.table_all H1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #526da8;
	border-bottom:1px #C0C0C0 solid;
}


.table_all H2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-bottom:1px #C0C0C0 solid;
}

.table_all H3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:#526da8;
}



.table_all td {
	background-position: 0px 0px;
	padding: 2px;
	background-repeat: repeat;
	background-attachment: scroll;
}

.table_allmid {
	width:100%;
}

.table_allmid td {
	padding:2px;
	vertical-align:middle;
}


.table_headright {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
	vertical-align:middle;
}

.table_headend {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
}

.table_rowright {
	border-bottom:1px #C0C0C0 solid;
	border-right:1px #C0C0C0 solid;
}

.table_rowend {
	border-bottom:1px #C0C0C0 solid;
}

/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width: 950px;
	background-color:#FFFFFF;
}

#container_header {

}
		
#container_menu {

}

#container_body{

}

	#container_bodyleft{
		float:left;
	}

	#container_bodyright{
		float:right;
	}
	
#container_footer {

}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.noborders {
	border:0px;
}
