/* css document */
/* *********************************************
 * element redefinitions 
*/
body {
	color: #4e4e4e;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 6px 16px 20px 0px;
	margin: 0px;
	font-size: 8pt;
	line-height: 13pt;
	text-align: center;
}
h1 {
	color: #d42e25;
	font-weight: bold;
	font-size: 10pt;
	margin: 10px 5px 0px 10px;
	width: 95%;
	border-bottom-style: solid;
	border-bottom-color: #d42e25;
	border-bottom-width: 1px;
}
h2 {
	color: #003399;
	font-weight: bold;
	font-size: 10pt;
	margin: 15px 5px 0px 15px;
}
h3 {
	color: #4e4e4e;
	font-weight: bold;
	font-size: 9pt;
	margin: 15px 5px 0px 15px;
}
p {
	margin: 5px 15px 15px 15px;
}
a:link {
	color: #003399;
}
a:active, a:visited:active {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
    color: #d42e25;
}
table {
	width: 90%;
	margin: 5px 15px 15px 15px;
	color: #4e4e4e;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}
td {
	vertical-align: top;
}
th {
	color: #d42e25;
	font-weight: bold;
	font-size: 10pt;
	margin: 20px 20px 20px 10px;
	text-align: left;
}
/* classes */
.panel {
	display: inline;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 2px 2px 5px 5px ;
        background-color: #eeeeee;
        width: 100%;
}
.inlineimageleft {
	float: left;
	margin: 15px 10px 0px 10px;
}
.inlineimageright {
	float: right;
	margin: 5px 10px 10px 10px;
}
.greycolumn {
	display: inline;
	float: left;
	width: 45%;
	margin: 10px 10px 5px 5px;
	padding: 0px 0px 0px 0px ;
	background-color: #eeeeee;
	height: 390px;
}
.whitecolumn {
	display: inline;
	float: left;
	width: 45%;
	margin: 10px 10px 5px 5px;
	padding: 0px 0px 0px 0px ;
	background-color: #ffffff;
	height: 390px;
}
.headerimage {
	margin: 0px 0px -2px 0px;
	padding: 0px 0px 0px 0px ;
}
.divider {
	width: 95%;
	margin: -5px 5px 5px 5px;
	border-bottom-style: solid;
	border-bottom-color: #d42e25;
	border-bottom-width: 1px;
	clear: both;
}
.news {
	clear:both;
}
/* elements */
#ubercontainer {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	width: 750px;
	padding-top: 0px;
	text-align: left;
	voice-family: inherit;
}
#header{
	float: left;
}
#navcontainer {
	display: inline;
	padding-right: 0px;
	padding-left: 12px;
	background: #d42e25;
	float: left;
	padding-bottom: 0px;
	width: 98.3%;
	padding-top: 0px;
	margin-top: 0px;
}
#navcontainer ul {
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#navcontainer ul li {
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
	list-style-type: none;
	letter-spacing: -1px;
}
#navcontainer ul li a {
	padding-right: 10px;
	display: block;
	padding-left: 8px;
	padding-bottom: 2px;
	width: 0.1em;
	color: #ffffff;
	padding-top: 2px;
	white-space: nowrap;
	text-decoration: none;
	width: auto;
}
#navcontainer a {
	float: none;
	background: #d42e25 repeat-x left top;
	color: #ffffff;
}
#navcontainer ul li a:hover {
	color: #ff0000;
	background: #eeeeee;
}
#maincontent {
	display: inline;
	float: left;
	width: 66%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#rightcontent {
	display: inline;
	float: right;
	width: 32%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer {
	display: inline;
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
	text-align: left;
	font-size: 9px;
	border-top-style: solid;
	border-top-color: #d42e25;
	border-top-width: 1px;
}
#footer p {
	margin: 2px 2px 2px 2px ;
	padding: 0px 0px 0px 0px;
}
