/* CSS Document */


body{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:80%;
	color: #000000;
}


#wrapper{
	width: 790px;
	background-color: #FFFFFF;
	margin: 0px auto 5px;
	border: thin solid #003366;
	}

/*for Horizontal Navigation bar*/	
.subHeader {
	color: white;
	background-color: #004080;
	margin: 0;
	padding: 1ex 1ex 1ex 1.5mm;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.contents {
	text-align:justify;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004080;
	
}


/*Right Bar*/

#navlist {

width: 194px;
text-align: left;
}

/* It removes undersocre bullets from the list */
#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 12px;
font-weight:bold;
font:Verdana, Arial, Helvetica, sans-serif;


}

/*Space between list items*/

#navlist li {
margin: 0;
}

/*Now you'll set the link styles*/

#navlist a {
	display: block;
	background-color: #C6CFDD;
	background-image:  url(images/down.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A8B7CC;
	border-right-color: #0000FF;
	border-bottom-color: #A8B7CC;
	border-left-color: #0000FF;
}


#navlist a:link, #navlist a:visited {
color: #213E95;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-color: #C6CFDD;
background-image:  url(images/up.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}

/*Left side Address box*/
.addbox {
	background-color:#54729B;
	padding: 5px;
	width: 200px;
	margin: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-left-color: #000033;
	color: #FFFFFF;
	text-align: left;
	border-top-color: #54729B;
	border-bottom-color: #54729B;
}

/**********************Footer *****************/
#footer {
  color: white;
  background-color: #004080;
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}