body {
	font-size: 11px;
	color:black;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	/* background: #f4f4f4 url(images/bg.gif) center repeat-y; */
	background: #ffffff;
	padding-left: 50%;
	margin:0px;
}

#container {
	width: 960px;
	margin-left: -480px;
	border: solid 1px #cccccc;
}

#top {
	background-color:#EEE;
	width:690px;
	height:20px;
	margin-left: 135px;
}

#top2 {
	margin-left: 135px;
	width: 690px;
}

h1 {
	font: 21px verdana;
	color: #909090;
	margin: 5px;
}

h2 {
	font-size:11px;
	color:#787878;
	margin:9px;
}

h3
{
    color:#579;
    font-size: 13px;
    font-weight: bold;
}

h4
{
    color:#579;
    font-size: 11px;
    font-weight: bold;
}

h5
{
    color:#579;
    font-size: 11px;
    margin: 4px;
}

.navmenu
{
	background-color:#F3F3F3;
	padding: 3px;
	font-weight:bold;
	text-align:center;
	width: 164px;
	margin-top:1px;
	margin-right:2px;
	float:left;
}

a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #005784;
}

a:hover {
	color:	#28E;
	text-decoration: underline;
}

.outsidebox {
    width: 690px;
    padding: 0px 6px 0px 5px;
    margin-left: 130px;
}

.insidebox {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:12px;
    padding: 6px 6px 0px 6px;
    background:#f8f8f8;
    border:1px solid #DDDDDD;
    text-align: justify;
    height: auto;
    min-height: 450px;
}

.footer {
    width: 690px;
    line-height: 20px;
    color: #555A60;
    font-size:10px;
    background: #f1f1f1;
    border:1px solid #DDDDDD;
    text-align: center;
    height: auto;
    margin-left: 135px;
}
