BODY {
    background-color: #EEEEEE;
    font-family: verdana,  sans-serif;
    text-align: center;
}

h1 {
    line-height: 20px;
    margin: 20px 0 5px;

    font-size: 16px;
}

h2 {
    line-height: 18px;
    margin: 20px 0 5px;

    font-size: 14px;
}

h3 {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 3px;
}

h4 {
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

td {
	font-size: 12px;
}

.green {
    color: #A0B645;
}

.blue
{
    color: #158AFF;
}

.highlightgreen
{
    background-color: #DCFFB9;
}

.highlightblue {
	background-color: #d1e5f8;
}

a {
    text-decoration: none;
	color: #31B45F;
}

a:hover {
	text-decoration: underline;
	color: #51D47F;
}

a img
{
    border: none;
}

#main 
{
    display: block;
    border: 1px solid #999999;
    width: 780px;
    margin: 10px auto;

    background-color: #FFFFFF;
    font-size: 12px;
    color: #555555;
    text-align: left;
}

#main p 
{
    display: inline-block;

    margin: 5px 0;
}

div.highlightblue, div.highlightgreen
{
    display: inline-block;
    position: relative;
    left: 15px;

	margin: 10px 0 0 0;
	padding: 5px 10px 10px;
}

/* BANNER */

#banner {
    margin: 5px 10px 5px 10px;
	text-align: center;
}

#banner hr {
    width: 780px
    display: block;
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    visibility: hidden;
}

#loginbox {
	float: right;
}

#loginbox td {
	font-size: 10px;
}

#loginbox input {
	font-size: 10px;
}

/* MENU */

.topmenu {
	background-color: #EEEEEE;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	margin: 0px;
	vertical-align: middle;
}

#menu {
    font-size: 12px;
	font-weight:bold;
    font-family: arial;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: middle;
}

#menu ul {
	list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 7px;
}

#menu ul li {
	display: inline;
	list-style-type: none;
    padding: 0px 0px 0px 0px;
}

#menu ul li a {
    text-decoration: none;
	color: #999999;
	background-color: #EEEEEE;
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#menu ul li a:hover {
	color: #8AB645;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
    padding-right: 7px;
	padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* MAINWINDOW */

#mainwindow {
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

#mainwindow hr {
    width: 780px;
    display: block;
    clear: both;
    margin: 0px 0px 0px 0px;
    visibility: hidden;
}

#leftcol, #centercol, #widecol, #rightcol, #fullcol
{
    display: inline-block;
    float: left;
    
    padding-bottom: 10px;
}

/* FULL COLUMN */

#fullcol .item
{
    margin-top: 15px;
    margin-left: 40px;
}

/* LEFT COLUMN */

#leftcol {
    margin: 0 15px;
    width: 190px;
}

/* MIDDLE */

#centercol {
    width: 330px;
    padding: 0 5px 10px;
}

#widecol 
{
    padding: 0 15px 10px 25px;
    border-left: dashed 1px #999999;
    width: 519px;
}

/* RIGHT COLUMN */

#rightcol {
    margin: 0 0 0 15px;    
    width: 190px;
}

/* ITEMS */

.item
{
    display: inline-block;
}

.announcements .item
{
    line-height: 16px;
}

.item img {
	float: left;

	padding: 0 10px 5px 0;
	height: 75px;
	width: 100px;
}

#homegroup {
	width: 300px;
	border-spacing: 5px;
}

.serve {
	width: 400px;
	border-spacing: 5px;
	margin: 5px 0;
}

/* BOTTOM */

#bottom {
    display: inline-block;
    clear: both;

    border-top: 1px dashed #999999;
    width: 780px;
}

#bottom img {
    float: left;
    
    margin-right: 10px;
    margin-bottom: 10px;
}

#bottom hr {
    display: inline-block;
    clear: both;

    width: 780px;
    margin: 0px 0px 0px 0px;
    visibility: hidden;
}

#bottomleft {
    float: left;
    width: 300px;
}

#bottomright {
    float: left;
    width: 300px;
}

#bottombox {
    margin: 20px 20px 20px 20px;
    font-size: 10px;
}

/* HEADER */

.header-title {
	font-weight: bold;
	font-size: 14px;
	color: #c8ffbf;
	background-color: #555555;
}

form select 
{
    margin-bottom: 5px;
}