@charset "utf-8";
html 
{
     overflow: -moz-scrollbars-vertical;

}
body 
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #D3C199;
	font-size: 12px;
	display: inherit;
}

img
{
    border-style: none;   
}

td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	text-transform: inherit;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 0px;
}

h2 
{
	font-size: 16px;
	margin-left: 0;
	text-transform: inherit;
}

h3 
{
	font-size: 14px;
	margin-left: 0;
	text-transform: inherit;
}

ul 
{
	margin-left: 5px;
	margin-right: 35px;
}

li 
{
	margin-top: 15px;
}

.highlight 
{
	font-weight: bold;
}

#container 
{
	background-color: #FFFFFF;
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	min-height: 400px;
	overflow: hidden;
}

#content
{
	height: auto;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 30px;
	margin-bottom: 25px;
	text-align: justify;
}

p 
{

}

input.submit
{
	background-color: #EC7310;
	width: 150px;
	height: 60px; 
	font-weight: bold;
}

.red 
{
	color: #FF0000;
}

#logo
 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	height: 75px;
}
#logol 
{
	float: left;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logor 
{
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	top: 20px;
}

#navigation 
{
	height: 22px;
	text-align: left;
	margin: 0px;
	font-size: 13px;
	background-color: #EEEEEE;
	padding-top: 3px;
	font-weight: bold;
	border-top-width: thick;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	word-spacing: 15px;
	padding-left: 35px;
}

a:visited 
{
	color: #0000FF;
	text-decoration: underline;
}
a:link 
{
	color: #0000FF;
	text-decoration: underline;
}
a:active 
{
	color: #0000FF;
	text-decoration: underline;
}
a:hover 
{
	color: #0000FF;
	text-decoration: underline;
}

#navigation a:visited 
{
	color: #554F3A;
	text-decoration: none;
}
#navigation a:link 
{
	color: #554F3A;
	text-decoration: none;
}
#navigation a:active 
{
	color: #554F3A;
	text-decoration: none;
}

#navigation a:hover 
{
	color: #000000;
	text-decoration: none;
}

.right 
{
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	clear: left;
	border: thin solid #000000;
	position: relative;
}
.left 
{
	float: left;
	margin-left: 5px;
	margin-right: 20px;
	clear: left;
	border: thin solid #000000;
	position: relative;
}

#footer 
{
	background-color: #C1D72D;
	height: 20px;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	padding: 20px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

ol 
{
	margin-left: 10px;
	margin-right: 35px;
	text-align: justify;
}

/* Validation CSS */
#wrapper {width:300px; margin:50px auto}
.form {float:left; padding:0 10px 10px 10px; background:#f3f3f3; border:2px solid #cfcfcf}
.form label {float:left; width:100px; padding:10px 10px 0 0; font-weight:bold}
.form select {float:left; width:146px; margin-top:10px}
.form input {float:left; margin-top:10px}
.form .submit {clear:both}
#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}
