* {
margin: 0;
padding: 0;
}

body {
background: #000066 url(images/back.gif) repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #000066;
padding-top: 40px;
}
.body_no_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


a {
color: #333333;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

#header {
width: 580px;
height: auto;
background: #000066 url(images/beacon_big.jpg) no-repeat right top;
}

#wrapper {
width: 580px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #000066;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h2 {
width: 419px;
height: 30px;
background-color: #000066;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 100px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #333333;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #000066;
}

#current a {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: #6699FF;
	background-image: url(images/bg2.gif);
}
#wrapper #header #nav a current {
	background-color: #6699FF;
}


#sidebar {
	width: 132px;
	background-color: #F0F0FF;
	float: left;
	position: relative;
	left: -4px;
	margin-left: -147px;
	border-top: 1px solid #fff;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #E6E6FF;
}

#content {
float: left;
width: 415px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: normal;
}

#footer {
clear: both;
width: 400px;
margin-left: 163px;
}

#wrapper #content li {
	list-style-type: disc;
	list-style-position: inside;
}

.contentlist2 {
	margin-left: 18px;
	list-style-type: circle;
	list-style-position: inside;
}

contentlist3 {
	margin-left: 15px;
	list-style-type: circle;
	list-style-position: inside;
}
