<!--
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;}

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

div.site_container2 {
    display: block;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0px;
    width: 768px;
    margin: 0px auto;
    position: relative;
    text-align: left;
}

div.banner {
	float: left;
	width: 768px;
	height: 156px;
	background-image: url("graphics/banner.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

div.bar {
	float: left;
	width: 768px;
	height: 20px;
	background-image: url("graphics/black_bar.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

#top_nav { padding: 0px; margin: 0px; list-style: none; font-size: 80%; }

#top_nav li { float: left; line-height: 20px; font-weight: bold; }

#top_nav a:link { display: block; float: left; height: 20px; text-decoration: none; color: #FFF; padding: 0px 4px 0px 4px; border-right: 1px solid #000; border-left: 1px solid #666; }
#top_nav a:visited { display: block; float: left; height: 20px; text-decoration: none; color: #FFF; padding: 0px 4px 0px 4px; border-right: 1px solid #000; border-left: 1px solid #666; }
#top_nav a:hover { display: block; float: left; height: 20px; text-decoration: none; color: #E3B49D; padding: 0px 4px 0px 4px; border-left: 1px solid #000; border-right: 1px solid #666; }
#top_nav a:active { display: block; float: left; height: 20px; text-decoration: none; color: #E3B49D; padding: 0px 4px 0px 4px; border-left: 1px solid #000; border-right: 1px solid #666; }

div.content {
    float: left;
	width: 748px;
	padding: 0px 10px 0px 10px;
	background-image: url("graphics/home_bkg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 80%;
}

div.center {float: left; width: 748px; text-align: center;}
div.center2 {float: left; width: 536px; text-align: center;}

div.img_container {
	float: left;
	width: 254px;
	line-height: 30px;
	font-size: 140%;
	font-weight: bold;
}

div.img_spacer {
	float: left;
	width: 80px;
}

div.col1 { float: left; width: 100px; padding-right: 10px; text-align: right; margin: 2px 0px 2px 0px; }
div.col2 { float: left; width: 630px; margin: 2px 0px 2px 0px; }

div.footer {
    float: left;
	width: 768px;
	text-align: center;
	margin: 10px 0px 5px 0px;
}

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

ul.news { font-weight: bold; }
ul.news li { padding: 3px 0px 3px 0px; }

img {border: 0px;}
img.left {float: left; margin: 0px 0px 0px 20px;}
img.right {float: right; margin: 0px 20px 0px 0px;}
img.right2 {float: right; margin: 5px 0px 0px 10px;}
img.inline {position: relative; top: 8px; margin: 0px -10px 0px -8px;}

h1 {font-size: 140%; margin: 10px 0px 10px 0px;}
h2.main {font-size: 140%; margin: 10px 0px 10px 0px;}
h2 {font-size: 110%; margin: 15px 0px 10px 0px;}

strong.red {color: #F00;}

p {margin: 15px 0px 15px 0px;}
p.footer {font-size: 80%; font-weight: bold;}
p.small {font-size: 70%; font-weight: normal;}
p.big {font-size: 110%; margin: 15px 0px 15px 0px;}
p.big2 {font-size: 180%; font-weight: bold; margin: 35px 0px 25px 0px; text-align: center;}

span.smaller {font-size: 90%;}

a:link {text-decoration: none; color: #00C; font-size: 110%;}
a:visited {text-decoration: none; color: #00C; font-size: 110%;}
a:hover {text-decoration: underline; color: #E3B49D; font-size: 110%;}
a:active {text-decoration: underline; color: #E3B49D; font-size: 110%;}

-->