body {
	margin: 0;
	padding: 0;
	background: #cecece;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

p, td {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	margin: 2px 0px 4px 0px;
}

ul {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	margin: 2px 0px 4px 0px;
}


h1 {
	font-size: 16px;
	font-weight: bold;
	color: #62377e;
	line-height: 18px;
	padding: 0 5px 0 0;
}

h2 {
	font-size: 13px;
	color: #62377e;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	color: #5e5e5e;
}

a:link {
	color: #78a22f;
	text-decoration: underline;
}
a:hover {
	color: #62377e;
}

a:active {
	color: #78a22f;
}

a:visited {
	color: #78a22f;
}

#container {
	background: #FFFFFF;
	width: 950px;
	margin: 0 auto auto auto;
}
#header {
	height: 170px;
	width: 950px;
}

#sidebar1	{
	width: 194px;
	float: left;
	clear: left;
	padding-left: 6px;
}

#nav a {
	color: #78a22f;
	display: block;
	text-decoration: none;
}

#nav a:hover {
	color: #62377e;
}

#nav td {
	font-size: 13px;
	font-weight: bold;
}

#main {
 padding: 10px 10px 10px 10px;
	width: 510px;
	float:left;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

#mainsub {
 	padding-left: 30px;
	width: 700px;
	float:left;
	border-left: 1px solid silver;
}

#mainsub2 {
	width: 800px;
	float:left;
	margin-left: 75px;
	margin-right: 75px;
}
#sidebar2 {
	width: 205px;
	padding: 5px;
	text-align: center;
	float:left;
}

/* @group #footer */

#footer {
	text-align:center;
	clear:both;
	background: #78a22f;
	font-size: 11px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #fff;
}

#footer p {
	color: #fff;
}

#footer li {
	display: inline;
	font-size: 10px;
	white-space: nowrap;
	font-weight: bold;
	color: #fff;
}


/* @end */
.subhead {
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
blockquote {
	margin-top: 4px;
	margin-bottom: 6px;
}
