/* CSS Document */

body {
	background-color: #e0e0e0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 75px;
	margin-right: 75px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0px;
	padding-bottom: 14px;
}

#mainbody {
	margin-left: auto;
	margin-right: auto;
	min-width: 650px;
}

#header {
	margin:0px;
	width:100%;
	text-align: left;
	color:#FFFFFF;
}

#nav {
	width: auto;
/*	border-left: solid black 2px;
	border-right: solid black 2px; */
	background-image: url('/images/gradient2.png');
	background-repeat: repeat-x;
	padding-left: 20px;
	height: 40px;
}

#content {
	width: auto;
	background:#fff;
	margin:0px;
	padding: 10px 5px 30px 25px;
	border-left: solid black 2px;
	border-right: solid black 2px;
	background-image: url('/images/greygradient.png');
	background-repeat: repeat-x;
	background-position: top;
	font-size: .9em;
	line-height: 1.2em;
	min-height: 220px;
}

#footer {
	width:100%;
	text-align:center;
	color:#fff;
}

#footer a:link {
	color: #00CC00;
}

#footer a:visited {
	color: #00CC00;
}

#footer a:active {
	color: #f00;
}

#footer a:hover {
	color: #fff;
}

#logo {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}

#smalltitle {
	font-size: 9pt;
	text-align: center;
}

#pagetitle {
	font-size: 14pt;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

#ctitle {
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
}

#sitemenu {
	font-size: 10pt;
	font-weight: bold;
}

#subhead {
	font-weight: bold;
}

.contentimage {
	float: left;
	padding-right: 10px;
	padding-top: 4px;
}
#listtable
{
border:1px solid black;
width:100%;
}

#listtable th
{
    	text-align:left;
	background:#66cc66;
	border-bottom:1px solid black;
	padding: 0px 10px 0px 5px;
}
#listtable td
{
	padding: 0px 10px 0px 5px;
}
#listtable tr.odd
{
	background:#cccccc;
}
#listtable tr.even
{
	background:#eeeeee;
}
#listtable tr.hilite
{
    	background:#66cc66;
}
#listtable a
{
    text-decoration:none;
}

#sitelocalnav
{
	font-size: 10pt;
}
