@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	text-align: center;
	color: #333333;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bground_strip.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
}
#container {
	background-repeat: repeat-y;
	text-align: left;
	width: 868px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 45px;
	position: relative;
	background-image: url(images/sideBar_gradient.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: right;
}
#head {
	background-color: #333333;
	height: 47px;
	float: none;
	margin: 0px;
	padding: 0px;
}
#menuBar {
	height: 34px;
	top: 35px;
	background-color: #333333;
}
#menu{
	width: 100%;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #333333;
}
#menu      li       {
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
}
#menu li a {
	background-color: #333333;
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
}
#menu li a#current {
	color: #333333;
	background-color: #FFFFFF;
}
#menu li a:hover {
	color: #333333;
	background-color:#CC6600;
}
#menu li a:active {
	color: #333333;
	background-color:#FFFFFF !important;
}
#imageBar {
	width: 860px;
	background-image: none;
	margin: 0px;
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
}
#sideBar {
	float: right;
	width: 191px;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 23px;
	padding-left: 13px;
}
#sideBar h1 {
	font-size: 12pt;
	color: #993300;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
}
#sideBar h2 {
	font-weight: bold;
	font-size: 10pt;
	color: #993300;
}
#sideBar h3 {
	color: #333333;
	font-weight: bold;
	font-size: 10pt;
}
#sideBar p {
	color: #333333;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}
#content {
	background-color: #FFFFFF;
	margin-right: 229px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 23px;
}
#content h1 {
	font-size: 14pt;
	color: #993300;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-style: italic;
}
#content h2 {
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
}
#content h3 {
	color: #993300;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#content p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #333333;
}
.smaller {
	font-size: 90%;
}
#footer {
	background-color: #333333;
	text-align: right;
	height: 23px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 7pt;
	padding-right: 40px;
	padding-top: 12px;
}
#footer p {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a {
	text-decoration: underline;
	color: #333333;
}
a:hover, a:active {
	text-decoration: none;
	color: #993300;
}
