body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
}

div#container {
	width: 800px;
}

div#masthead {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow: auto;
}

div#logo {
	float: left;
}

div#search {
	float: right;
	text-align: right;
	vertical-align: top;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#main {
	float: left;
	width: 800px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #aabff6;
	margin-top: -10px;
}

div#sidebar {
	float: right;
	width: 200px;
	background-color: #aabff6;
	background-image: url(../images/wedge.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

div#credits {
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 0px;
	padding: 5px;
	clear: both;
}

br.clear {
	clear: both;
}

.main p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 140%;
	padding-bottom: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 30px;
	padding-right: 20px;
	margin-right: 20px;
	font-size: 85%;
}

.main a:link {
  color:#000000;
  text-decoration:underline;
  }
  
.main a:visited {
  color:#000000;
  text-decoration:underline;
  } 

.main a:hover {
	color:#A83D29;
	text-decoration:underline;
  }
  
.main a:active {
  color:#000000;
  text-decoration:underline;
  } 
  
.main h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #7B89AE;
	line-height: normal;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	margin-top: 0px;
	padding-left: -30px;
	font-weight: normal;
	padding-right: 20px;
	font-size: 180%;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 20px;
	margin-left: 30px;
	font-style: italic;
} 

.main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: normal;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 30px;
	font-weight: bold;
	padding-right: 0px;
	margin-left: 0px;
	font-size: 110%;
}

.main h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: normal;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-top: 0px;
	padding-left: 30px;
	font-weight: bold;
	padding-right: 0px;
	margin-left: 0px;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.main h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 30px;
	font-weight: bold;
	padding-right: 0px;
	margin-left: 0px;
	font-size: 90%;
}

.main h5	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 20px;
	font-weight: bold;
	padding-right: 0px;
	margin-left: 0px;
	font-size: 120%;
}

.main ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 20px;
	margin-left: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.main ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -10px;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

.main li {
	font-size: 85%;
	padding-bottom: 0px;
	line-height: 140%;
	padding-right: 20px;
	padding-top: 5px;
	margin: 0px;
}  

.sidebar p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: normal;
	font-size: 85%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sidebar a:link {
  color:#000000;
  text-decoration:underline;
  }
  
.sidebar a:visited {
  color:#000000;
  text-decoration:underline;
  } 

.sidebar a:hover {
	color:#A83D29;
	text-decoration:underline;
  }
  
.sidebar a:active {
  color:#000000;
  text-decoration:underline;
  } 
  
.sidebar h1 {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #FFFFFF;
	line-height: normal;
	padding-bottom: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	margin-top: 0px;
	padding-left: 0px;
	font-weight: normal;
	padding-right: 0px;
	font-size: 80%;
	text-transform: uppercase;
	margin-right: 0px;
	font-style: normal;
	margin-left: 0px;
	background-color: #7B89AE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0C0C0C;
	border-bottom-width: 0px;
	border-bottom-style: none;
	letter-spacing: 0.1em;
} 

.sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	line-height: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 30px;
	font-weight: bold;
	padding-right: 0px;
	margin-left: 0px;
	font-size: 110%;
}

.sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: normal;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-top: 0px;
	padding-left: 30px;
	font-weight: bold;
	padding-right: 0px;
	margin-left: 0px;
	font-size: 100%;
	letter-spacing: .1em;
	text-transform: uppercase;
}


.sidebar ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 20px;
	margin-left: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.sidebar ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -10px;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

.sidebar li {
	font-size: 85%;
	padding-bottom: 0px;
	line-height: 140%;
	padding-right: 20px;
	padding-top: 5px;
	margin: 0px;
}  

.sidebar img {
	float: none;
	clear: both;
	padding-left: 10px;
}

.credits p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	font-size: 85%;
	margin: 0px;
}

.credits a:link {
	text-decoration: underline;
	color: #999999;
}

.credits a:visited {
	text-decoration: underline;
	color: #999999;
}

.credits a:hover {
	color: #990000;
	text-decoration: underline;
}

.credits a:active {
	text-decoration: underline;
	color: #999999;
}

div#nav {
	width: 800px;
	background-color: #990000;
	overflow: inherit;
	margin-bottom: 10px;

}

div#menuPhoto {
	width:750px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	background-color: #7B89AE;
}

p.home {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #666666;
}

/* remove all the bullets, borders and padding from the default list styling */
.menuPhoto ul {
	padding:0;
	margin:0;
	list-style-type:none;
	background-color: #7B89AE;
}

.menuPhoto li {
	float:left;
	width:150px;
	position:relative;
	background-color: #7B89AE;
}

div#tools {
	width: 700px;
	float: left;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

div#menu {
width:750px; 
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:150px;
	position:relative;
	padding-bottom: 0px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:0px solid #7B89AE; 
border-width:0px 1px 0 0; 
background:#7B89AE; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#B0C2F1;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:29px;
t\op:30px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#B0C2F1;
	color:#000;
	height:auto;
	line-height:1em;
	width:129px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#666666;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#666666;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

