﻿body
{
	background: #999999;
}

#background
{
	background-position: 0 0;
	background: transparent url(images/background.gif) repeat-y scroll 0 0;
	margin: 0 auto;
	width: 920px;
	z-index: 0;
	padding: 0px 20px 0px 20px;
	float: left;
}
#top
{
	background: url(images/top.gif) no-repeat;
	width: 920px;
	height: 20px;
	float: left;
}
#bottom
{
    background: url(images/bottom.gif) no-repeat;
    width: 920px;
    height: 20px;
    float: left;
    clear: left;
}
.leftcolumn
{
	width: 198px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	display: inline;
}
.rightcolumn
{
	width: 640px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: inline;
	border-left: 2px dotted #999999;
}
.singlecolumn
{
	width: 838px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: inline;
	border-left: 2px dotted #999999;
}
h1
{
	font-family: Georgia;
	font-size: 24px;
	vertical-align: top;
	font-weight: normal;
	color: #003399;
	font-weight: bold;
}
h2
{
	font-family: Georgia;
	font-size: 18px;
	vertical-align: top;
	font-weight: normal;
	color: #003399;
	font-weight: bold;
}

.smalltext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	font-weight: normal;
	line-height: 14px;
}
.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}
h3
{
	font-family: Georgia;
	font-size: 15px;
	vertical-align: top;
	font-weight: bold;
	color: #666666;
}

h4
{
	font-family: Georgia;
	font-size: 12px;
	vertical-align: top;
	font-weight: bold;
	color: #CC3300;
	margin-bottom: -10px;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}
.boxhead
{
	font-family: Georgia;
	font-size: 12px;
	vertical-align: top;
	font-weight: bold;
	color: #CC3300;
}
#button
{
	width: 100%;
	margin-bottom: 1em;
	font-family: Georgia;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
#button ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li
{
	margin: 0;
}

#button li a
{
	margin: 0px 0px 1px 0px;
	display: block;
	padding: 7px;
	background-color: #e1e1e1;
	color: #000000;
	text-decoration: none;
}

html > body #button li a
{
	width: auto;
}

#button li a:hover
{
	background-color: #ba7070;
	color: #fff;
}
.nav_link
{
	font-family: Tahoma;
	font-size: 11px;
	vertical-align: top;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
}

a
{
	color: #356e5c;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.callout
{
	border-top: 1px solid #000000;
	border-bottom: 4px solid #666666;
	padding: 5px 10px 10px 10px;
	margin-top: 0px;
	width: 620px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.smalltext tr
{
	height: 30px;
}

.smalltext td
{
	border-bottom: 1px dotted #CCCCCC;
}
.smalltext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	font-weight: normal;
	line-height: 12px;
}
