body {
	background-color: #E6F3FF;
	background-image: url(img/bkg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#hd {
	margin: 0;
	padding: 0 0;
	background-image: url(img/headbkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 153px;
}

#logo {
	float: left;
}

#logo img {
	border: none;
}

#hdpik {
	text-align: right;
}

#hdpik img {
	border: none;
}

#bd {
	background-color: #fff;
	padding-top: 20px;
}

.nav {
	margin: 0 10px 0 0;
	padding: 0 0 20px 0px;
	background-image: url(img/navbkg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.nav h1 {
	margin: 0 0px;
	padding: 25px 0 10px 20px;
	font-size: 17px;
	/*height: 30px;*/
	background-image: url(img/navh.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #4485C1;
}

.nav ul {
	margin: 0 5px 0 10px;
	padding: 0 0;
	list-style: none;
	font-size: 13px;
}

ul.side
{
	list-style-type:square;    
	padding: 0px;
    list-style-position: inside;
}

.nav ul li {
	margin: 0 0;
	padding: 5px 15px;
}

.nav ul li a {
	font-weight: bold;
	color: #396FA2;
}
.nav ul li ul li {
	margin: 0 0;
	padding: 1px 0;
}

.nav ul li ul li a {
	font-weight: normal !important;
}

.goog {		
	padding: 60px 0 10px 0;
}

#content {
	margin: 10px 20px 20px 20px;
	font-size: 90%;
	line-height: 130%;
	text-align: justify;
}

#content h1 {
	color: #72AA00;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

#content table {
	border: 1px solid #E6F3FF;
}

#content th {
	background-color: #E6F3FF;
	color: #121C1D;
}

#content a {
	color: #396FA2;
}

.button {
	background-color: #4585C2;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	padding: 2px 5px;
}

#featured {
	border: 1px solid #ccc;
	padding: 2px 2px;
	margin: 10px;
}

#featured div {
	padding: 10px 15px;
	background-color: #EEF0E6;
}

#featured h1 {
	/*background-color: #A1C330;*/
	border: none;
	margin: 0;
	padding: 5px 0px;
	text-align: left;
	color: #8A8D7F;
}

#featured h2 {
	font-size: 14px;
	font-weight: bold;
}

#hgallery {
	float: left;
	width: 300px;
	margin-right: 10px;
}

#hgallery ul {
	list-style: none;
	margin: 0;
	padding: 0 0;
}

#hgallery ul li {
	margin: 10px;
	padding: 2px 2px;
	border: 1px solid #990000;
	width: 250px;
}

#hgallery img {
	width: 250px;
}

#hr {
	margin: 20px 20px 0 auto;
	padding: 0px 10px 0px 20px;
	text-align: center;
}

/*#hr {
	margin: 20px 0 0 210px;
	background-color: #F2F2F2;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 0px 10px 0px 20px;
	width: 300px;
}

#hr p {
	margin: 0px 0 0 0px;
	padding: 0 0;
}

#hr ul {
	margin-left: 0px;
}

#hr h1 {
	border: none;
	font-size: 28px;
	text-align: left;
	color: #B70A2D !important;
	line-height: 27px;
	margin: 10px 0 0px 0;
	padding: 0 0;
} */

.check li {
	list-style: none;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-left: 0px;
	line-height: 25px;
}

.clear:after, #hd:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} /* overflow: hidden kills any autocomplete DIVs */

#ft {
	background-color: #4485C1;
	margin: 0;
	padding: 0 0;
	text-align: center;
	font-size: 12px;
}

#ft ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

#ft ul li {
	display: inline;
	padding: 0 10px;
}

#ft ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#ft ul li a:hover {
	color: #E6F3FF;
}

#ft p {
	margin: 0;
	padding: 0px 0 10px 0;
}

#ft p a {
	color: #E3FF80;
}


label
{
	display:block;
	float:left;
	width:200px;
}