#wrapper
{
margin: 0px auto;
width: 800px;
background: white;
}

#contentwrapper
{
margin: 15px;
background-color: #ffffff;
}

#outer {

background-color: #ffffff;
}

#top a
{
color: #3A6282;
font-size: 10px;
text-decoration: none;
}

#top a:hover
{
color: #84B1C8;
}

#top IMG
{
margin-left: 5px;
border: 0;
}

#outer2 {
	background:#FFFFFF url(images/menu.jpg) repeat-x;
	height:30px;	
	text-align:center;
	padding-left:3px;
	padding-right:3px;
	border-top:1px solid #3A6282;
	border-bottom:1px solid #3A6282;	
}


.menu {
	background:#FFFFFF url(images/menu.jpg) repeat-x;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;

	color:#2D455E;
	font-size:7pt;
	text-decoration:none;
	font-weight:bold;
}



.menu a {
	color:#3A6282;
	font-size:7pt;
	text-decoration:none;
	font-weight:bold;
}


.menu2 {
	background:#FFFFFF url(images/menu.jpg) repeat-x;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;

	color:#6FB1C8;
	font-size:7pt;
	text-decoration:none;
	font-weight:bold;
}

.menu2 a {
	color:#3A6282;
	font-size:7pt;
	text-decoration:none;
	font-weight:bold;
}

.menu2 a:hover {
	color:#6FB1C8;
	font-size:7pt;
	text-decoration:underline;
	font-weight:bold;
}

