@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li   {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #0C0651;
}
#wrapper {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#logo {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
#header {
	background-image: url(grafx/headerback.jpg);
	height: 100px;
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#upnav {
	float: right;
	width: 600px;
	height: 45px;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
	font-size: 70%;
}
#upnav a {
	color: #707089;
	text-decoration: none;
}
#nav {
	float: right;
	width: 610px;
	padding-top: 10px;
	color: #FFFFFF;
}

#nav ul {
	font-size: 85%;
	font-weight: bold;
	list-style-type: none;
	padding-top: 4px;
}
#nav li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	text-decoration: underline;
}



#blackbar {
	background-image: url(grafx/idexbluebar.jpg);
	height: 54px;
	width: 910px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 90%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#lowercontent {
	margin: 20px;
	font-size: 80%;
}
#lowercontent p {
	padding-bottom: 10px;
}
#lowercontent h3 {
	color: #4A4487;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B9BBC5;
	margin-top: 10px;
	font-size: 17px;
}
#lowercontent ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#lowercontent li {
	padding-bottom: 5px;
}




#footer {
	color: #A5A3C9;
	font-size: 65%;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#footer a {
	color: #7A76AD;
	text-decoration: none;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#lowercontent a {
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#blackbar h1 {
	font-size: 24px;
}
