/* CSS Document */

body {
	background-color: #1C2C47;
	color: #fff;
	margin-top: 20px;
	font: 12px 'trebuchet ms', sans-serif;
}

a:link, a:visited {
	color: #E4E876;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	background: #2D4D87 url(../images/index_08.jpg) bottom right no-repeat;
	text-align: left;
	padding: 20px;
}

h1 {
	font: 14px georgia, serif;
	font-weight: bold;
	color: #E4E876;
}

h2 {
	font: 14px georgia, serif;
	font-weight: bold;
	color: #E4E876;
}

h3 {
	font: 12px verdana, sans-serif;
	font-weight: bold;
	color: #fff;
}

#content img {
	border: 1px solid #fff;
}

#topbar {
	background: url(../images/index_06.jpg) top left repeat-x;
	padding-left: 18px;
}

#leftbar {
	background: #21365B url(../images/index_07.jpg) top left repeat-y;
	color: #E4E876;
	text-align: left;
}

#leftbar img {
	margin-right: 10px;
}

#leftbar ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}

#leftbar li {
	padding: 5px;
}

#subnav{
	margin-left: 10px;
	font-weight: normal;
	padding: 0px;
}

#subnav a, #subnav a:visited {
	font-weight: normal;
}

#leftbar a:link, #leftbar a:visited {
	font-weight: bold;
	text-decoration: none;
}	

#leftbar a:hover {
	color: #fff;
}
