@charset "UTF-8";
/* CSS Document */

html, body {
	background-color:#FFFFFF;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
	margin:0;
	padding:0;
	text-align:center;
}

h1 span {
	display:none;
}

#container {
	width:800px;
	margin:auto;
	margin-top:55px;
	margin-bottom:20px;
	text-align:left;
}

#header {
	width: 100%;
	height: 77px;
}

#header h1 {
	background-image:url(../images/logo.jpg);
	height: 63px;
	background-repeat:no-repeat;
	background-position:top left;
	margin:0;
	clear:right;
}

#header_logo {
	width:400px;
	float:left;
}

#header_right {
	float:right;
	width:300px;
	text-align:right;
	font-size:x-large;
	color:#002190;
	font-weight:bold;
	padding-top:38px;
}

#menu_surround {
	width:198px;
	background-image:url(../images/menu_bg.jpg);
	height:300px;
}

#main {
	width:672px;
	padding:25px 63px 25px 63px;
	margin:0 0 20px 0;
	border: #CCCCCC solid 1px;
}

#main h1 {
	color:#002190;
	font-size:x-large;
	margin:0;
	padding-bottom:10px;
}

#main h2 {
	color:#000033;
	font-size: x-small;
	margin:0;
	font-weight:bold;
}

#main a:link, #menu a:visited {
	color:#666666;
}

#main a:hover {
	color:#333333;
}

.menu {
	width:198px;
	background-image:url(../images/menu_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:310px;
}

.menu ul {
	list-style:none;
	margin-left:0;
	padding-left:20px;
	padding-top:25px;
}

.menu li a {
	font-size:x-small;
	font-weight:bold;
	display: block;
	color: #FFFFFF;
	width: 148px;
	padding: 11px 0 11px 30px;
	text-decoration: none;
	background-image:url(../images/arrowbullet.gif);
	background-position:center left;
	background-repeat:no-repeat;
}

.menu li a:visited, .menu li a:active {
	color: #FFFFFF;
}

.menu li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	background-image:url(../images/arrowbullet-dark.gif);
	background-position:center left;
	background-repeat:no-repeat;
}

#footer {
	width:737px;
	padding-right:63px;
	text-align:right;
	font-size:9px;
}

#footer a:link, a:visited {
	color: #333333;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#666666;
}

#box {
	font-family:Arial, Helvetica;
	color:#000000;
	font-size:10px;
}