body,
html {
	background-repeat: repeat;
	background-image: url(../images/bg_tile.gif);
	margin:0;
	padding:0;
	color:#000;
}
body {
	min-width:800px;
}
#outerwrap {
	text-align: center;
}
#wrap {
	margin:0 auto;
	padding-top: 20px;
	width:809px;
	text-align: left;
}
#bodyWrapper {	
	background-position: 2px;
	background-image: url(../images/bg_bodytile.gif);
	background-repeat: repeat-y;
	margin:0 auto;
	width:809px;	
	text-align: center;
}

#header {
	height: 87px;
}

#main {
	float: left;
	width: 465px;
	padding: 20px 10px 10px 40px;
	text-align: left;
}

#sidebar {
	float: right;
	width:225px;
	padding: 10px;
	font-size: 11px;
	color: #666666;
	text-align: left;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}

/* Top Nav */
#nav {
	height: 33px;
	margin: 0 2px 0 2px;
	padding: 0;
	background-color: #fde484;
}

#nav ul {
	float: left;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav li a, #nav li a:link, #nav li a:visited  {
	float: left;
	text-decoration: none;
	padding: 0;
	font-family:  "Times New Roman", Times, Georgia, serif;
	font-size: 9px;
	color: #603913;
	line-height: 33px;
	text-align: center;
}
#nav li a:hover  {
	text-decoration: none;
	color: #A8191A;
}

/* Unique HTML */

body, td, p {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	color: #603913;
	text-decoration: none;
	line-height: 18px;
}

H1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #A8191A;
}

H2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	color: #A8191A;
}
H3 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	color: #A8191A;
}	

/* Form Elements */

form label {
	float: left;
	width: 195px;
	vertical-align: top;
}

form .formhelp {
	vertical-align: top;
	font-size:10px;
	color: #BBBBBB;
}
	
input:focus, textarea:focus, textarea:hover, select:focus, input:hover { 
	background-color : #FFFCCC;
	color:#CC6600;	
}
	
input[type="image"]:hover { 
	border: 0px none;
}

input[type="radio"] { 
	line-height: 18px;
	vertical-align: middle;
}
input[type="checkbox"] { 
	line-height: 18px;
	vertical-align: middle;
}

select {
	font-size: 10px;
	font-family: verdana, arial, Tahoma, times;
	color: #333333;
	background-color : #ffffff;
	padding: 2px;
	margin-bottom:8px;
}

input, textarea{
	margin-bottom: 8px;
}


/* LINKS */

a, a:visited, a:active {
	color: #CC0000;
	text-decoration: underline;
}
	
a:hover {
	text-decoration: none;
}


/* FOOTER */

#footer {
	clear:both;
	display: block;
	height: 38px;
	text-align: center;
	padding-bottom: 20px;
}