﻿/* Standard HTML Tags */

body {
	margin-top: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: #e71f45;
}

a:hover {
	color:#CC0000;
	text-decoration:underline;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #e92b10;
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	margin-top:0px;
	font-style:italic;
}

h2 {
	color: #e92b10;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style:italic;
}

h3 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

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 */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#e71f45;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:4px;
}

.table_allnoborder {
	width:100%;
}

.table_allnoborder td {
	padding:4px;
}


	.table_headright {
		background-color:#000000;
		color:#FFFFFF;
		font-weight:bold;
		border-right:1px #FFFFFF solid;
	}
	
	.table_headend {
		background-color:#000000;
		color:#FFFFFF;
		font-weight:bold;
		border-bottom:1px #FFFFFF solid;
	}
	
	.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: 570px;
	margin-left: auto;
	margin-right: auto;
 	height:auto !important;
  	height:500px;
	min-height:500px;
	border:1px #000000 solid;
}

#container_body{
	clear:both;
}

	#container_bodycontent {
		padding:10px;
		clear:both;	
	}

#container_footer {
	clear:both;
	background-color:#000000;
	height:20px;
}

	#container_footercontent {
	
	}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.textgreen {
	color:#4c6529;
}

.images {
	border:2px #000000 solid;
}
