body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin: 0px;
	padding: 0px;
}
#top {
	height: 85px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/top_grad.jpg);
}
#top #topleft {
	float: left;
	width: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	background-image: url(images/logo.gif);
}
#top #topright {
	float: right;
	width: 110px;
	font-weight: bold;
	padding-top: 20px;
}
#top h1 {
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}
#top #title {
	color: #666666;
	font-size: 0.7em;
}
#left {
	float: left;
	width: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 15px;
	padding-bottom: 15px;
	display: none;
}
#left ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 5px;
}
#left a {
	color: #333333;
	text-decoration: none;
	font-size: 0.8em;
	display: block;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000066;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	background-image: url(images/butgrad1.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	margin-top: 2px;
	margin-bottom: 2px;
}
#left a:hover {
	border-left-color: #000066;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	background-image: url(images/butgrad2.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}
#main {
	padding: 0px 10px 10px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#main p {
	font-size: 0.9em;
	color: #333333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main h2 {
	color: #666666;
	margin: 0px 0px 10px;
	padding: 15px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 1em;
}
#main img {
	border: 1px solid #999999;
	margin-right: 10px;
}

.bold {
	font-weight: bold;
}
#main h3 {
	padding-top: 5px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#main h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #069;
}

#main a {
	color: #000066;
	text-decoration: none;
}
#main a:hover {
	color: #990000;
	text-decoration: underline;
}

#main li {
	font-size: 0.9em;
}
#main th {
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
}
#main td {
	font-size: 0.9em;
}
#main address {
	font-size: 0.9em;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}


ul.menumain {
	list-style-type: square;
	list-style-image: none;
	margin: 0px 5px 0px 10px;
	padding: 0px 5px 0px 10px;
}
.menumain li {
	font-size: 0.9em;
}
.menumain a {
	color: #000066;
	text-decoration: none;
}
.menumain a:hover {
	color: #990000;
	text-decoration: underline;
}
#contact {
	margin: 0px;
	padding: 5px;
}
#contact fieldset {
	border: 1px solid #999999;
	margin: 5px 0px;
	padding: 5px;
	background-color: #EAEAEA;
	background-image: url(images/fieldsetgrad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#contact legend {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F2F2F2;
	border: 1px solid #999999;
	margin-bottom: 5px;
}
#contact .formgroup {
	width: 300px;
	float: left;
}
#contact label {
	float: left;
	width: 150px;
	font-size: 0.9em;
}
#contact input {
	width: 200px;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
#contact .formgroup input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact .formgroup #other_position {
	border: 1px solid #999999;
	width: 140px;
}
#contact textarea {
	border: 1px solid #999999;
	margin-bottom: 2px;
	overflow: auto;
	width: 200px;
	height: 80px;
}








.box {
	border: 1px solid #999999;
	background-color: #F9F9F9;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.box img {
	float: left;
	border: 1px solid #000066;
	margin: 5px 5px 5px 0px;
}
.box h3 {
	margin: 0px -5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	background-color: #B9BBE4;
	font-size: 0.9em;
	color: #333333;
}
.clear {
	clear: both;
	height: 1px;
}
#footer {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
#footer address {
	font-style: normal;
	font-size: 0.8em;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 0.7em;
}


#footer a {
	color: #000066;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer a:hover {
	color: #990000;
	text-decoration: underline;
}

