@charset "utf-8";
/* CSS Document */

@charset "utf-8";
body {
	text-align: center;
	background-color: #666666;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(siteimages/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
}

hr {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 25px;
}

#container {
	align: center;
	margin: auto;
	padding: 0px;
	width: 698px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #FFFFFF;
	clear: none;
	height: auto;
}
#header1 {
	background-image: url(siteimages/banner1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 133px;
	width: 700px;
	text-align: left;
}

#header2 {
	background-image: url(siteimages/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 133px;
	width: 700px;
	text-align: left;
}

#header3 {
	background-image: url(siteimages/banner3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 133px;
	width: 700px;
	text-align: left;
}

#navigation {
	background-color: #442A4A;
	background-image: url(siteimages/bg_navbar.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	width: 698px;
	height: 35px;
	float: left;
	border-top-style: solid;
	margin: 0px;
	vertical-align: text-bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 0.7em;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #FFFFFF;
	padding: 0px;
}

#navigation a:link, #navigation a:visited {
	text-align: left;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	height: 22px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: bottom;
	margin: 0px;
	width: auto;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#navigation a:hover {
	background-image: url(siteimages/bg_hover.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #663366;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#shadow {
	background-image: url(siteimages/nav_shadow.jpg);
	background-repeat: repeat;
	padding: 0px;
	height: 12px;
	width: 698px;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #FFFFFF;
	margin: 0px;
}

#sidebar {
	width: 189px;
	background-position: top;
	padding: 0px;
	min-height: 200px;
	float: left;
	clear: none;
}

#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#sidebar h1 {
	background-color: #442a4a;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	width: 185px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#sidebar a:link, #sidebar a:visited {
	color: #333399;
	text-decoration: none;	
}

#sidebar a:hover {
	text-decoration: underline;
}

.sidebox {
	width: 171px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 4px;
	background-position: top;
	letter-spacing: normal;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #442a4a;
	border-right-color: #442a4a;
	border-bottom-color: #442a4a;
	border-left-color: #442a4a;
}

.tarbox {
	width: 171px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	text-align: left;
	background-position: top;
	letter-spacing: normal;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #442a4a;
	border-right-color: #442a4a;
	border-bottom-color: #442a4a;
	border-left-color: #442a4a;
}

.tarbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 0.75em;
}

.tarbox a:link, .tarbox a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
}

.tarbox a:hover {
	text-decoration: underline;
}


#cont_container {
	background-color: #D2CAC7;
	background-image: url(siteimages/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	min-height: 200px;
	width: 698px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	height: auto;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}


#content {
	min-height: 400px;
	width: 490px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	text-align: left;
	float: left;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-top-color: #333333;
	border-right-color: #FF0000;
	border-bottom-color: #333333;
	clear: none;
	margin-left: 10px;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	display: block;
	width: 466px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 20px;
	text-transform: capitalize;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-color: #330033;
	border-right-color: #330033;
	border-bottom-color: #330033;
	border-left-color: #330033;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
	clear: left;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#content #graphic {
	float: right;
	clear: none;
	vertical-align: top;
	margin: 0px;
}


#content a:link, #content a:visited {
	color: #333399;
	text-decoration: none;	
}

#content a:hover {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;

}
