@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	background-color: #1B1A78;
}
.header {
	background-image: url(images/header.jpg);
	background-position: center top;
	height: 240px;
	background-repeat: no-repeat;
}
.nav {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.nav a:hover {
	color: #FFF;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.nav a:link, .nav a:active, .nav a:focus, .nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.tableborder {
	border: 1px solid #5857A7;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	width: 740px;
	line-height: 18px;
}
.main a:hover {
	color: #000;
	text-decoration: underline;
}
.main a:link {
	text-decoration: none;
	color: #009;
}
.main a:active {
	text-decoration: none;
	color: #009;
}
.main a:visited {
	text-decoration: none;
	color: #009;
}
.textsmall {
	font-size: 10px;
}

.sidebar {
	background-image: url(images/sidebarbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #5857A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
.main img {
	text-align: center;
}

.sidebar a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.sidebar a:link, .sidebar a:active, .sidebar a:focus, .sidebar a:visited {
	color: #1B1A78;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1B1A78;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
.copyright a:hover {
	color: #5857A7;
	text-decoration: none;
}
.copyright a:link, .copyright a:active, .copyright a:focus, .copyright a:visited {
	color: #999;
	text-decoration: none;
}
.sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
.main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1A1B78;
	text-align: left;
}

#navigation {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 180px;
	text-indent: 10px;
} 
#navigation li {
	border-bottom: 0px solid #6C5735;
	height: 25px;
} 
#navigation li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B1A78;
}
#navigation li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B1A78;
	background-color: #FFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1B1A78;
}
