body
{
	margin:0;
	padding:0;
	font-weight: normal;
	background-image: url(bgfade.jpg);
	background-repeat:repeat-x;
	background-color: #01526d;
}

input, select, textarea
{
	font-family: Calibri, Tahoma, Verdana;
	font-size:10pt;
}

a:link, a:visited, a:hover
{
	color:Black;
}

td, body
{
	font-family: Calibri, Tahoma, Verdana;
	font-size:10pt;
}

form
{
	margin:0;
	padding:0;
}

h1
{
    font-size:15pt;
	font-weight:bold;
}

.content
{
    clear:both;
	margin:0 auto;
	width:900px;
}

.grayline
{
    clear:both;
    margin:0 auto;
    width:900px;
    background-color:#535456;
    height:33px;
    color:White;
}

#cms
{
    clear:both;
    width:100%;
    background-color:White;
}

#cmsbanner
{
    clear:both;
    width:100%;
    float:left;
}

#cmscontent
{
    clear:both;
    padding:5px 60px 5px 60px;
}

#cmscontent2
{
    clear:both;
    padding:5px 30px 5px 22px;
}

.menuItem, .menuItemActive
{
    float:left;
    line-height:33px;
    height:33px;
    font-weight:bold;
    padding:0 10px 0 10px;
    text-decoration:none;
}

a.menuItem:hover, a.menuItemActive:hover, .menuItemActive
{
    color:White;
    background-color:#00506a;
}

a.menuItem:link, a.menuItem:visited, a.menuItemActive:link, a.menuItemActive:visited
{
    color:White;
}

td
{
    padding:2px;
}

#linksdiv ul
{
    margin:0;
    padding:0 0 0 20px;
}