/* stylesheet*/

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#662640;
	font-size:12px;
}

img{
	padding:0px;
	margin:0px;
	border: 0px;
}

#header{
	height:150px;
	background-image:url(../images/headerbg.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin:0px;
	padding:0px;
	display:block;
}
#mainbody{
	background-image:url(../images/yellowgrad.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	padding:0px;
	text-align:center;
}
#maincontent{
	background-image:url(../images/centerbg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	padding:0px;
	padding-left:0px;
	width:744px;
	text-align:left;
	vertical-align:baseline;
	display:table;
	margin-bottom:20px;
}
#footer{
	position:relative;
	height:25px;
	background-image:url(../images/footerbg.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#C7AFB9;
	line-height:10px;
	display:block;
}
#leftbar{
	width:160px;
	float:left;
	display:inline;
	margin-left:20px;
	margin-top:20px;
}
#mainlinks{
	border-left:1px solid #662640;
	border-right:1px solid #662640;
	border-top:5px solid #662640;
	border-bottom:5px solid #662640;
	background-color:#F4F0E7;
	width:160px;
	font-size:15px;
	margin-bottom:20px;
}
#copy{
	float:left;
	width:334px;
	display:inline;
	margin-left:20px;
	margin-top:20px;
}
#copy a{
	color:#B87E00;
}
#rightbar{
	float:left;
	width:160px;
	display:block;
	margin-left:20px;
	margin-top:20px;
}
.bordered{
	border-left:1px solid #662640;
	border-right:1px solid #662640;
	border-top:5px solid #662640;
	border-bottom:5px solid #662640;
	margin-bottom:20px;
}
#mainlinks ul{
	margin:0px;
	padding:0px;
	list-style-image:url(../images/listitem.gif);
	list-style-position:inside;
}
#mainlinks li{
	margin:5px;
	border-bottom:1px solid #E0CEB1;
	padding-bottom:5px;
}
#mainlinks a{
	color:#662640;
	text-decoration:none;
	font-weight:normal;
}
#mainlinks a:hover{
	color:#662640;
	text-decoration:underline;
}
#sublinks{
	border-left:1px solid #662640;
	border-right:1px solid #662640;
	border-top:5px solid #662640;
	border-bottom:5px solid #662640;
	background-color:#F4F0E7;
	width:160px;
	font-size:13px;
	font-weight:normal;
}
#sublinks ul{
	margin:0px;
	padding:0px;
	list-style-image:url(../images/listitem.gif);
	list-style-position:inside;
}
#sublinks li{
	margin:5px;
	border-bottom:1px solid #E0CEB1;
	padding-bottom:5px;
}
#sublinks a{
	color:#A16810;
	text-decoration:none;
	font-weight:normal;
}
#sublinks a:hover{
	color:#662640;
	text-decoration:underline;
}
#sublinks h1{
	margin:5px;
	padding-bottom:5px;
	border-bottom:1px solid #E0CEB1;
}
h1{
	padding:0px;
	margin:0px;
	font-size:18px;
}
h2{
	padding:0px;
	margin:0px;
	font-size:14px;
}