/* CSS Document */
body {
	font-family: Trebuchet MS, arial, sans-serif; 
	font-size: 11px;
	text-align: center;
	color: #5D5D5D;
	margin: 0px;
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	
	font-size: 8px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	height: 85px;
	background-image: url(HEAD_BAC.gif);
	text-align: center;
	}

#mainpage {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 758px;
	text-align: left;
}

#navigation {
	left: 5px;
	top: 5px;
	width: 225px;
	border: 1px solid #5C81AB;
	background-image: url(nav_bac.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
	padding-top: 10px;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	font-size: 12px;
	line-height: 22px;
	padding-top: 2px;
	padding-left: 20px;
	color: black;
	background-image: url(bulletbut_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
	text-decoration: none;
}

#navigation a:hover {
	background-image: url(bulletbut_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #005AFF;
	text-decoration: underline;
}

#address {
	font-size: 12px;
	color: Black;
	padding: 40px 20px 20px 20px;
}

#maincontent {
	padding: 0px 0px 0px 20px;
	vertical-align: top;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 10px;
	background-color: #025092;
	font-size: 8px;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
	text-align: right;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
	vertical-align: top;
}

.mailusa {
	padding: 4px;
	vertical-align: top;
}

.mailusq2 {
	padding: 4px;
	text-align: right;
	width: 150px;
	vertical-align: top;
}

.mailusa2 {
	padding: 4px;
	vertical-align: top;
}
/* html standard tags as needed*/

h1 {
	color: #2372B1;
	font-size: 16px;
}

h2 {
	color: #2372B1;
	font-size: 14px;
}

h3 {
	color: #2372B1;
	font-size: 12px;
	font-style: italic;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
	color: #005FAA;
	text-decoration: none;
}

a:hover {
	color: #0D318C;
	text-decoration: underline;
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}

.illustration {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.advert {
	background-color: #2372B1;
	color: white;
	width: 300px;
	padding: 10px;
	font-size: 12px;
}

.advert a:link, .advert a:visited {
	color: white;
}

advert a:hover {
	color: #0118A5;
}

.right {
	text-align: right;
	margin-top: -10px;
}

.downloads {
	
}

.downcell {
	width: 100px;
	text-align: center;
	vertical-align: top;
}

.accessill {float: left;
margin-right: 20px;}