<!--

body {background-color: #FFF; color: #000; font-family: Arial, Helvetica, sans-serif; border-width: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}

a.top_link:link {font-size: 80%; font-weight: bold; text-decoration: none; color: #009; padding: 0px 129px 0px 5px;}
a.top_link:visited {font-size: 80%; font-weight: bold; text-decoration: none; color: #009; padding: 0px 129px 0px 5px;}
a.top_link:hover {font-size: 80%; font-weight: bold; text-decoration: none; color: #060; padding: 0px 129px 0px 5px;}
a.top_link:active {font-size: 80%; font-weight: bold; text-decoration: none; color: #060; padding: 0px 129px 0px 5px;}

a:link {text-decoration: none; color: #009;}
a:visited {text-decoration: none; color: #009;}
a:hover {text-decoration: underline; color: #060;}
a:active {text-decoration: underline; color: #060;}

h1 {
	font-size: 100%;
	margin: 0px;
}

h2{
	font-size: 110%;
	color: #060;
}

h3{
	font-size: 130%;
	color: #F00;
	text-align: center;
}

p {
	margin: 10px 0px 0px 0px;
}

p.big {
	font-size: 120%;
	font-weight: bold;
}

span.green {
	color: #060;
}

span.ninety {
	font-size: 90%;
	line-height: 30px;
}

img {
	border: 0px;
}

img.right {
	float: right;
	margin: 20px 0px 10px 10px;
}

img.card {
	margin: 0px 4px 0px 4px;
}

form {
    margin: 0px 0px 0px 0px;
}

input.bold {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

div.main_container { width: 100%; text-align: center; }

div.container {
    display: block;
    border: 0px solid #000;
    padding: 0px;
    width: 774px;
    margin: 0px auto;
    position: relative;
    text-align: left;
}

div.banner { width: 774px; height: 140px; }

div.logo { float: left; width: 240px; height: 140px;
	background: url(graphics/logo.jpg) no-repeat left;
}

div.search_bar { float: left; width: 534px; height: 30px; margin-top: 10px;
	background: url(graphics/search_bkg.jpg) no-repeat left;
}

div.search_links { float: left; width: 200px; line-height: 30px; font-weight: bold; font-size: 70%; text-align: center;}

div.search_container { float: right; margin-right: 5px; }

div.banner_search { float: left; padding-top: 4px; margin: 0px; }

div.banner_search_label {
	float: left;
	padding-top: 8px;
	margin: 0px;
	font-size: 80%;
	font-weight: bold;
}

div.banner_pics {
	float: left;
	width: 534px;
	height: 100px;
	background: url(graphics/banner_pics.jpg) no-repeat left;
}

div.top_links { width: 774px; height: 20px; }

div.top { float: left; width: 129px; height: 20px; overflow: hidden; vertical-align: middle; }
div.top.but1 { background: url(graphics/button1.gif) no-repeat 0px 0px; }
div.top.but2 { background: url(graphics/button2.gif) no-repeat 0px 0px; }
div.top.but3 { background: url(graphics/button3.gif) no-repeat 0px 0px; }
div.top.but4 { background: url(graphics/button4.gif) no-repeat 0px 0px; }
div.top.but5 { background: url(graphics/button5.gif) no-repeat 0px 0px; }
div.top.but6 { background: url(graphics/button6.gif) no-repeat 0px 0px; }

div.main { width: 774px; }

div.left_nav { float: left; width: 130px; padding: 18px 18px 0px 18px; }

div.cat_top {
	width: 130px;
	height: 19px;
	background: url(graphics/cat_top.gif) no-repeat 0px 0px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px 0px 0px;
}

div.cat_links {
	width: 128px;
	border-left: 1px solid #9DC3BB;
	border-right: 1px solid #9DC3BB;
}

div.link_container {
	font-size: 80%;
	font-weight: bold;
	background: url(graphics/green_dot.gif) no-repeat 4px 5px;
	padding: 0px 4px 0px 16px;
	margin: 2px 0px 0px 0px;
}

div.cat_bot {
	width: 130px;
	height: 10px;
	background: url(graphics/cat_bot.gif) no-repeat 0px 0px;
	font-size: 0px;
	margin: 0px 0px 18px 0px;
}

div.content {
	float: left;
	width: 598px;
	padding: 18px 10px 18px 0px;
	font-size: 80%;
}

div.title {
	float: left;
	width: 598px;
	color: #006;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid #9DC3BB;
}

div.footer {
	width: 774px;
	border-top: 1px solid #9DC3BB;
	padding: 4px 0px 0px 0px;
	line-height: 20px;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
}

div.right {
	float: right;
	text-align: center;
	margin: 12px 0px 0px 10px;
}

div.cards {
	float: left;
    width: 774px;
}

div.spacer {
    clear: both;
    margin: 0px;
    padding: 0px;
    border: 0px;
    line-height: 0px;
    height: 1px;
    font-size: 0px;
}

-->