* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font-family: Tahoma;
	font-size: .75em;
	line-height: 1.25em; 
}

a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 2px auto;
width: 1024px;
background: #fff url('images/midbg2.jpg');
background-repeat: repeat-y;
}


#top { 
background: #fff url('images/topbg2.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {
background: #fff url('images/botbg2.jpg');
height: 30px;
}

.header {
height: 101px;
background-color: #689ACF;
background-image: images/hidr.jpg;
}

.header h1 { font-family: Arial, Helvetica, sans-serif; padding-left: 17px; padding-top: 18px; padding-bottom: 5px; font-size: 32px; color: #FFF; }
.header h1 a { font-family: Arial, Helvetica, sans-serif; font-size: 32px; color: #FFF; text-decoration: none;}
.header h2 { font-family: Arial, Helvetica, sans-serif; padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.announcement { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.content {
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.content h1, .navbar h1 {
	color: #3B6EBF;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.content h2, .navbar h2 {
	color: #3B6EBF;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.content h3, .navbar h3 {
	color: #3B6EBF;
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.content p {
	margin-bottom: .5em;
}

.navbar {
	float: left;
	width: 18%;
	margin: 10px 0px;
	padding: 1% 1%;
	border:solid #3B6EBF 1px;
}

.navbar ul {
	padding: 3px 0 15px 20px;
	margin:0;
}

.navbar li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.navbar h1 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}

.subnavbar {
	text-align: left;
}
.subnavbar ul {
	padding: 20px 0 15px 20px;
	margin:0;
}
.subnavbar li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

#keywords {
	display: none;
}

.code {
	font-family: 'Courier New, Courier, mono';
    text-align: left;
	font-size: 125%;
}

.note {
	font-size: 85%;
}

/* ----------------------------------------------------------- */
/* contact us */
/* ----------------------------------------------------------- */
#content dl.contactus {
	margin: 1em 0;	
}

#content dl.contactus dt {
	width: 30%;
	float: left;
	margin: 1em 1em 0 0;	
	color: #405080;
	font-weight: bold;
	clear: both;
}

#content dl.contactus dd {
	width: 50%;
	float: left;
	margin: 1em 0;	
}
/* ----------------------------------------------------------- */

/* ----------------------------------------------------------- */
/* buttons */
/* ----------------------------------------------------------- */
ul.buttonrow 
{
	display: inline; /* fix IE double margin bug */
	margin: 0;
	float: left;
	list-style: none;
	text-align: center;
}

ul.buttonrow li {
	float: left;
	height: 31px;
	width: 82px;
	margin-right: 5px;
	overflow: hidden;
}

a.button, .button-search, input.button {
	background: url(images/pushbutton.gif) no-repeat;
	width: 82px;
	color: #073F76;
	background-color: #B5D7F5;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}

a.button {
	display: block;
	height: 31px;
	line-height: 27px;
}

input, textarea {
	border: 1px solid #405080;
	margin: .25em 0;
	padding: .1em .25em;
}

input.button {
	display: inline;
}

input.button, .button-search {
	height: 31px;
	vertical-align: middle;
	padding-bottom: 5px;
	margin: 0;
}

a.button:link, a.button:visited {
	color: #073F76;
	background-position: 0px 0px;
}

a.button:focus, .button-search:focus, input.button:focus {
	outline: none;
	text-decoration: underline;
	color: #073F76;
}

a.button:hover, .button-search:hover, input.button:hover {
	background-position: 0px -31px;
	color: white;
}

a.button:active, .button-search:active, input.button:active {
	background-position: 0px -62px;
	color: #073F76;
	position: relative;
	top: 2px;
	left: 2px;
}

.button:disabled, .button-search:disabled {
	cursor: wait;
}
/* ----------------------------------------------------------- */
