/* CSS Document */

body {
	font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;
	padding-left: 20px;
	background-color: #E8E8FF;
	font-size: 12px;
	color: #000000;
	margin-left:0px;
}

h1 {
	font-size: 16px;
	color: #000099;
	font-weight:bolder;
	padding-left: 5px;
}

h2 {
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
}

h3 {
	font-size: 12px;
	color: #000066;
	padding-left: 10px;
}

h4 {
	font-size: 10px;
	color: #999999;
	padding-left: 5px;
}

p {
	padding-left: 25px;
	padding-right: 25px;
}

p.cpn {
	padding-left: 25px;
	padding-right: 25px;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

.print {
	font-size:10px;
	font-weight:normal;
	padding-left: 20px;
	}

#notes {
	font-size: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

#smplmenu {
	text-align:center;
}

a, a:active, a:visited {
	color: #000066;
}

a:hover {
	color: #333333;
	font-weight: bold;
}


#head
{
	width: 760px;
	position:absolute;
	display:block;
	z-index:2;
	left:50%;
	margin-left:-381px;
	height: 60px;
	margin-top: 0px;
	border-style: none;
	padding-left: 5px;
	padding-top: 10px;
}

#foot
{
	width: 760px;
	position:absolute;
	display:block;
	z-index:2;
	left:50%;
	margin-left:-381px;
	height: 50px;
	margin-top: 535px;
	border-style: none;
	padding: 5px;
	font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

/*------------------------------MENU SYSTEM------------------------------------------*/
/* Set up the default font and size */
.menu {
	font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;
	width:760px;
	height:300px;
	display:block;
	position:absolute;
	z-index:10;
	left:50%;
	margin-left:-381px;
	margin-top: 62px;
	border: none;
	font-weight:bold; 
	font-size:14px;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#888; 
width:88px; 
height:1.5em;
font-weight:normal;
color:#888; 
border-bottom:5px solid #888;
background:#E8E8FF; 
padding-left:10px; 
margin-right:2px;
z-index:10;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:98px;
w\idth:88px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
	color:#000099;
	border-bottom:8px solid #000099;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:1.2em;
margin-top:11px;
left:0; 
width:96px;
/*border:1px solid #000099;*/
border:none;
border-top:0;
background:transparent;
z-index:10;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
/*background:transparent url(images/opaque.png); */
background-color:#E8E8FF;
border:0;
margin:0;
color:#000099;
font-size:12px;
font-style:normal;
font-weight:normal;
height:auto; 
line-height:1em; 
padding:5px; 
width:86px;
z-index:10;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	background:#000099;
	color:#fff;
}
/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
	background:#000099;
	color:#fff;

/*background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
z-index:4;
margin-top:10px; /* for IE5.5 faulty box model */
/*marg\in-top:11px; /* for IE6 */
}

/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
	background:#E8E8FF;
	width:86px;
	w\idth:86px;
}
/*----------------------------END MENU SYSTEM----------------------------------------*/

/*------------------------------IMAGES----------------------------------------------*/

#lcontainer
{
	float: left;
}

#rcontainer
{
	float: right;
}

#rmapcontainer
{
	float: right;
	padding-right: 30px;
}

#image
{
	width: inherit;
	height: inherit;
	z-index:2;
	padding-left: 25px;
	padding-right: 25px;
}
/*----------------------------IMAGES----------------------------------------*/