﻿/* Standard HTML Tags */

body {
	background:#205d8e url('../webcoreimages/s_background.jpg') repeat center top scroll;
	margin-top:15px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #CC0000;
}

a:hover {
	color:#6b6b6b;
	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: #6b6b6b;
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #5A3724;
	font-weight: bold;
	margin:0px;
}

h3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin:0px;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 9pt;
		border: 1px solid #C2BCB4;
}

select {
		font-family: Arial;
		font-size: 9pt;
		border: 1px solid #C2BCB4;
}

textarea {
		font-family: Arial;
		font-size: 9pt;
		border: 1px solid #C2BCB4;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.button {
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
}

/* EO Standard Container Tags */
/*************/
/*************/
/*************/

#container_main{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border:1px #FFFFFF solid;
}

#container_body {
	background-image:url('../webcoreimages/s_bodycontinue.jpg');
	background-repeat:repeat-y;
}

#container_footer {
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}

#container_content {
	padding:0px 10px 10px 10px;
	margin:0px;
	min-height:300px;
}
.mainbody {
	background-image:url('../webcoreimages/s_bodybackground.jpg');
	background-repeat:no-repeat;
	background-color:#e8e7e8;
}