body {
margin:0;
padding:0;
background-color:#E9E9FF;
background-image:url(images/background.jpg);
background-repeat:repeat;
background-attachment:fixed;
color:#000066;
font-family:verdana, arial, sans-serif;
font-size:80%;
text-align:center;
}

div {
margin:0; padding:0;
}

	/*	Header	*/

div#container {
width:750px;
margin:0 auto;
text-align:left;
position:relative;
}

h1 {
margin:0 0 0 10px;
padding:0;
width:250px;
height:113px;
}

h1 img {
margin:0;
}

	/* Navigation Menu */

 #nav {
  float:right;
  padding:0;
  margin:43px 0 0 0;
  list-style:none;
 } 

#nav a {
  display:block;
  width:85px;
  padding:8px 5px;
  line-height:17px;
  margin:0;
  text-decoration:none;
  font-weight:bold;
  color:#000066;
	background-image:url(images/menubg.gif);
  background-position:top left;
  background-repeat:repeat-x;
	text-align:center;
}

#nav ul a {
  background-image:none;
  padding:5px;
  background-color:#DBDCFF;
  border-bottom:2px solid #FFFFFF;
  line-height:1.1em;
  width:100px;
	text-align:left;
}

#nav a.nowhere {
cursor:default;
}

#nav a:hover {
  text-decoration:underline;
}

#nav a.nowhere:hover {
  text-decoration:none;
}

#nav ul a.nowhere {
background-image:url(images/rightarrow.gif);
background-position:bottom right;
background-repeat:no-repeat;
}

#nav li {
  float:left;
  width:95px; /* width needed or else Opera goes nuts */
}

#nav ul li {
width:110px;
}

#nav li ul { /* second-level lists */
  padding:0;
  margin:0;
  z-index:2;
  list-style:none;
  position:absolute;
  width:100px;
  left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
  margin:-2em 0 0 110px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left:-999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left:auto;
}

	/*	Content	*/
div#content {
  clear:both;
  text-align:left;
  padding:1em 0 0 0;
}	

h2 {
  margin:0;
  padding:0 0.5em 0.5em 0;
  font-size:200%;
  font-weight:bold;
}

h3 {
  font-size:140%;
  font-weight:bold;
	margin:0.3em 0;
	padding:0;
}

h4 {
font-size:140%;
font-weight:bold;
margin:0.1em 0 0.5em 0;
padding:0;
}

p {
  padding:0.5em 0; margin:0;
  line-height:1.5em;
}

ul {
  margin:0 0 0 3em; padding:0.5em 0;
  list-style-image:url(images/listmarker.gif);
	line-height:1.5em;
}

#content img {
  border:2px solid #000066;
}

#content a img {
  border:2px solid #0000CC;
}

#content a:hover img {
  border:2px dotted #000066;
}

div.leftbox {
  float:left;
  width:50%;
  clear:left;
}

div.rightbox {
  float:left;
  width:50%;
}

div.fullbox {
  clear:both;
}

.leftbox p, .rightbox p, .fullbox p {
  margin:0.2em 1em 0.2em 1em;
}

.leftbox ul, .rightbox ul, .fullbox ul {
	margin:0 1em 0 3em;
}

.leftbox img, .rightbox img, .fullbox img {
  margin:10px 0;
}

.rightimg img {
  float:right;
  margin:0.5em;
}

p.caption {
padding:0;
margin:0 0 0.6em 0;
text-align:center;
}

	/*	Links	*/
a:link, a:visited {
  color:#0000CC;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

	/*	Tables	*/
td, th {
  vertical-align:top;
  padding:0.8em;
  margin:0;
  border-top:1px solid #000066;
}


	
	/*	Footer	*/
#footer {
  clear:both;
}

#footer p {
  border-top:1px solid #000066;
	border-bottom:1px solid #000066;
  clear:both;
  width:100%;
  text-align:center;
	font-style:italic;
	font-weight:bold;
	margin:0.5em 0;
	padding:0.5em 0;
}
 /*  Home page menu */
 
.column1 {
width:218px;
float:left;
clear:left;
}
 
.column2 {
width:274px;
float:left;
}
 
.column3 {
width:254px;
float:left;
}
 
.column2 .topimg, .column3 .topimg {
margin:0 0 20px 0;
}
 
ul#homemenu {
list-style-type:none;
list-style-image:none;
margin:0;
padding:0;
width:200px;
}
 
ul#homemenu li {
line-height:19px;
margin:0 0 1px 0;
padding:5px;
background-image:url(images/homemenubg.gif);
background-position:top right;
background-repeat:no-repeat;
}
 
ul#homemenu a {
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

ul#homemenu a:hover {
text-decoration:underline;
}

div#logos {
position:absolute;
top:82px;
right:0;
}

#logos img {
margin:0 30px 0 0;
}