﻿body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-image: url('../images/bg_tile.gif');
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #0000FF;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
#Outer {
	width: 670px;
	background-color: #FFFFFF;
	margin: 0px auto;
	border: 1px #666666 solid;
}
#page_container {
	margin: 10px;
	width: 650px;
	padding: 0px;
	background-color:#FFFFFF;
}
#form1 {
	margin: 0px;
	padding: 0px;
}
#page_title {
	font: normal normal bold 16px Arial, Tahoma, Helvetica, sans-serif;
	background-color: #C00B31;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	width: 644px;
	margin: 0px;
	border-top: 1px solid #C0C0C0;
}
#MainContent {
	clear: both;
	width: 650px;
	padding: 0px;
	margin: 0px;
}
#description {
	clear: both;
	width: 650px;
	padding: 0px;
	margin: 0px;
}
#MainTable {
	width: 650px;
	border-collapse: collapse;
	margin-top: 10px;
}
#footer {
	clear: both;
	background-color: #CCCCCC;
	border-top: 2px #000000 solid;
	text-align: center;
	padding: 3px;
	margin: 3px;
}
.cell_width110 {
	width: 110px;
}
.cell_width540 {
	width: 540px;
}
.cell_width650 {
	width: 650px;
}
.line_grey {
	color: #C0C0C0;
	line-height: 2px;
}
.highlight_yellow {
	background-color: #FFFF00;
}
.no-border {
	border: 0px;
}
.marginbottom0 {
	margin-bottom: 0px;
}
.contact {
	background-color: #000000;
	color: #FFFFFF;
	font: bold 11px Arial, Tahoma, Helvetica, san-serif;
	padding: 3px;
	text-align: center;
}
#form_contact {
	width: 650px;
	padding: 3px;
	text-align: center;
}
.field_title {
	width: 110px;
	font: bold 11px Arial, Tahoma, Helvetica, san-serif;
	text-align: right;
}
.indentmenu {
	font: bold 12px Arial, Tahoma, Helvetica, san-serif;
	width: 650px; /*leave this value as is in most cases*/
}
.indentmenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 649px; /*width of menu*/ /*border: 1px solid #C0C0C0;*/;
	border-right: 1px solid #C0C0C0;
/*grey border*/	background: #C00B31 url(../images/Menu_CCCCCC_C00B31_12x56.png) center center repeat-x;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	color: #FFFFFF; /*text color*/;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #C0C0C0; /*grey divider between menu items*/
}
.indentmenu ul li a:visited {
	color: #FFFFFF;
}
.indentmenu ul li a:hover, .indentmenu ul li .current {
	color: #FFFFFF; /*!important- text color of selected and active item*/;
	padding-top: 6px; /*shift text down 1px for selected and active item*/;
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/;
	background: #C00B31 url(../images/Menu_CCCCCC_C00B31_12x56up.png) center center repeat-x;
}

