/* GLOBAL */
* {
	font-family: "Georgia", "Times", Serif;
	line-height: 140%;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
h1, h2, h3, h4, h5, h6 {
	color: #a60808;
}
h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: small; }
h4 { font-size: x-small; }
h5 { font-size: xx-small; }
p, h1, h2, h3, h4, h5, h6, hr, ul, ol {
	margin-top: 0;
	margin-bottom: 12px;
	}
ul li ul, ol li ol {
	margin-top: 0;
	margin-bottom: 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
html {
	background-color: #39536c;
	width: 100%;
	margin: 0;
	padding: 0;
}
a {	color: #0000ee; }
a:hover { color: #a4a4a4; }
html, body, table, table tr, table tr td, p, div, input, textarea, select { font-size: small; }
table.border {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
table.border td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 6px;
}
ul.menu-top {
	margin: 6px 0 12px 12px;
	padding: 0;
}
ul.menu-top li {
	list-style-type: none;
	margin: 6px 0 6px 0;
	padding: 0;
}

/* BOXES */
body {
	max-width: 2000px;
	min-width: 970px;
	text-align: center;
	background: url("../images/bg.gif") top repeat-x #ededed;
	background-position: 0px 87px;
	margin: 0;
	padding: 0;
}
#main {
	max-width: 2000px;
	min-width: 970px;
	margin: auto;
}

/* HEADER */
#header {
	width: 940px;
	margin: 0 auto 0 30px;
	text-align: left;
}
#header #top {
	height: 107px;
}
#header #middle {
	height: 146px;
	background: url("../images/header-middle.jpg") no-repeat left top;
}
#header #bottom {
	height: 50px;
}


/* CONTENT */
#content {
	max-width: 2000px;
	min-width: 970px;
	text-align: left;
}
/*#content #layout, #content #layout tr, #content #layout tr td {
	border: 0;
}*/
#content #layout {
	height: 400px;
}
#content #layout td#left,#content #layout td#middle, #content #layout td#right {
	padding: 15px;
	border: 0;
}
#content #layout td#left {
	width: 200px;
	text-align: right;
	border-right: 2px solid #a60808;
}
#content #layout td#middle {
	text-align: left;
	min-width: 500px;
}
#content #layout td#right {
	width: 180px;
	text-align: left;
	border-left: 2px solid #a60808;
}

/* CONTENT LEFT */
#content #layout td#left a {
	color: #0000ee;
}
#content #layout td#left a:hover {
	color: #a4a4a4;
}
#content #layout td#left ul {
	margin: 0;
	padding: 0;
}
#content #layout td#left ul li {
	list-style-type: none;
	margin: 6px 0 6px 0;
	padding: 0;
}
#content #layout td#left ul ul a {
	color: #0a8900;
	font-size: 90%;
	margin-right: 10px;
}
/*#content #layout td#left ul ul li {
	padding: 3px 12px 3px 0;
}*/
#content #layout td#left ul ul {
	border-right: 2px solid #0a8900;
}

/* FOOTER */
#footer-wrapper {
	max-width: 2000px;
	min-width: 970px;
	height: 136px;
	background: url("../images/bg-footer.gif") repeat-x bottom;
	margin-top: 16px;
	text-align: left;
}
#footer {
	width: 970px;
}
#footer #text {
	padding-top: 20px;
	text-align: center;
}
#footer #text, #footer #text a {
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}
#footer #text a:hover {
	text-decoration: underline;
}

/* FORM */
/*input, textarea, select {
	color: #000000;
	padding: 2px;
	border: 0;
}*/
td.right {
	text-align: right;
}
.form-er {
	background-color: #ffe1e1;
	border: 1px solid #a5acb2;
	color: #000000;
	padding: 2px 1px 2px 1px;
}
.required {
	color: #a60808;
}
