@charset "utf-8";
/* CSS Document */
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #473834;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
a img {
	border:0
}
p {
	margin:0;
	padding:0;
	margin-bottom:10pt;
}
#container {
	width: 864px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* 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: #cba24c; /* the background color will be displayed for the length of the content in the column, but no further */
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#663300;
}
#mainContent {
	margin: 0 0 0 195px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-color:#f4b327;
	border-left:2px solid black;
	border-right:2px solid black;
}
.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;
}
#menu {
	background-color:#cca24b;
	background-image:url(images/bkg_leftcol.gif);
	background-repeat:no-repeat;
}
#topper {
	width:864px;
	background-color:#15181d;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	}
#topper a{
	color:white;
	text-decoration:none;
	}
#topper a:hover {
	text-decoration:underline;
	}

#content {
	background-color:#f3b323;
	background-image:url(images/bkg_content.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:justify;
	border-bottom:2px solid black;
}
#innercontent {
	padding:10px;
}
#content a, .login a {
	color:#CC0033;
	text-decoration: none;
}
#content a:hover, .login a:hover {
	text-decoration:underline;
}
#content img {
	margin: 5px;
}
.smalltable p, h2 {
	margin:0;
	padding:0;
}
.smalltable h2 {
	color: #663300;
	font-size:12pt;
}
.login {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:#8f8a50;
	padding:5px 0;
	color:black;
	border-top:2px solid black;
	border-bottom:2px solid black;
	text-align:center;
	}
.login input, button {
	border: black solid 1px;
	background-color:#757142;
	color:white;
	width:90%;}
.login button {
	width:80px;
	}
.login button:hover {
	background-color:#999900;
}
.login form {
	margin:5px;}
#footer {
	text-align:right;
	color:white;
	font-size:8pt;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	}


