*{margin: 0px; padding: 0px;}

body
{
	background: #fff;
	color: #666;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

p{padding: 5px 10px;}
a{color: #0b83bb; text-decoration: underline;}
a:hover{color: #0b83bb; text-decoration: none;}
.highlight{color: #0b83bb; font-weight: bold;}
.flag{margin: 15px 0px;}
.box
{
	background: #fff;
	text-align: center;
}

h1
{
	color: #000;
	font-size: 13px;
	padding: 10px 10px 5px 10px;
}
h2
{
	color: #fff;
	font-size: 13px;
	padding: 10px 10px 5px 10px;
}
h3
{
	color: #0b83bb;
	font-size: 12px;
	padding: 10px 10px 5px 10px;
}
.split_left{border-right: solid 1px #0b83bb; float: left; width: 49%;}
.split_right{float: right; width: 49%;}
p span, li span{background: #0b83bb; color: #fff; font-weight: bold; padding: 1px 2px; border: solid 1px #0000cc;}

#wrapper
{
	margin: 10px auto;
	position: relative;
	width: 700px;
}

#wrapper #logo
{
	background: #fff url(images/logo.jpg) no-repeat;
	border-bottom: solid 10px #fff;
	height: 100px;
	text-align: right;
	width: 700px;
}
#wrapper #logo h1{color: #0b83bb; font-size: 22px; padding:25px 0px 0px 0px;}
#wrapper #logo h2{color: #666; font-size: 13px; padding: 0px;}

#wrapper #header
{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 700px;
}

#wrapper #menu
{
	background: #0b83bb;
	border-top: solid 2px #fff;
	color: #6eb3d3;
	height: 35px;
	line-height: 35px;
	width: 700px;
}

#wrapper #menu li
{
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#wrapper #menu li a{
	background-color: inherit;
	color: #6eb3d3;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 10px;
	text-decoration: none;

}

#wrapper #menu a:hover, #wrapper #menu .active
{
	background: inherit;
	color: #fff;
	text-decoration: none;
}

#wrapper #left
{
	border-top: solid 2px #fff;
	float: left;
	width: 500px;
}

#wrapper #left ul{list-style-type: none; margin: 5px 10px;}

#wrapper #left ul li
{
	background: transparent url(images/doc.gif) no-repeat 0px 4px;
	padding-left: 10px;
	margin-top: 6px;
}

#wrapper #right
{
	background: #0b83bb;
	border-top: solid 2px #fff;
	color: #7fcef3;
	float: right;
	width: 200px;
}

#wrapper #right a{color: #fff;}

#wrapper #right ul{list-style-type: none; margin: 5px 10px 10px 10px;}

#wrapper #right ul li
{
	background: transparent url(images/arrow.gif) no-repeat 0px 5px;
	padding-left: 15px;
	margin-top: 6px;
}

#wrapper #footer
{
	border-bottom: solid 10px #fff;
	border-top: solid 10px #fff;
	clear: both;
	text-align: center;
	width: 700px;
}

#wrapper #footer p
{
	padding: 5px 0px 0px 0px;
}
