@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#header {
	height: 100px;
	width: 1000px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
	background-image: url(../img/headerbg.jpg);
	background-position: bottom;
}
#content {
	width: 1000px;
	background-color: #000000;
	background-image: url(../img/contentbg.gif);
}
#content #menu {
	background-color: #F68237;
	width: 230px;
	text-align: right;
	color: #FFFFFF;
	font-size: 96%;
	float: left;
	font-weight: bold;
}
#content #maincontent {
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	width: 550px;
	float: left;
	color: #484848;
}
.clear {
	clear: left;
}

#content  #bar  {
	float: right;
	width: 200px;
	color: #FFFFFF;
	height: 400px;
}


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-image: url(../img/bodybg.gif);
	background-repeat: repeat-y;
}
#content #menu .main li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 10px;
	list-style-type: none;
}
#content #menu .main a:hover {
	color: #333333;
}
#content #menu .sub a:hover {
	color: #333333;
	font-weight: bold;
}
#content #bar .main a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#content #bar .main a:hover {
	color: #333333;
}

#content #menu .main a:visited {
	color: #FFFFFF;
}

#content #menu .sub {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
#content #menu .sub li {
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content #bar .main li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 10px;
	list-style-type: none;
}
#content #maincontent h1 {
	font-size: 160%;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #F68237;
	font-weight: bold;
}
#content #maincontent a {
	color: #F68237;
}

#content #maincontent p {
	font-size: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content #maincontent h2 {
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
	font-weight: bold;
}
#content #maincontent h3 {
	font-size: 100%;
}
#content #maincontent h3 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
#content #menu .main a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#content #menu .sub a {
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
}
#header h1 {
	font-size: 100%;
	padding-top: 76px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-left: 240px;
}
#header img {
	float: left;
}
#content #maincontent ul {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
}
#flashcontent {
	width: 1000px;
	height: 140px;
	background-image: url(../img/noflashbg.jpg);
}
#header #id {
	position: absolute;
	width: 300px;
	left: 687px;
	top: 6px;
	text-align: right;
}
#header #id a {
	color: #666666;
	padding-left: 10px;
	font-size: 76%;
}
#flashcontent a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	font-size: 10px;
}
#flashcontent img {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

