@charset "utf-8";
/* CSS Document */

html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center;background: #F9F9F9 url(img/header_blue.png) repeat-x;
}
p{margin:0 10px 10px}
a{color:white;text-decoration:none;}
a:hover{color: #2DC6D6}
.active{color: #2DC6D6}
div#header h3{height:40px;padding-top:204px;margin:0;
  padding-left:10px;background: url(img/header.png) top center no-repeat;color: #FFFFFF;word-spacing:15px;text-align: left;}
div#container{text-align:left;}
div#content{line-height:1.3;margin-top: 30px;margin-bottom:30px;}
div#navigation{line-height:1.3;margin-top: 30px;margin-bottom: 30px;padding-left:10px;border-left: 1px solid #CCCCCC;padding-right:10px;}
div#extra{background:#FF8539;}
div#footer{background: #E2E0E1;border: 1px #AAAAAA; color: #333; margin-bottom:10px}
div#footer p{margin:0;padding:5px 10px}

div#container{width:800px;margin:0 auto;}
div#content{float:left;width:530px;}
div#navigation{float:right; width:235px; height: 100%}
div#extra{clear:both;width:100%}


fieldset {
	display:block;
	border:none;
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	color:#222;
}
fieldset p label {
	float:left;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset form input, fieldset form select, fieldset form textarea {
	padding:5px;
	margin-left: 0;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
}
form input[readonly] {
    background: #ddd;
}
form input.formbutton {
	float: left;
    width: 50px;
	background:#006ea8;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:3px solid #155082;
	color:#ffffff;
	font-weight:bold;
	padding:5px 10px;
    cursor: pointer;
	font-size:11.5px;
    height: 35px;
}
.button {
    float: left;
    width: auto;
	background:#006ea8;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:3px solid #155082;
	color:#ffffff;
	font-weight:bold;
	padding:5px 10px;
    padding-top: 9px;
    cursor: pointer;
	font-size:11.5px;
    height: 18px;
    margin-left: 5px;
}