@charset "UTF-8";
body{
	margin: 0;
	padding: 0;
	background-color: #D3DCE6;
}

#header {
	height: 100px;
	background-color: #26354A;
	margin: 0px;
	background-image:url(images/logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
#header h1 {
	font:40px Times New Roman, Times, serif;
	color: #FF8000;
	letter-spacing:0.1em;
	white-space: nowrap;
	padding: 0;
	margin: 0px;
	left: 225px;
	top: 25px;
	position: absolute;
	}
#contentpane h1 {
	color: #26354A;
	line-height:2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#topnavbox {
	background-color: #FF8000;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#topnavbox li {
	display: inline;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	
}
#sidepane {
	background-color: #26354A;
	width: 225px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;

}
#contentpane {
	width: 740px;
	margin-left: 225px;
	margin-top: 0px;
	padding: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:13px Arial, Helvetica, sans-serif;
	color:#26354A;

}
#footer {
	background-color: #64748B;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
#maincontent {
	width: 900px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topnavbox ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	white-space: nowrap;
}
#maincontent #sidepane ul {
	list-style-type: none;
}
#topnavbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bolder;
	color: #26354A;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 26354A;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 17px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
#maincontent   #sidepane   li a {
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent #sidepane h3, #maincontent #sidepane h3 a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: .1em;
	color: #FFBA00;
	text-decoration: none;

}
#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;

}


#contacts {
	font:11px Arial, Helvetica, sans-serif;
}

#contacts th {
	color: #FF8000;
	background-color: #26354A;
}
a {
	text-decoration: none;
}
