/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image:url(images/webaddress.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #fef9ef;
	}

/*Structure*/
#wrapper {
	position: relative;
	width: 760px;
	margin: 50px auto 0 auto;
	padding: 0;
	text-align: left;
	}
#content {
	position: relative;
	width: 510px;
	background-image: url(images/main_bkgrd.gif);
	background-repeat: repeat-y;
	}
#contenthead {
	width: 510px;
	height: 30px;
	background-color: #a40233;
	background-image: url(images/main_top.gif);
	margin-bottom: 5px;
	}
#sidebar {
	width: 210px;
	position: absolute;
	background-image: url(images/side_bkgrd.gif);
	top: 0px;
	left: 550px;
	}
.columnbottom {
	position: absolute;
	left: 0px;
	bottom: -30px;
	}
#menu {
	width: 200px;
	margin: 10px 0;
	padding: 0;
	}
#footer {
	width: 760px;
	clear: both;
	margin: 10px auto 10px auto;
	text-align: center;
	}

/* Tag styles */
h1 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 0 0;
	text-align: center;
	color:#fff;
	}
#content h2, #content h3, #content p, #content ul, #content ol {
	padding-left: 10px;
	padding-right: 20px;
	}
#content h2 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3090dd;
	margin:0;
	padding-top: 10px;
	}
#content h3 {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3090dd;
	margin:0;
	padding-top: 10px;
	}
#content p, #content ul{
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
	padding-bottom: 5px;
	}
#content ul li{
	margin-left: 20px;
	padding-bottom: 3px;
	list-style-type:circle;
	}
#content a:link, #content a:visited {
	font-weight: bold;
	color: #3090dd;
	text-decoration: none;
	border-bottom: 2px dotted #3090dd;
	}
#content a:hover, #content a:active {
	color: #a40233;
	border-bottom: 2px solid #a40233;
	}
#content strong {
	color:#900;
	font-weight: bold;
	}
#sidebar h2, #sidebar h3, #sidebar p {
	padding-left: 5px;
	padding-right: 15px;
	}
#sidebar h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #a40233;
	margin: 0;
	padding-top: 10px;
	}
#sidebar h3 {
	font-size: 1em;
	font-weight: bold;
	color: #a40233;
	margin: 0;
	padding-top: 10px;
	}
#sidebar p {
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0;
	padding-bottom: 5px;
	}
#sidebar p a:link, #sidebar p a:visited {
	font-size: 1.1em;
	font-weight: bold;
	color: #A40333;
	text-decoration: none;
	border-bottom: 2px dotted #A40333;
}
#sidebar p a:hover,#sidebar p a:active {
	font-weight: bold;
	color: #FDB823;
	text-decoration: none;
	border-bottom: 2px solid #FDB823;
	}
#footer p {
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 30px 0 0 0;
	font-weight: bold;
	color: #a40233;
	padding: 10px 0;
	}
table {
	margin: 5px 0 5px 25px;
	border: 2px solid #a40233;
	}
caption {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3090dd;
	margin: 10px 0 5px 0;
	}
th {
	color: #a40233;
	background-color: #fdd681;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
td {
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/*Classes*/
.imgleft {
	float: left;
	padding: 3px 10px 3px 1px;
	}
.imgright {
	float: right;
	padding: 3px 1px 3px 10px;
	}
#wrapper #content p.red {
	color: #A41032;
}
