@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: #000000;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
#header {
	background: #000000;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	width: 800px;
} 

#sidebar1 {
	width: 200px; /* 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 */
	background: #222222; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#container #sidebar1 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px 0px 0px 15px;
	padding: 0px;
	width: 160px;
	height: 20px;
	display: block;
}
#container #sidebar1 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #FF6600;
	margin: 0px;
	padding: 25px 0px 0px 20px;
	clear: both;
}
#container #sidebar1 h3 img {
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #sidebar1 ul {
	list-style-type: none;
	font-size: 18px;
	line-height: 18px;
	color: #DDDDDD;
	display: block;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	width: 160px;
}
#container #sidebar1 li {
	display: block;
	width: 160px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#container #sidebar1 li a {
	text-decoration: none;
	color: #EEEEEE;
	display: block;
	height: 25px;
	width: 160px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#container #sidebar1 li a:link, #container #sidebar1 li a:visited {
	text-decoration: none;
	color: #EEEEEE;
}
#container #sidebar1 li a:hover {
	text-decoration: none;
	color: #660000;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(images/button_background.png);
	background-repeat: no-repeat;
	background-position: 0px -3px;
}
#container #sidebar1 li a:active {
	text-decoration: none;
	color: #FF6600;
}


#container #sidebar1 h3 a:link, #container #sidebar1 h3 a:visited {
	text-decoration: none;
	color: #09F;
}
#container #sidebar1 h3 a:hover, #container #sidebar1 h3 a:active {
	text-decoration: none;
	color: #0FC;
}

#mainContent {
	margin: 0;
	padding: 0px;
	background-color: #222222;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px;
	padding: 20px 0px 15px;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #FFCC66;
	padding: 20px 0px 0px;
	clear: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #0FC;
	padding: 5px 0px 0px;
	clear: none;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #mainContent a {
	text-decoration: none;
}
#container #mainContent a:link {
	text-decoration: none;
	color: #09F;
}
#container #mainContent a:visited {
	text-decoration: none;
	color: #09F;
}
#container #mainContent a:hover {
	text-decoration: none;
	color: #F60;
}
#container #mainContent a:active {
	text-decoration: none;
	color: #F60;
}
#container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 10px 15px 0px 0px;
	padding: 5px 0px 0px;
}
#container #mainContent dl {
	padding: 0px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #mainContent dt {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FF9900;
	font-style: italic;
}
#container #mainContent dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFCC;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999999;
	margin: 0px;
} 
#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: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 26px;
}
#container #footer a:link {
	color: #222222;
	text-decoration: none;
}
#container #footer a:visited {
	color: #222222;
	text-decoration: none;
}
#container #footer a:hover {
	color: #990000;
	text-decoration: none;
}
#container #footer a:active {
	color: #990000;
	text-decoration: none;
}
#container #webdesign {
	margin: 40px auto;
	padding: 0px 0px 40px;
}
#webmaster p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #A2A2FF;
	text-align: center;
	margin: 20px 0px 0px;
	padding: 0px;
}
#webmaster a {
	text-decoration: none;
	color: #CC99FF;
}
#webmaster a:hover {
	text-decoration: none;
	color: #CC33FF;
}
.italic {
	font-style: italic;
}
