@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	word-wrap: break-word;
	background: #FFFFFF url(/images/bg.jpg) repeat-x;
}
div {
	position: relative;
}
.imagediv {
	padding: 5px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-bottom: 10px;
}
.imagediv p {
	font-size: .7em;
	clear: both;
	text-align: center;
	padding-top: 5px;
}

.imagedivleft {
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
}
.imagedivleft p {
	font-size: .7em;
	clear: both;
	text-align: center;
	padding-top: 5px;
}

#hdleft {
	background: url(/images/hdleft.jpg);
	height: 241px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#headerbox {
	background: url(/images/headerbox.jpg);
	height: 152px;
	width: 662px;
	position: absolute;
	top: 32px;
	right: 32px;
	color: #FFFFFF;
	padding: 20px;
	font-size: 18px;
}
#headerbox a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#headerbox p {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 6px;
}

#hdright {
	background: url(/images/hdright.jpg);
	height: 241px;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}
p {
	margin-bottom: 10px;
	line-height:1.3em;
}
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 2em;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #528ed1;
}
a:hover {
	color: #003399;
}
li {
	list-style: square inside;
}
.clear {
	clear: both;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	top: 9px;
	background: #FFFFFF;
}
#bdleft {
	background: url(/images/bdleft.jpg);
	position: absolute;
	height: 212px;
	width: 20px;
	left: 0px;
	top: 0px;
}
#bdright {
	background: url(/images/bdright.jpg);
	position: absolute;
	height: 212px;
	width: 20px;
	top: 0px;
	right: 0px;
}
#top {
	background: url(/images/topbg.jpg);
	height: 20px;
	width: 960px;
	position: absolute;
	left: 20px;
	top: 0px;
}
#hd {
	height: 241px;
	width: 1000px;
}
#logo {
	position: absolute;
	left: 30px;
	top: 30px;
}
#logo a {
	font: bolder 4em "Times New Roman", Times, serif;
}
#menu {
	top: 0px;
	text-align: right;
	width: 950px;
	background: url(/images/navbar.jpg);
	position: relative;
	height: 63px;
	left: 20px;
	padding-top: 20px;
	padding-right: 10px;
}
#menu a {
	display: inline;
	font-size: 1.7em;
	color: #FFFFFF;
	padding: 3px 10px 8px;
}
#menu a:hover {
	text-decoration: underline;
}
#bd {
	background: url(/images/bd.jpg) repeat-y;
	padding-bottom: 5px;
}
#content {
	position: relative;
	width: 930px;
	left: 0px;
	top: 0px;
	padding-right: 35px;
	padding-left: 35px;
}
#sidebar {
	float: right;
	width: 200px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	height: 210px;
	padding-top: 12px;
}
#main3 {
	width: 930px;
	padding-right: 30px;
	padding-left: 30px;
}
#clear2 {
	clear: both;
}

#main {
	float: left;
	width: 700px;
	position: relative;
	padding-top: 12px;
}
#main2 {
	float: left;
	width: 940px;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 12px;
}
#mainwide {
	float: left;
	width: 900px;
	position: relative;
	padding-top: 12px;
}

#ft {
	height: 102px;
	background: url(/images/footer.jpg);
	width: 1000px;
	position: relative;
}
#clear {
	clear: both;
}
#signup {
	background: url(/images/button.png);
	height: 37px;
	width: 126px;
	position: absolute;
	top: 120px;
	right: 30px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.3em;
}
#signup a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: .8em;
}
#ft a {
	display: inline;
	margin-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px dashed #FFFFFF;
}
#ftlinks {
	left: 40px;
	top: 24px;
}
.smaller {
	font-size: .85em;
}
.gray {
	background: #CCCCCC;
}
input {
	padding: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}
textarea {
	padding: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}
fieldset {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#form1 td {
	padding: 5px;
}
#flashcontent {
	float: left;
	width: 700px;
}
ol {

}
li {
	list-style: decimal outside;
	margin-left: 30px;
}
.cal {
	float: left;
	clear: both;
}
#extra {
	text-align: right;
	padding-right: 20px;
	font-size: 0.9em;
	margin-top: -10px;
}
#extra a {
	color: #000000;
}
#min {
	height: 120px;
}
