* { 
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-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #404040;
  background : #FBFBFD url(images/bg_body.jpg) top left repeat-x;
  text-align: center;
}

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

h1 {font-weight : bold; font-size : 22px; color : #323380; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #C18400; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #C18400; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #C18400; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #C18400; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #C18400; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #22377E; font-weight : normal; text-decoration : underline;}
A:Visited  { color : #22377E; font-weight : normal; text-decoration : underline;}
A:Active  { color : #22377E; font-weight : normal; text-decoration : underline;}
A:Hover  { color : #22377E;	font-weight : normal; text-decoration : none;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #9D8E01;
  color : fff;
  background : none;
}

div#wrapper {
   width: 864px;
   min-height : 500px;
   margin: 20px auto 20px auto;
   background : #fff;
   text-align: left;
   border : 7px solid #fff;
}

div#header {
  width : 100%;
  border-top : 8px solid #F7D355;
  border-bottom : 8px solid #ABC0DB;
}

div#nav-wrapper {
  float : left;
  width : 194px;
}

.center {
  text-align : center;
  margin : auto 0;
}

ul#topnav {
  font: normal 13px "Trebuchet MS", Verdana, sans-serif;
  color : #323380;
  margin : 0 0 10px 0;
  padding : 0;
  list-style: none;
  width : 194px;
}

ul#topnav li {  
  margin : 0;
  padding : 0;
  width : 194px;
  position: relative;
  z-index : 12;
}

ul#topnav li ul {
	position: absolute;
	left: 194px; 
	top: 0;
	display: none;
	width : auto;
	background : #E4E4F2;
	z-index : 10;
	border : 1px solid #ABC0DB;
	border-width : 1px 1px 1px 0;
	list-style: none;
	margin : 0;
}

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

ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  font-weight : bold;
  padding : 5px 7px;
  color : #323380;
  display : block;
  border-bottom : 1px solid #fff;
  }

ul#topnav li a:hover {
  background : #ABC0DB;
}

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;} /* The magic */

div#footer {
  color : #8D3C12;
}

div#footer p {
  color : #8D3C12;
  float : left;
  margin-right : 10px;
}

div#footer a {
  color : #22377E;
  font-weight : normal;
  text-decoration : underline;
}

div#content_wrapper {
  width : 864px;
  border-bottom : 8px solid #F7D355;
  background : #fff url(images/bg_content.gif) top left repeat-y;
}

div#content {
  margin : 0 0 0 210px;
  padding : 15px 15px 15px 0;
}

div.sidebar_right {
  float : right;
  width : 175px;
  background : #E4E4F2;
  padding : 3px;
}

div.sidebar_right p {
  font-size : 10px;
}

div.sidebar_right h3 {
  color : #323380;
  margin : 0;
}

div.side_photo {
  float : right;
  font-size : 10px;
  text-align : right;
}

div.side_photo img {
  display : block;
}

div#clear {
  clear :both;
}

table {
  padding : 0;
  border : 1px solid #ccc;
  border-width : 1px 1px 0 0;
}

table.rate {
  width : 400px;
}

table th {
  background : #e7e7e7;
  font-weight : bold;
  font-size : 14px;
  border : 1px solid #ccc;
  border-width : 0 0 1px 1px;
  padding : 2px;
}

table td {
  vertical-align : top;
  border : 1px solid #ccc;
  border-width : 0 0 1px 1px;
  padding : 2px;
} 

.photo {
  float: left;
  width: 185px;
  height : 185px;
  margin: 5px;
  padding: 0;
  font-size : 10px;
  text-align : center;
  border : 1px solid #777;
  overflow : auto;
}

.photo img {
  display : block;
  margin : 3px auto;
  text-align : center;
  border-style : hidden;
  border : 0;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #000;
}

div#norlink a {
  color : #000;
  font-weight : normal;
}