@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
img {
	border: 0;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
#wrapper {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 1px solid 202020;
}
#header {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	border: 1px solid 202020;
	height: 245px;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header p {
	margin: 0;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000000 url(../images/nav_back.jpg) repeat-x;
	widows: 100%;
}
#header li {
	font-size: 120%;
}
#header li a, #header li a:link, #header li a:active, #header li a:visited {
	display: block;
	padding: 20px 12px;
	color: #CECECE;
	text-decoration: none;
}
#header li a:hover, #header li a:focus {
	color: #FFA200;
	background-image: url(../images/nav_back_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	line-height: 17px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #FFFFFF;
}
#sidebar1background {
	padding-right: 25px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/sidebar1_middle.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebartitle  {
	font-size: 18px;
	font-weight: bold;
}
#sidebar1 a, #sidebar1 a:link, #sidebar1 a:active, #sidebar1 a:visited {
	color: #FFA200;
	text-decoration: underline;
}
#sidebar1 a:hover, #sidebar1 a:focus {
	color: #CECECE;
	text-decoration: none;
} 
#mainContent {
	line-height: 17px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;

}
#mainContent h1 {
	font-size: 200%;
}
#mainContent a, #mainContent a:link, #mainContent a:active, #mainContent a:visited {
	color: #EF7301;
	text-decoration: underline;
}
#mainContent a:hover, #mainContent a:focus {
	color: #999999;
	text-decoration: none;
} 
#footer {
	font-size: 85%;
	text-align: center;
	background-color: #202020;
	height: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #999999;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
	color: #FFA200;
	text-decoration: none;
}
.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;
}
.warning {
	font-weight: bold;
}
#headerAd {
	margin: 0px;
	padding: 0px;
}
#popupblue {
	padding: 10px;
	text-align: left;
	margin: 0;
	background-color: #FFFFFF;
}
#popupblue a, #popupblue a:link, #popupblue a:active, #popupblue a:visited {
	color: #202020;
	text-decoration: underline;
}
#popupblue a:hover, #popupblue a:focus {
	color: #EF7301;
	text-decoration: none;
} 
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
#button {
	background: #666666;
	color: #FFFFFF;
}
#button:hover {
	color: #202020;
	background-color: #EF7301;
}
input {
	background-color: #ECECEC;
}
select {
	background-color: #ECECEC;
}
textarea {
	background-color: #ECECEC;
	scrollbar-base-color: #ECECEC;
	scrollbar-arrow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #ECECEC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #999999;
}
.warning {
	color: #EF7301;
}
.bold {
	font-weight: bold;
}
