body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #243f7d;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/interface/bg_body.gif);
	background-repeat: repeat-x;
}
#container {
	padding: 0px;
	background-image: url(../images/interface/bg_container.gif);
	width: 712px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 99px;
}
#navbar {
	font-size: 11px;
	background-image: url(../images/interface/bg_nav.gif);
	padding-left: 40px;
	padding-right: 24px;
	height: 40px;
	margin: 0px;
}
#navbar a:link, #navbar a:visited {
	color: #243F7D;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
}
#navbar a:hover, #navbar a:active {
	color: #243F7D;
	background-color: #D0D9E6;
}
#navbar #clicked {
	color: #FEFBF3;
	background-color: #243F7D;
}
#navbar #clickedRed {
	color: #FEFBF3;
	background-color: #990000;
}
#navbar ul {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #243F7D;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#navbar li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar .special a {
	color: #990000;
}
#content {
	color: #243f7d;
	width: 648px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#content a:link, #content a:visited {
	color: #243f7d;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
}
#content a:hover, #content a:active {
	text-decoration: none;
	background-color: #D0D9E6;
}
#content p {
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content h1 {
	font-size: 12px;
	color: #FCF6E0;
	padding-top: 4px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	height: 23px;
	background-image: url(../images/interface/bg_h1.gif);
}
#content h2 {
	font-size: 13px;
	margin-right: 0px;
	margin-left: 10px;
	color: #243F7D;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content h3 {
	font-size: 12px;
	color: #990000;
	margin-bottom: 7px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
}
#content h4 {
	height: 56px;
	font-size: 9px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content h5 {
	font-size: 10px;
	background-color: #243F7D;
	color: #FCF6E0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin: 0px;
}
#content ul {
	font-size: 11px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#content ol {
	font-size: 11px;
	margin-right: 10px;
}
#content li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	line-height: 17px;
}
#content dl {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#content dt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCF6E0;
	padding: 0px;
}
/*	could be needed

#content ol {
}
#content ol li {
}
*/
#subNav {
	font-size: 10px;
	padding-left: 40px;
	padding-right: 24px;
	text-align: center;
	clear: both;
}
#subNav a:link, #subNav a:visited {
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #243f7d;
}
#subNav a:hover, #subNav a:active {
	text-decoration: none;
	background-color: #D0D9E6;
}
#subNav ul {
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#subNav li {
	display: inline;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/*	special styles for image container	*/
.imgContainer {
	width: 182px;
	margin-right: 7px;
	background-image: url(../images/photos/imgContainerBG.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.imgContainerRight {
	width: 182px;
	margin-right: 7px;
	background-image: url(../images/photos/imgContainerBG.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
}
#productSelector {
	background-color: #FFFFFF;
	width: 150px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FCF6E0;
	float: left;
	margin-right: 3px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FCF6E0;
}
#productSelector a:link, #productSelector a:visited {
	text-decoration: none;
	padding: 3px;
	display: block;
}
#productSelector a:hover, #productSelector a:active {
	background-color: #D0D9E6;
}
#footer {
	clear: both;
	height: 33px;
	background-color: #F8ECC1;
	background-image: url(../images/interface/bg_footer.jpg);
}
.button a:link, .button a:visited {
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #F8ECC1;
	font-size: 10px;
	width: 130px;
}
.button a:hover, .button a:active {
	background-color: #EAEAEA;
}
/*	data table	*/
.dataTable {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #F8ECC1;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: both;
}
.dataTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCF6E0;
	padding: 4px;
}
.dataTable th {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/interface/bg_th.gif);
	background-repeat: repeat-x;
	background-color: #FCF6E0;
}
.dataTable .row01 {
	background-color: #FEFDFA;
	color: #243F7D;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FCF6E0;
	width: 300px;
}
/*	contact form	*/
form {
	margin: 0px;
	padding: 10px 20px;
	font-size: 11px;
}
form table {
	margin-bottom: 10px;
}
form table td {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
input {
	border: 1px solid #F8ECC1;
	background-color: #FFFFFF;
	color: #243F7D;
	font-size: 11px;
}
textarea {
	border: 1px solid #F8ECC1;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #243F7D;
}
select {
	background-color: #DFE4ED;
	font-size: 11px;
}
/*	news table	*/
.newsTable {
	font-size: 11px;
}
.newsTable thead {
	font-weight: bold;
	background-color: #435576;
	color: #FFFFFF;
}
.newsTable thead td {
}
.newsTable tbody {
}
.newsTable tr {
}
.newsTable td {
	padding: 5px;
	vertical-align: top;
}
.date {
}
.content {
	width: 506px;
}
.content a:link, .content a:visited {
	text-decoration: none;
	display: block;
	color: #0E3775;
	width: 170px;
}
.content a:hover, .content a:active {
	text-decoration: underline;
}
.download {
	text-align: center;
}
.download a:link, .download a:visited {
	text-decoration: none;
	color: #0E3775;
}
.download a:hover, .download a:active {
	text-decoration: underline;
}
.download img {
	margin-bottom: 10px;
}
.odd {

}
.odd td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #435576;
}
.even {
	background-color: #F3F5F8;
}
.even td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #435576;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#agb, #contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background: #243f7d url(none);
}
