body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg_main_cc.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 670px;
	height: 85px;
	padding: 40px 40px 0px 40px;
	background-image: url(images/bg_header_c.gif);
	line-height: 50px;
	font-size:28px;
	font-weight:bold;
}

#container-name {
	float: left;
}

#container-slogan {
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}

span, #container-name span,#container-slogan span {
	color: #084e8d;
}
span.orange{
    font-style:italic;
    color: #FF9900;
}

span.silver{
    color: black;
}

span.formalert{
    font-weight:bold;
    color: red;
}

#container-eyecatcher {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 175px;	
	background-image: url(images/bg_eyecatcher_cc.gif);
	background-repeat: no-repeat;
}

#container-navigation {
	width: 670px;
	background-color: #084e8d;
	height: 22px;
	border-bottom: 2px solid #FF9900;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
}

#navigation li {
	display: inline;
	list-style: none;
	line-height: 22px;
}

#navigation li a {
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
}

#navigation li a:hover {
	text-decoration: underline;
	background-color: #FF9900;
}

#container-content {
	width:670px;
	min-height:480px;
	background-image: url(images/bg_content_c.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 0 0;
}

#content {
	width: 430px;
	float: left;
}

#border {
	width: 170px;
	margin-left: 480px;
}

#container-footer {
	border-top: 4px solid #AAAAAA;
	width: 670px;
	padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#container-footer a:hover {
	color: #006AC3;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 670px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 200px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	font-weight: bold;
	width: 450px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 22px;
	color: #666666;
	margin: 10px 0 0 0;
	padding: 0px 0 10px 25px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #084e8d;
	padding: 0px 10px 0px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2.right{
    padding: 0px 10px 0px 10px;
}

h3 {
	font-size: 14px;
	color: #084e8d;
	padding: 0px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
	
h4 {
	font-size: 14px;
	color: #084e8d;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	border-top: 1px solid #084e8d;
	border-bottom: 1px solid #084e8d;
	padding: 4px 0 4px 5px;
	margin: 10px 0 10px 0;
	}

hr {
	border: none 0;
	border-top: 1px solid #FF9900;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006AC3;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

.important {
	border-top: 1px solid #E5E5E5;
	background-color: #F9F9FF;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(images/bg_important.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
}
#content .important span{
	font-size: 14px;
	font-weight:bold;
	color: #084e8d;
	padding: 0px 0px 0px 5px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

#border p {
	
	font-size: 11px;
	color: #666666;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

#news li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
}

#news li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

/* FORM ELEMENTS */

.formbox {
  margin-left: 25px;
  padding:0; width:390px;
}

form {
	margin:0;
	padding:0;
}

fieldset {
	width:370px;
	border:1px solid #999;
	padding:10px;
	margin:0px;
	text-align:left;
	background-color: #F9F9FF;
}

fieldset:hover {
	border-color:#333;
}

fieldset#checkbox input  {
	width:35px;
}

legend {
	font-size:1.1em;
	color:#084e8d;
	font-weight:bold;
	padding:5px;
	margin:5px;
	background:none;
}

label {
	color:#084e8d;
	font-size:1em;
	margin:0 3px 3px 0;
	padding:0;
	line-height:1.5em;
	width:120px;
	display:block;
	float:left;
	clear:left;
}

input {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
	width:220px;
	background:#fff;
}

input:focus {
	border-color:#FF9900;
}

textarea {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
    width:346px;
    height:120px;
	background:#fff;
}

textarea:focus {
	border-color:#FF9900;
}

select {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
	background:#fff;
	width:100px;
}

option {
	color:#084e8d;
}

.zip {width:50px;}

.city {width:160px;}

.street {width:180px;}

.strnr {width:30px;}

.message {width:350px;}

.buttons {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.submitbtn {
	width:123px;
	background:#084e8d;
	color:#fff;
	cursor:pointer;
}

.submitbtn:hover {
	background:#FF9900;
	color:#fff;
}