/**
* CSS-Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fielfset, form, label, legend, input, button, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	font-size:100.01%;
	height: 100%;
}

body {
	background:#01005d;
	color:#01005d;
	height: 100%;
	font-size:0.75em;
	font-family:arial, verdana, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	clear:left;
}

a {
	color:#3533ff;
}

em, .note {
	font-style:italic;
}

.floatLeft {
	float:left;
	margin-right:1.5em;
}

.blockLeft {
	float:left;
	width:20.833em;
}

.blockRight {
	margin-left:22.333em;
}

.clearer {
	clear:both;
}

#wrapper {
	width:76em;
	margin:0 auto;
	padding-bottom:0.5em;
	text-align:left;
}

#mainMenu li {
	float:left;
	background:#ffcf00;
	display:block;
}

#mainMenu {
	background:#01005d;	
	height:2.5em;
	margin:0;
}

#mainMenu a {
	color:#01005d;
	text-decoration:none;
	line-height:2.5em;
}

#mainMenu a {
	display:block;
	padding:0 2em;
}

#mainMenu .current a, #mainMenu a:hover{
	background:#fcfcff;
	color:#01005d;
}

#mainMenu .current a {
	font-weight:bold;
}

#content {	
	background:#fcfcff;
	padding:3em 4em 1.5em 2em;
	clear:left;
	min-height:40em;
}

#content a:hover {
	background:#ffcf00;
	color:#01005d;
	text-decoration:none;
}

h1 {
	background:#01005d;
	font-size:3em;
	font-weight:bold;
	line-height:3em;
}

h1 a {
	color:#ffcf00;
	text-decoration:none;
}

h2 {
	font-size:1.5em;
	margin:0 0 1em 0;
}

h3 {
	background:#01005d;
	color:#ffcf00;
	font-size:1.166em;
	margin:0 0 1.285em 0;
	padding:0.214em 0.428em;
}

h4 {
	font-size:1em;
	margin:0 0 1.5em 0;
}

p {
	line-height:1.5em;
}

p, ul {
	margin:0 0 1.5em 0;
}

ul {
	list-style:square inside;
}

#footer {
	background:#ffcf00;
	color:#01005d;
	clear:left;
	padding:0.5em 2em;
}

#footer p {
	margin-bottom:1.5em;
}

#footer a {
	color:#01005d;
	text-decoration:none;
}

#footer a, #footer span {
	margin-right:.5em;
	padding-right:.5em;
}

#footer span {
	border-right:1px solid #01005d;
}

/* forms */
form div {
	margin-bottom:1.5em;
}

fieldset {
	border:1px solid #01005d;
	padding:1.5em 0.5em 1.5em 1.5em;
	margin-bottom:1.5em;
}

legend, #submit {
	background:#01005d;
	color:#ffcf00;
	font-weight:bold;
}

legend {
	padding:0.25em 1.5em;
}

label, form h4 {
	display:block;
	font-weight:bold;
	margin-bottom:0.25em;
}

label:hover, #submit:hover {
	cursor:pointer;
}

input, textarea {
	font-family:arial, verdana, sans-serif;
	font-size:1em;
}

input {
	width:30em;
}

textarea {
	width:50em;
}

input, select, textarea {
	background:#ffcf00;
	border:1px solid #01005d;
	color:#01005d;
	padding:0.083em;
}

input.radio {
	background:none;
	border:none;
	padding:0;
}

input.radio, label.radio {
	display:inline;
	width:auto;
}

label.radio {
	margin-right:1em;
}

.error, .success {
	font-weight:bold;
}

.error {
	color:red;
}

.success {
	color:green;
}

/* downloads */
#downloads a {
	margin-right:0.5em;
}

#downloads li {
	margin-bottom:1.5em;
}
