/* Clearing of default styles */
* {
	padding: 0;
	margin: 0;
}
a img,:link img,:visited img { border:none }

:link,:visited { text-decoration:none }

ul, ol {
	list-style: none;
}

body {
	font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
	background-image: url(../img/head_bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-size: 90% !important;
	font-size: 80%;
	text-align: center;
}
#container {
	width: 70% !important;
	width: 700px;
	margin: 0 auto;
	min-width: 680px;
/*	background-image: url(../img/container.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: scroll;*/

}
#header {
	margin: 0 0 1.8em 0;
	width: 100%;
	height: 85px;
	text-align: left;
}
#navigation {
	width: 100%;
}
#navigation a {
	color: #80C9FF;
	font-weight: bold;
	font-size: .8em;
	line-height: 2em;
	display: block;
	float: left;
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	margin: 0 2em 0 0;
	padding-left: 3em;
}
#navigation a:focus, #navigation a:hover, #navigation a:active {
	color: #195C91;
	background-image: url(../img/link_hover.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#navigation a.here {
	color: #195C91;
	background-image: url(../img/link_hover.png);
	background-repeat: no-repeat;
	background-attachment: scroll;		
}
#navigation ul {
	text-align: left;
}
#navigation li {
	margin-top: 1em !important;
	margin-top: 0;
	display: inline;
}
#content {
	width: 70%;
	text-align: left;
	margin: 2em 1% 0 0;
	float: left;
}
#test {
	width: 90%;
	text-align: left;
	margin: 5em auto 0 auto !important;
	margin: 2em auto 0 auto;
	clear: both;
}
#sidebar {
	width: 185px;
	float: right;
	margin: 2em 0 0 0;
	border: dashed #82FFCA 1px;
	padding: .2em;
	height: auto;
	background-color: #F0FFF9;
	text-align: left;
}
h1, h2 {

	font-family: Georgia, serif;
	font-weight: normal;
	color: #9494FF;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
	color: #F0FFF9;
	width: 100%;
	background-color: #03854D;
	text-align: center;
}
#sidebar p {
	font-size: .8em;
	line-height: 1.4em;
	margin: 1em .5em;
}
label {
	display: block;
	margin-top: .5em;
	color: #2B2991;
	font-size: .8em;
	font-variant: small-caps;
}
fieldset {
	padding: 1em;
	text-align: left;
	border: 1px dashed #D2D1FF;
	margin-bottom: 1em;
}
input {
	border: 1px solid #2B2991;
	width: 200px;
}
input.radio {
	border: none;
	width: auto;
}
.mf {
	color: #2B2991;
	font-size: .8em;
	font-variant: small-caps;
}

legend {
color: #D2D1FF;
background-color: #fff;
margin : 0;
padding : 0.5em;
letter-spacing: .1em;
font-size: .8em;
}
acronym {
	border-bottom: 1px dotted #9494FF;
	cursor: help;
}
input_focus {
	border: 1px dashed #9494FF;
	background-color: #ECECFF;
}
.submit {
	background-color: #9494FF;
	color: #ECECFF;
	font-size: .8em;
	height: 2em;
}
.submit:hover {
	color: #9494FF;
	background-color: #ECECFF;	
}
#sidebar a {
	color: #03854D;
	text-decoration: underline;
	padding-bottom: 1px;
}
#sidebar a:focus, #sidebar a:hover, #sidebar a:active {
	border-bottom: 1px dashed #03854D;
	text-decoration: none;
}
#content p a {
	color: #195C91;
	padding-bottom: 1px;
}
#content p a:focus, #content p a:hover, #content p a:active {
	border-bottom: 1px solid #195C91;
}
#sidebar th {
	font-size: .8em;
	color: #03854D;
}
#sidebar td {
	font-size: .8em;
	border-top: 1px solid #03854D;
	padding: 3px 2px;	
}
#sidebar tr {

}
#sidebar table {
	width: 100%;
}
p.information {
	font-size: .8em;
	line-height: 1.6em;
	padding: 1em;
	width: 750px;
	margin: 0 auto 1em auto;
	border: 1px dotted #034C84;
	background-color: #F5F5F5;
}