#container {
	width: 700px;
	margin: 0 auto;
}
#header {
	margin-bottom: 10px;
}
#menu {
	background-image:url(images/corner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: #333333;
	width: 100%;
	margin: 0px;
	height: 25px;
	float: left;
}
#left {
	float: left;
	width: 170px;
	margin-right: 10px;
}
#content {
	float: left;
	width: 520px;
}
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Tahoma, serif;
	font-weight: bold;
	font-size: 140%;
	line-height: 1.5em;
	color: #6B94BC;
	border-bottom: 1px solid #dbd5c5;
	}
.sub-left {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #F4F4F4;
	margin-bottom: 10px;
	padding: 5px;
}
#logo {
	width: 100%;
	float: left;
}
.logo-left {
	float: left;
	width: 350px;
}
.logo-right {
	float: right;
	width: 350px;
	text-align: right;
}
.nav {
	margin: 0 auto;
	padding: 6px 0 0 0;
	text-align: center;
	text-transform:uppercase;
}
.nav li{
	display: inline;
	list-style-type: none;
	text-align: center;
    }
.nav li a{
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Verdana, Tahoma, serif;
	font-size: 10px;
	}
.nav li a:hover{
	color: #52B5CE;
}
.title {
	color: #6B94BC;
	font-weight: bold;
	font-family: Verdana, Tahoma, serif;
	font-size: 12px;
}
.wrap {
	height:240px;
}
.box {
	height: 205px;
	width: 150px;
	float: left;
	line-height: 1.5em;
	font-family: Verdana, Tahoma, serif;
	font-size: 11px;
	margin: 5px 15px 5px 0px;
	padding: 7px 5px 5px 5px;
}
.box2 {
	height: 205px;
	width: 150px;
	float: left;
	line-height: 1.5em;
	font-family: Verdana, Tahoma, serif;
	font-size: 11px;
	margin: 5px 0;
	padding: 7px 5px 5px 5px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
}
.box3 {
	height: 205px;
	width: 150px;
	float: right;
	line-height: 1.5em;
	font-family: Verdana, Tahoma, serif;
	font-size: 11px;
	margin: 5px 0;
	padding: 7px 5px 5px 5px;
}
#footer {
	width: 100%;
	margin-top: 10px;
	margin-bottom:15px;
	background-image:url(images/corner2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color: #333333;
	color: #FFFFFF;
	padding: 6px;
	float: left;
	line-height: 1.5em;
}
a {
	color: #6B94BC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.button {
	margin: 5px 0 0 0;
	width: 75px;
	text-align: center;
	float: left;
	background-color: #52B5CE;
}
.button a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px;
}
.button a:hover{
	font-weight: bold;
	text-decoration:none;
	color: #333333;
	}
.nav-left {
	line-height: 1.5em;
}
.navbutton {
background-color: #EFF2F9;
cursor: pointer;
cursor: hand;
text-align:center;
}

.navbuttonover {
background-color: #8FBCE9;
cursor: pointer;
cursor: hand;
font-weight: bold;
text-align:center;
color: #ffffff;
}