@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
	background-color: #08498F;
}

ul {
    margin: 12px;
    padding: 0;
}

h1, h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #cacfe2;
}

h3, h4, h5, h6 {
    margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #aabbcc;
}

img {
    border:none
}

#page-container {
	width: 710px;
	margin: auto;
	margin-top: 5px;
	background-color: #FFFFFF;
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#menu {
	height: 40px;
	float: right;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	padding: 7px 10px 7px 16px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cacfe2;
}

#menu li a {
	text-decoration: none;
	color: #cacfe2;
}

#menu li a:visited {
	text-decoration: none;
	color: #cacfe2;
}

#menu li a:hover {
	color: #aabbcc;
}

#menu li a:active {
	text-decoration: none;
	color: #aabbcc;
}

#header {
	clear: both;
	height: 111px;
	background-color: #CCCCCC;
	background-image: url(header.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

.rbtop div {
    background: url(tl.gif) no-repeat top left;
	width: 100%;
    height: 7px;
    font-size: 1px;
}
.rbtop { 
    background: url(tr.gif) no-repeat top right;
	width: 100%;
    height: 7px;
    font-size: 1px;
}
.rbbot div {
    background: url(bl.gif) no-repeat bottom left;
	width: 100%;
    height: 7px;
    font-size: 1px;
}
.rbbot {
    background: url(br.gif) no-repeat bottom right;
	width: 100%;
    height: 7px;
    font-size: 1px;
}

.rbcontent { margin: 0 7px;
background: url(form.jpg) no-repeat;
}

#content {
	float: left;
	line-height: 18px;
	background-color: #FFFFFF;
	width: 460px;
}

#content .padding {
	padding: 25px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content ul {
	margin-top: 5px;
	text-indent: 15px;
	list-style-type: none;
}

#content li {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#content a {
	color: #000000;
}

#content a:visited {
	color: #000000;
}

#content a:hover {
	color: #aabbcc;
}

#content a:active {
	color: #aabbcc;
}

#content img {
	border: 3px solid #AABBCC;
	text-decoration: none;
}

#content a img {
    vertical-align:top;
}

#sidebar {
	width: 250px;
	float:right;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
}

#sidebar .padding {
	padding: 25px;
}

#sidebar p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#sidebar ul {
	text-indent: 10px;
	list-style-type: none;
}

#sidebar li {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#sidebar a {
	color: #000000;
}

#sidebar a:visited {
	color: #000000;
}

#sidebar a:hover {
	color: #DDDDDD;
}

#sidebar a:active {
	color: #DDDDDD;
}

#sidebar img {
	border: 1px solid #000000;
}

#footer {
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-top: 1px solid #EEEEEE;
	padding: 10px 25px;
	line-height: 18px;
	color: #DDDDDD;
	text-align: right;
	background: #2F6BD3 url(footer.gif);
	background-repeat: repeat-x;
}

#footer a {
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:visited {
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #ffffff;
}

#footer a:active {
	text-decoration: none;
	color: #ffffff;
}