* {
	margin: 0;
	padding: 0;
	border-width: 0;
}
body {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #AAAAAA;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	border-style: none;
	background-attachment: fixed;
}
#wrapper {
	background-color: white;
	text-align: left;
	position: relative;
	top: 0;
	bottom: 0;
	width: 760px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
}
#top-nav {
	background-color: #332A86;
	width: 100%;
	height: 24px;
	overflow: hidden;
}
#top-nav ul {
	width: auto;
	float: right;
	list-style-type: none;
	display: block;
	padding-top: 4px;
}
#top-nav li {
	font-size: 90%;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
#top-nav ul li a:link {
	color: #BBBBBB;
	text-decoration: none;
}
#top-nav ul li a:visited {
	color: #989999;
	text-decoration: none;
}
#top-nav ul li a:active, #top-nav ul li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.page {
	font-weight: bold;
	color: #FFFFFF;
}
#header {
	background-image: url(../images/head-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0;
	left: 0;
	width: 100%;
	height: 125px;
	overflow: hidden;
	clear: right;
	position: relative;
}
#header h1 {
	font-size: 100%;
	font-weight: 500;
	position: absolute;
	left: -9000px;
	visibility: visible;
	line-height: 150%;
}
#header h2 {
	color: #ffffff;
	font-size: 108%;
	font-weight: bold;
	line-height: 150%;
	position: absolute;
	top: 50px;
	font-family: Verdana;
	left: 350px;
	letter-spacing: 2px;
}
#pict-band {
	width: 100%;
	height: 110px;
	background-image: url(../images/nav-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#mid-nav {
	font-size: 93%;
	margin: 0;
	background-image: url(../images/nav-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
	padding-top: 5px;
	height: 22px;
}
#mid-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: right;
}
#mid-nav li {
	text-align: center;
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#mid-nav a {
	color: #332A86;
	text-decoration: none;
}
#mid-nav a:visited {
	color: #332A86;
	text-decoration: none;
}
#mid-nav li:hover {
	color: #FFFFFF;
	font-weight: bold;
}
#mid-nav a:active, #mid-nav li a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#content {
	left: 0;
	width: 460px;
	height: auto;
	float: left;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-left: 40px;
	line-height: 160%;
	color: #AAAAAA;
}
em {
	font-style: italic;
	color: #332A86;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 1px;
}
h3 {
	font-size: 110%;
	line-height: 140%;
	color: #A7A9AC;
	padding-bottom: 35px;
	letter-spacing: 1px;
}

#content h1 {
	color: #332A86;
	font-size: 120%;
	letter-spacing: 1px;
	padding-bottom: 8px;
}
#content h2 {
	color: #AAAAAA;
	font-size: 110%;
	padding-bottom: 8px;
	font-weight: 500;
	letter-spacing: 1px;
}
#content h2 a:link {
	color: #AAAAAA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #332A85;
	text-decoration: none;
}
#content h2 a:visited {
	color: #AAAAAA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #332A85;
	text-decoration: none;
}
#content h2 a:hover {
	color: #332A86;
	text-decoration: none;
	font-weight: bold;
}
#content p {
	padding-bottom: 8px;
}
#content a, #content a:link {
	color: #A7A9AC;
	text-decoration: underline;
}
#content p a:visited {
	color:#A7A9AC;
	text-decoration: none;
}
#content p a:active, #content p a:hover {
	color:#332A86;
	font-weight: bold;
	text-decoration: none;
}
#content ul {
	list-style-type: none;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}
#content li {
	list-style-position: inside;
	list-style-image: url(../images/dot.gif);
	list-style-type: none;
	padding-bottom: 3px;
}

#side {
	width: 220px;
	height: auto;
	float: left;
	padding-top: 30px;
	padding-bottom: 120px;
	padding-left: 20px;
	clear: left;
}

#side ul {
	list-style-type: none;
	color: #332A86;
}
#side li {
	padding-bottom: 8px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-top: 4px;
}

#side li a:link {
	color:#332A86;
	text-decoration: none;
	display: block;
	width: auto;
}
#side li a:visited {
	color:#332A86;
	text-decoration: none;
}

#side li a:active, #side li a:hover {
	color:#332A86;
	font-weight: bold;
	text-decoration: none;
}
.submit {
	background-image: url(../images/submit-over.jpg);
	height: 30px;
	width: 100%;
	color: #332A86;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
}
.quicklog {
	height: 20px;
	width: 99%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-top-width: 0px;
}



#footer {
	color: #332a86;
	font-size: 90%;
	background-color: #AEB0B3;
	text-align: center;
	height: 18px;
	clear: both;
	padding-top: 4px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/nav-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.fltleft {
	float: left;
}
.fltright {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

* html #wrapper {
	height: 1%; /* for IE/Win */
}
*>html #wrapper {
	he\ight: auto; /* for IE5/Mac */
}
