body
{
	font-size: 13px;
	font-family:  Arial, Verdana, SunSans-Regular, Sans-Serif;
	text-align:center;
	margin: 0px;	
	background:#c0c0c0;
	color:inherit;
}

a {text-decoration: none; color: #fff;background:inherit;}
a:hover {text-decoration: underline; color: #fff;background:inherit;}

#container
{
	width: 700px;
	margin:0 auto 0 auto;
	text-align:left;
  border:solid 1px #c7e19e;
	background:#fff;
	color:inherit;
}

#topheader
{
	background-color: #c7e19e;
	color: #fff;
	height: 90px;
}

#title
{
    font-size: 24px;
		font-weight:600;
    color: #fff;
    font-family: verdana;
    margin: 5px;
		background:inherit;
}

#navcontainer
{
	background-color: #ccc;
}

.navitem
{
	background-color: #6495ed;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 129px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}


.navitemlast
{
	background-color: #6495ed;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 130px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}


#main
{
	padding:5px;
	width: 688px;
	text-align:justify;
	color:#000;
	line-height: 1.6em;
}

#sidebar
{
	width:167px;
	border:1px solid #6495ed;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
	text-align:left;
	color: #000;
	clear:both;
}

h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
}

h2
{
	font-size:16px;
	font-weight:bold;
	padding-top: 5px;
	margin-bottom:0;
}

h3 {
	font-size:14px;
	font-weight:bold;
	padding-top: 5px;
	margin-bottom:0;
}

.headertext1
{
	font-size:18px;
	font-weight:bold;
}
.headertext2
{
	font-size:10px;
	font-weight:bold;
}
p {margin:0 0  10px 0;}

#footer
{
	background-color:#c7e19e;
	width:100%;
	color: #788;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}

img
{
	border: 1px solid #fff;
}

.small {font-size:smaller;}
.right {text-align:right;}

#content a {color: blue;text-decoration:underline;background:inherit;}
#content a:hover {color: #6495ed;background:inherit;}
#content a:visited {color:green;text-decoration:underline;background:inherit;}

.center {text-align:center;}

.text-r {text-align:right;}

/* tables */

caption {background:#c7e19e;}

td {background:#ececec;vertical-align:top;text-align:left;}

table a {color: blue;}
table a:hover {color: green;}

blockquote {
	width:455px;
	border-left:solid 4px #c7e19e;
	background:#ececec;
	color:#000;
	font-weight:bold;
	margin:1em;
	padding:1em;
	}
