#mainbody {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #CCCCCC;
	border-right: 5px solid #999999;
	border-bottom: 5px solid #999999;
	border-left: 5px solid #CCCCCC;
}
#header {
	background: url(images/header_jpg.jpg) repeat-x;
	height: 65px;
}
#sitename {
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 25px;
}
#tagline {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
}

#leftcolumn {
	float: left;
	width: 150px;
	display: block;
	background: #ccccff;
}
#leftcolumn a {
	display: block;
	padding-left: 6px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	padding-top: 2px;
}
#leftcolumn a:link {
	color: #103EA0;
	text-decoration: none;
}
#leftcolumn a:visited {
	color: #103EA0;
	text-decoration: none;
}
#leftcolumn a:hover {
	color: #FF5440;
	background: #FFFFFF;
}
#leftcolumn  h1{
	background: #FF5E4C;
}
#rightcolumn {
	float: right;
	width: 150px;
	display: block;
	background: #ccccff;
}
#rightcolumn a {
	display: block;
	padding-left: 6px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	padding-top: 2px;
}
#rightcolumn a:link {
	color: #103EA0;
	text-decoration: none;
}
#rightcolumn a:visited {
	color: #103EA0;
	text-decoration: none;
}
#rightcolumn a:hover {
	color: #FF5440;
	background: #FFFFFF;
}
#rightcolumn h1 {
	background: #FF0000;
}
#content {
	margin-right: 165px;
	margin-left: 165px;
	display: block;
	font-size: 12px;
}
#content a {}
#content a:link {
	color: #FF5E4C;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a:visited {
	color: #FF5E4C;
	text-decoration: none;
}
#bg {

}

#footer {
	color: #FFFFFF;
	background: url(images/header_jpg.jpg) repeat;
	text-align: center;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #9FACF0;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	background: #2952AE repeat-x;
	height: 21px;
	padding-top: 2px;
	padding-left: 8px;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #CCCCCC;
}

h2 {
	font-size: 14px;
	color: #FFFFFF;
	background: #6633cc repeat-x;
	height: 21px;
	padding-top: 2px;
	padding-left: 8px;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #CCCCCC;
}

