* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin : 0 0 1em 0;}

BODY {
  margin : 0;
  color : #2A2323;
  background : #fff;
}

ul { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 20px; color : #1B4781; padding-top : 20px; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #25899E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #25899E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 15px; color : #25899E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 14px; color : #25899E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 13px; color : #25899E; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #1B4781; font-weight : bold; text-decoration : underline;}
A:Visited  { color : #00204B; font-weight : bold; text-decoration : underline;}
A:Active  { color : #445162; font-weight : bold; text-decoration : underline;}
A:Hover  { color : #1B4781;	font-weight : bold; text-decoration : none;}


div#header {
  width : 100%;
  background : #41AFC6 url(images/bg_hd.gif) right top no-repeat;
  border-top : 5px solid #1B4781;
  border-bottom : 9px solid #9BC734;
  position : relative;
  height : 97px;
}

div#nav-wrap {
  position : absolute;
  top : 82px;
  left : 125px;
}

ul#topnav {
  font: normal 13px Verdana, sans-serif;
  color : #000;
  float : left;
  background : #F1EE3E;
  margin : 0;
}

ul#topnav li {
  list-style: none;
  margin : 0;
  float : left;
  display : inline;
  position: relative;
}

ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  color : #000;
  font-weight : normal;
  float : left;
  padding : 2px 7px;
  background : none;
  border : 0;
}

ul#topnav li ul {
	position: absolute;
	left: -14px; 
	top: 20px;
	display: none;
	width : 150px;
	background : #9BC734;
	z-index : 10;
	border : 1px solid #000;
	float : none;
}

ul#topnav li a:hover {
  background : #9BC734;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li ul li { float : none; height: 1%; display : block;} 
 * html ul#topnav li ul li a { float : none; height: 1%;} 
/* End */

ul#topnav li ul li a { padding: 1px 5px; display : block; font-size : 11px; text-align : left;} /* Sub Menu Styles */
ul#topnav li:hover ul, ul#topnav li.over ul { display: block; background : #F1EE3E;} /* The magic */

div#content {
  margin : 0;
  padding : 15px;
  background : #fff url(images/bg_content.gif) top left repeat-x;
}

div#sidebar_right {
  float : right;
  width : 150px;
  background : #FCFBDC;
  border : 4px double #25899E;
  padding : 3px;
  margin : 0 0 0 7px;
}

div#sidebar_right H3 {
  font-size : 14px;
  color : #557211;
  font-weight : bold;
  margin : 5px 0 0 0;
}

img#first {
  margin-top : -15px;
}

img.curve {
  float : left;
  clear : left;
  padding : 0;
  margin : 0 0 0 -15px;
}

* html img.curve {
  margin : -15px 0 0 -15px;
}

div#footer {
  clear : both;
  text-align : center;
  background : #fff url(images/bg_footer.gif) bottom left repeat-x;
  padding-bottom : 20px;
}

div#footer p {
  font-size : 10px;
}

.photo {
  position : relative;
  float: left;
  width: 230px;
  height : 250px;
  margin: 5px;
  padding: 0;
  font-size : 10px;
  text-align : center;
  overflow : auto;
}

.photo img {
  display : block;
  margin : 0 auto;
  text-align : center;
  border : none;
}



