@charset "utf-8";
/* CSS Document */


body {
	background-color: #c5c5ab;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
a:link,
a:active,
a:visited
{
	color: #358315;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: 17667b;
}
#body {
	margin:0 auto;
	width: 902px;
	text-align: center;
}
#main {
	float: right;
	width: 690px;

}
#maincontent {
	text-align: justify;
	color: #043c4b;
	padding-right: 5px;
	font-size: 13px;
}
.pagetitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	color: #4c822a;
}
.subtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #156980;
}
.minititle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #178dac;
}
/************************************************************ start of header */
#header {
	padding: 6px;
	width: 902px;
	text-align: left;
	height: 110px;
}
#headerimage {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 902px;
	height: 210px;
	text-align: center;
}
#head2 {
	background-image: url(images/head2.gif);
	background-repeat: no-repeat;
	width: 264px;
	height: 210px;
	float: right;
}
#search {
	text-align: right;
	padding-right: 10px;
	padding-top: 30px;
	font-size: 10px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	float: left;
	width: 226px;
	height: 98px;
	margin-top:7px;
	margin-left: 7px;
}
/******************************************** end of header */


/************************************************************ start of footer */
#footer {
	background-image: url(images/low.jpg);
	background-repeat: repeat-x;
	height: 110px;
	text-align: center;
	position:relative;	
	width: 100%;
	clear: both;
}
.footercontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 22px;
	color: #fff;
}
.lowerlinks {
	text-decoration: none;
}
.lowerlinks a:link, .lowerlinks a:active, .lowerlinks a:visited{
	color: #c5c5ab;	
	text-decoration: none;
}
.lowerlinks a:hover {
	color: #ffff99;
	text-decoration: underline;
}
/******************************************** end of footer */


/************************************************************ start of side bar */
#sidebar {
	float: left;
	text-align: left;
	width: 200px;
}
.Groupno {
	display: block;
	width: 196px;
	height: 40px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	font-size: 20px;
	padding-left: 42px;
	line-height: 38px;
	margin: 3px;
}
.Groupno:link, .Groupno:active, .Groupno:visited{
	color: #043c4b;	
	text-decoration: none;
}
.Group {
	display: block;
	width: 196px;
	height: 40px;
	background-image: url(images/menu_group.jpg);
	background-repeat: no-repeat;
	font-size: 20px;
	padding-left: 42px;
	line-height: 38px;
	margin: 3px;
}
.Group:link, .Group:active, .Group:visited{
	color: #043c4b;	
	text-decoration: none;
}
.Group:hover {
	color: #043c4b;
	text-decoration: underline;
}
.Option {
	display: block;
	height: 30px;
	background-image: url(images/menuopt.jpg);
	background-repeat: no-repeat;	
	padding-left: 38px;
	line-height: 30px;
	margin: 3px;
}
.Option:link, .Option:active, .Option:visited{
	color: #054c5f;	
	text-decoration: none;
}
.Option:hover {
	color: #148eaf;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}
/******************************************** end of side bar */
