body, td {
	font-size:11px;
	color:#837F59;
	font-family:tahoma, arial, verdana, courier;
}
/* division tags */
div.search /* search form  */{
	background-image: url(../images/search.jpg);
	height: 131px;
	width: 186px;
	background-repeat: no-repeat;
	padding: 0px;
}
div.indexcontent /* index page content block  */{

	width: 376px;
	border: 2px solid #C6C3C6;
	margin-top: 10px;
	padding: 0px;
}
div.maincol /* 2 col page content block  */{
	width: 386px;
	border: 2px solid #C6C3C6;
	margin-top: 10px;
	padding: 0px;
	height: 620px;
}
div.insidecontent /* full page content block  */{
	width: 560px;
	border: 2px solid #C6C3C6;
	margin-top: 10px;
	padding: 0px;
	height: 620px;
	overflow: auto;
}
div.sidebar /* 2 col page right column */{
	width: 170px;
	margin-top: 10px;
	padding: 0px;
	background-color: #efebef;
	border-top: 2px solid #C6C3C6;
	border-right: 2px solid #C6C3C6;
	border-bottom: 2px solid #C6C3C6;
	border-left: 2px none #C6C3C6;
	height: 620px;
}
div.searchpgcontent /* copy block in pages with search frame */{
	width: 560px;
	margin-top: 10px;
	padding: 0px;
	border-top: 2px none #C6C3C6;
	border-right: 2px none #C6C3C6;
	border-bottom: none #C6C3C6;
	border-left: 2px none #C6C3C6;
	height: 180px;
}
/* search frame */
iframe {
	height: 440px;
	width: 556px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: none #C6C3C6;
	border-right: 2px solid #C6C3C6;
	border-bottom: 2px solid #C6C3C6;
	border-left: 2px solid #C6C3C6;
	margin-right: 0px;
	margin-left: 0px;
}
/* p tags */
form p {
	color: #000000;
}
.searchpgcontent p, .maincol p, .insidecontent p, .sidebar p {
	padding-right: 10px;
	padding-left: 10px;
}
/* formatting tags */
strong {
	color:#837F59;
}
b {
	color:#128DEA;
	font-size:12px;
}
/* a tags */
a {
	color:#128DEA;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.indexcontent li a {

	color:#128DEA;
	text-decoration:none;
}
.indexcontent li a:hover {

	text-decoration:underline;
}
.footer a {

	color:#555555;
	text-decoration:none;
}
.footer a:hover {

	text-decoration:underline;
}
.links a {
	color:#004A80;
	text-decoration:none;
	font-weight:bold;
}
.links a:hover {
	text-decoration:underline;
}
/* h2 tags */
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 16px;
	
}
.insidecontent h2, .maincol h2, .indexcontent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 16px;
	background-color: #cccccc;
	padding-top: 12px;
	margin: 0px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.insidecontent h2, .maincol h2, .indexcontent h2  {
	background-image: url(../images/maincolh2bg.jpg);
	
}
.searchpgcontent h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.sidebar h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 16px;
	padding-top: 12px;
	margin: 0px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/sideh2bg.jpg);
	background-repeat: no-repeat;
}
/* form tags */
input.input {
	height: 15px;
	padding-right: 5px;
	width: 110px;
}
.search form, .search form table{
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 10px;
	}

.hiddenform form {
	text-align: center;
	display: none;
	margin: 0px;
	padding: 0px;
}
/* list tags */
.indexcontent li {
	background:url(../images/q1.gif) center left no-repeat;
	margin:0px;
	padding:0px 0px 0px 9px;
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E3E7;
}
.indexcontent ul {
	margin:0;
	padding:0px 10px;
	list-style:none;
}
/* classes  */
.footer {
	font-size:11px;
	color:#555555;
	font-family:tahoma, arial, verdana, courier;
	background-image: url(../images/footer.jpg);
	padding: 10px;
	text-align: center;
}
.content {
	font-size:11px;
	color:#837F59;
	line-height:12px;
	font-family:tahoma, arial, verdana, courier;
}
.links {
	font-size:11px;
	color:#004A80;
	font-family:tahoma, arial, verdana, courier;
}
