@import url(contact.css);
body {
	margin:0px;
	padding:0px;
	background-image:url(../images/default.bg.jpg);
	background-repeat:repeat-x;
}
#container {
	width:750px;
	background-color:#FFFFFF;
	padding-bottom:5px;
	position:absolute;
	margin-left:-375px;
	left:50%;
}
#header-container {
	background-color:#FFFFFF;

}
#logo {
	background-image:url(../images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:110px;
}
#navigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color:#FFFFFF;
	margin-top:-23px;
	margin-left:100px;
	float:right;
}
#navigation ul {
	list-style-type:none;
	list-style:none;
	height: 21px;
	margin:0px;
	padding-left:0px;
	border-bottom:2px solid #000000;
	float:right;
}
#navigation li {
	float:left;
}
#navigation li a {
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	border-right:2px solid #333333;
	border-top:1px solid #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	display:block;
	float:left;
}
#navigation li a:hover {
	background-color:#CCCCCC;
}
#navigation li.active a {
	font-weight: bold;
	background-color:#CCCCCC;
	border-top:1px solid #FFFFFF;
}
#leftcontent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color:#FFFFFF;
	width:180px;
	float:left;
	margin:5px;
	padding-top:5px;
	padding-bottom:5px;
	clear:left;
}
#leftcontent p {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}
#leftcontent h1 {
	font-size: 11px;
	color:#FFFFFF;
	padding-left:2px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;	
	background-color:#009900;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}
#leftcontent a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#leftcontent a:hover {
	text-decoration:none;
}
#sub-navigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:20px;
	color:#000000;
	background-color:#FFFFFF;
	width:180px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:5px;
}
#sub-navigation-title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF0000;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	margin:0px;
	padding-left:2px;
}
#sub-navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#sub-navigation li a {
	background-image:url(../images/sub.navigation.arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	list-style-type:none;
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #333333;
	background-color:#F2F2F2;
	display:block;
	width:100%;
	text-indent:2px;
}
#sub-navigation li a:hover {
	text-decoration:underline;
}
#sub-navigation li.active a {
	font-weight: bold;
}
#maincontent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:540px;
	float:right;
	clear:both;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
}
#maincontent h1 {
	font-size: 15px;
	color:#FF6600;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;	
	border-bottom:1px solid #CCCCCC;
}
#maincontent a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#maincontent a:hover {
	text-decoration:none;
}
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#8C8C8C;
	background-color:#FFFFFF;
	border-top:1px solid #009900;
	width:540px;
	float:right;
	margin:5px;
}