@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #000049;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

div {
	position: relative;
	height: auto;
}

img, a img {
	border: none;
}

a {
	text-decoration: none;
}

h1 {
/*	color: #fea100; */
/*	color: #ff7e00; */
	color: #000048;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 5px;
}

h2 {
	color: #000048;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	padding: 5px 0px;
}

.subcontent ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 3px 0px 5px 0px;
}

.subcontent li {
	margin-left: 1.5em;
	padding: 2px 0px;
}

h1 a {
	color: #000048;
}

h1 a:link {
	color: #000048;
}

h1 a:hover, {
	color: #202070;
}

h1 a:visited, {
	color: #000048;
}



p a, li a {
	color: #ffffff;
}

p a:link, li a:link {
	color: #ffffff;
}

p a:visited, li a:visited {
	color: #ffffff;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftimg {
	float: left;
	margin: 0px 10px 10px 0px;
}

.rightimg {
	float: right;
	margin: 0px 10px 10px 0px;
}

.leftcolumn, .subcontent {
	left: 40px;
	position: absolute;
	top: 145px;
	text-align: justify;
}

.panel01, .panel02, .panel03 {
	position: absolute;
	width: 130px;
	top: 150px;
	padding: 10px;
	text-align: justify;
}

.panel01 h2 a, .panel02 h2 a, .panel03 h2 a {
	color: #000080;
}

.panel01 h2 a:link, .panel02 h2 a:link, .panel03 h2 a:link {
	color: #000080;
}

.panel01 h2 a:visited, .panel02 h2 a:visited, .panel03 h2 a:visited {
	color: #000080;
}

.panel01 h2 a:hover, .panel02 h2 a:hover, .panel03 h2 a:hover {
	color: #0000a0;
}


.leftcolumn {
	width: 190px;
}

.subcontent {
	width: 700px;
}

.panel01 {
	left: 255px;
}

.panel02 {
	left: 425px;
}

.panel03 {
	left: 595px;
}

.subcontent .leftpanel {
	float: left;
	width: 330px;
}

.subcontent .rightpanel {
	float: right;
	width: 330px;
}

#mainpage,  #mainsubpage, #longpage{
	width: 780px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	background-color: #5c5cb8;
}

#mainpage,  #mainsubpage {
	height: 432px;
}

#mainpage {
	background-image: url(images/mainpage.png);
}

#mainsubpage, #longpage {
	background-image: url(images/mainsubpage.png);
}

#longpage {
	padding-bottom: 10px
}

#longpage .subcontent {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px 15px 10px 15px;
	padding: 0 15px 5px 15px;
	background-color:#d8d8fe;
	width: 720px;
}

#pageheader {
	width: 780px;
	background-image: url(images/header.png);
	height: 120px;
}

#pagetitle {
	position: absolute;
	height: 39px;
	width: 362px;
	left: 32px;
	top: 30px;
}

#pagemenu {
	width: 350px;
	position: absolute;
	top: 30px;
	right: 10px;
	color: #d7d7fd;
}

#pagemenu ul {
	list-style-type: disc;
	float: left;
	width: 170px;
	list-style-position: outside;
	list-style-image: url(images/dot.gif);
	vertical-align: middle;
}

#pagemenu li {
	font-weight: bold;
	font-size: 1.3em;
	font-variant: small-caps;
	margin-bottom: 10px;
}

#pagemenu p {
	font-weight: bold;
	font-size: 1.3em;
	font-variant: small-caps;
	text-align: right;
	margin-right: 10px;
	color: #ffbf00;
}

#pagemenu a {
	color: #d7d7fd;
}

#pagemenu a:focus {
	color: #d7d7fd;
}

#pagemenu a:hover {
	color: #bebefd;
}

#footer {
	color:#CCCCCC;
	text-align:center;
	font-size: 0.8em;
}

#footer a {
	color: #CCCCCC;
}

#footer a:focus {
	color: #CCCCCC;
}

#footer a:hover {
	color: #aaaaaa;
}

