body { 
	margin:0; 
	padding:0; 
	background: #7A7470 url('../images/background_loop.png') repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color : #383937;
	text-align: center;
}
div { margin: 0; padding:0; border: 0; }
p {margin-top: 0px; line-height:1.3em;}
img {border : 0px;}
th { background-color: #003333; color: #FFFFFF; font-weight: bold; text-align: left; padding: 5px; }
td { vertical-align: top; }
/* form design and fixes for IE */
form { margin-bottom: 0px; }
input, textarea, select
{
	border : 2px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color : white;
}
option { }
.imagebutton
{
	border : none;
	background-color : transparent ! important;
}
.radio
{
	border : none ! important;
	background-color : transparent ! important;
}
.checkbox
{
	border : none;
	background-color : transparent ! important;
}

ul li {	
	padding-top: 5px;
}

h1, h2 {
	color: #463e39;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0;
}
h3, h4 {
	color: #135279;
	font-size: 1.25em;
	margin-top: 0;
}

a:link {
	color: #003333;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #003333;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #0033AA;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #0033AA;
	font-weight: bold;
	text-decoration: underline;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#body
{
	margin-left: auto;
	margin-right: auto;
	width: 988px;
	background: transparent url('../images/background.jpg') no-repeat top center;
}
#menu {
	float: left;
	width: 190px;
	background-image: url('../images/menu_background.gif');
}
#registerbox {
	float: right;
	width: 324px;
	height: 45px;
	overflow: hidden;
}
#registerbox .inner {
	padding: 5px 3px 5px 3px;
}
#registerbox img {
	float: right;
}
#titlebox {
	float: right;
	width: 775px;
	height: 131px;
	text-align: left;
	overflow: hidden;
}
#titlebox h1 {
	width: 350px;
	font-weight: normal;
	font-size: 1.75em;
	color: #463e39;
}
#titlebox h2 {
	width: 350px;
	font-weight: normal;
	color: #135279;
	font-size: 1.5em;
}
#menu img { display: block; }
#content {
	float: right;
	width: 798px;
	background-image: url('../images/content_background.gif');
}
#content .divider {
	width: 798px;
	height: 35px;
	background-image: url('../images/divider.gif');
	
	clear: both;
}
#content .inner {
	position: relative;
	padding: 10px;
	text-align: left;
	top: -100px;
	margin-bottom: -100px;
}
#content .inner2 {
	padding: 10px;
	text-align: left;
}
#content .leftcolumn {
	width: 379px;
	float: left;
}
#content .rightcolumn {
	width: 379px;
	float: left;
	margin-left: 20px;
}
#contentheader {
	height: 125px;
	width: 798px;
	background-image: url('../images/content_header.gif');
}
#contentfooter img {
	display: block;
}
#menu ul { margin: 0; margin-left: 20px; padding: 0; border: 0; width: 150px; list-style-type: none; }
#menu ul li { margin: 0; padding: 0; display: block; width: 150px; text-align:left; }
#menu ul li a {
	display: block;
	width: 140px;
	padding: 2px 5px;
}
#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:active {
	text-decoration: none;
}
#menu ul li ul li a:link, #menu ul li ul li a:visited {
	text-decoration: none;
	font-weight: normal;
}
#menu ul li ul li a:hover, #menu ul li ul li a:active {
	text-decoration: none;
	font-weight: normal;
}
#errorbox {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}
#flags {
	text-align: center;
	width: 100%;
}
#flags a {
	padding: 3px;
}
#flags img {
	display: inline;
	border: 0;
}