@charset "utf-8";
/* formatting style
--------------------------*/


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFFF;
	background-image: url(images/bg_01.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
--------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basi layout
--------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 560px;
	margin-bottom: 20px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 180px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom:1px solid#666666;
	
}
/* header styles
--------------------------*/

#header {
	border-top: 3px solid #000099;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	top: 0px;
	background-position: left bottom;
	height: 38px;
	background-image: none;
	background-repeat: no-repeat;
}
#header2 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: 202px;
}



	



#header #logo {
	position: absolute;
	left: 1px;
	top: 1px;
	
}
#header #menubutton {
	position: absolute;
	top: 10px;
	right: 5px;
}

#home #header #nHome a {
	color: #FFFFFF;
	background-color: #99CCFF;
}



/* main styles
--------------------------*/

#main h2 {
	margin-bottom: 15px;
}
#main p {
	line-height: 1.8px;
	margin-bottom: 1em;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}




/* sidebar styles
--------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
/* footer styles
--------------------------*/
#footer ul li a {
	color: #333333;
}
#footer ul li a:hover {
	text-decoration: none;
}
#footer p a {
	color: #333333;
}
#footer p a:hover {
	color: #333333;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
