/* elements */
html, body {
	text-align: center;
	color: #333;
	font : normal  .9em/2.25em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background-color: #666;
	margin:0 auto;
	padding:0;
}
body {
	min-width:774px;
}
p {
	text-align:justify;
}
A, A:LINK, A:VISITED, A:HOVER {
	color: #333;
	text-decoration: none;
	background-color: inherit;
}
A:HOVER {
	color: #003;
	background-color: inherit;
}
h1 {
	color: #666;
	background-color: inherit;
	font-size: 1em;
	font-weight: 700;
	padding:5px;
	margin:0;
}
h2 {
	color: #101863;
	background-color: inherit;
	font-size: 1em;
	padding:0 10px;
	margin-bottom:2px;
}
h3 {
	color: #D20005;
	background-color: inherit;
	font-size: .95em;
	padding:0 10px;
	margin-bottom:2px;
}
h4 {
	color: #101863;
	background-color: inherit;
	font : normal .95em/1em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding:0 10px;
	margin-bottom:2px;
}
h5 {
	color: #D20005;
	background-color: inherit;
	font : bolder .9em/1em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:2px;
}
TABLE, TR {
	font : normal  .95em/2.25em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	border:0;
}
table.small, table.small tr {
	font : normal  .95em/1em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
th {
	background-color:#FF0008;
	color:#FFF;
	font : bolder 1em/2em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}
td {
	color: #333;
	background-color: inherit;
	vertical-align: top;
}
td h5 {
	background-color:#EEE;
}
B {
	font-weight:900;
}
IMG {
	border:0;
}
UL {  }
LI {}
FORM {
	color: #000;
	background-color: inherit;
	margin: 0px;
	padding: 4px;
}
input, select, textarea, option {
	color: #000;
	background-color: #FFF;
	border: 1px solid #E4E4E4;
	font : normal  .9em/1.1em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
/* classes */
.title {
	font-size: 1em;
	color: #006;
	background-color: inherit;
	font-weight: bolder;
}
.special {
	color: #939;
	background-color: inherit;
	line-height: normal;
	font-weight: bold;
}
.header {
	font-weight: bold;
	color: #006;
	background-color: inherit;
}
.link {
	color: #00F;
	background-color: inherit;
	text-decoration: underline;
}
.nav-title {
	font-weight: bold;
	color: #006;
	background-color: inherit;
}
FORM.mail {
	color: #000;
	background-color: #EFEFEF;
	border: 1px double #CDCDCD;
	padding: 5px;
	width: 400px;
}
/* ID's */
#whitebox {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
	padding:5px 5px;
	margin: 3px;
	display: block;
	width: 120px;
	border : 1px solid #FFF;
}
#content {
	background:#FFFFFF url(/images/site/bgd.gif) repeat-y left top;
	text-align:center;
	width:774px;
	margin: 0 auto;
}
#header {
	background-color:#FFF;
}
#main {
	text-align:left;
	background:#FFFFFF url(/images/site/bgd.gif) repeat-y left top;
}
#main-navigation {
	background:#F7F3F7 url(/images/site/bgd.gif) repeat-y left top;
	width:220px;
	float:left;
	font : normal .9em/1em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
#main-content {
	background:#FFF url(/images/site/bgd.gif) repeat-y right top;
	width:530px;
	margin-right:20px;
	float:right;
}
#footer {
	background-color:#101863;
	color:#F7F3F7;
	font : normal .7em/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding:10px;
	clear:both;
	border-bottom:4px solid #FF0008;
}
ul#button {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
ul#button li {
	border-bottom: 1px solid #CECFCE;
	margin: 0;
}
ul#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #A5A2A5;
	border-right: 10px solid #BDB6BD;
	background-color: #F7F3F7;
	color: #000;
	text-decoration: none;
	width: 100%;
}
html>body ul#button li a {
	width: auto;
}
ul#button li a:hover,ul#button li a.deactive {
	border-left: 10px solid #F7F3F7;
	border-right: 10px solid #C9CAC9;
	background-color: #A5A2A5;
	color: #FFF;
}
#footer p {
	text-align:center;
}
#footer a, #footer a:visited, #footer a:hover, #footer a:link, #footer a:active {
	color:#F7F3F7;
}
/* Used to clear the floats: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
#errormsg {
	border:1px solid #CC0000;
	background:#FFCCCC;
}    
.error {
	background:#FFCCCC;
}