﻿@import url("layout.css");
* { margin: 0; padding: 0; border: none; }
body {
	font-family: "Trebuchet MS", sans-serif;
}
#container {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B70F02;
	border-bottom-color: #B70F02;
	border-left-color: #B70F02;
	background-color: #E88C4B;
	color: #000;
	height: auto;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
}
#navigation {
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B70F02;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #E88C4B;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #E88C4B;
}
#container div div #frmRegister fieldset p {
	font-family: Verdana, Geneva, sans-serif;
}
#container div div #frmRegister fieldset {
	background-color: #633;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #333;
	border-bottom-color: #333;
	margin-right: 20px;
	margin-left: 20px;
}
#container div div #frmRegister legend {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: -15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#container div div #frmRegister input.text {
	width: 200px;
}

#content {
	background-color: #E88C4B;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	height: 30px;
	padding-top: 5px;
	background: #FFF;
	border-top: 2px solid #B70F02;
}
/* Masthead */
#masthead h1 {
	color: #ffa318;
	margin-bottom: 0;
}
#masthead h3 {
	color: #B70F02;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFDE62;
	display: block;
	padding: 5px;
	border: 0px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 0px solid #B10600;
	background-color: #580D0C;
}

/* Right Column */
#column_r img {
	border: 0px solid #808080;
	text-align: center;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #B70F02;
	text-align: center;
}
h2 {
	font-size: x-large;
	color: #B70F02;
	text-align: left;
}
h3 {
	font-size: large;
	color: #B70F02;
	text-align: center;
}
h4 {
	font-size: medium;
	color: #000;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #380101;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #380101;
	text-align: center;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
	text-align: right;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#container div div table {
	text-align: center;
}
#container div div table {
	text-align: center;
}
#container div div table {
	text-align: center;
}
#container table tr .style1 table tr td {
	text-align: center;
}
.small {
	font-size: x-small;
}
.clear {
	clear: both;	
}

