/* BASIC HTML ATTRIBUTES */
body {
background: #C0CDE4;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em; 
margin: 0; 
padding: 0;
font-style: normal;
}
a {
font-weight: normal; 
color: #003093; 
text-decoration: underline;
font-weight: bold;
}
a:hover {  
color: #f90; 
text-decoration: none;
}
em {
color: #f90;
font-weight: bold;
font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
font-family: Courier, monospace; 
color: #003093;
}
h1 {  
font-size: 1.3em;
background: #f90;
border-top: 1px solid #003093;
border-bottom: 1px solid #003093;
}
h2 {  
font-size: 1.3em; 
border-bottom: 1px solid #003093;
}
h3 {  
font-size: 1.2em; 
}
h4 {
font-size: 1.1em;
}

/* LAYOUT RELATED */
#header {
position: absolute;
top: 0px;
height: 90px;
left: 0px;
width: 100%;
margin: 0;
padding: 0;
background: #003093;
background: url(images/css_header_bg.jpg) repeat-x;
display: inline-block;
}
@media screen {
body>div#container div#header {
	position: fixed;
}
}
#header img {
position: absolute;
top: 0px;
left: 0px;
width: 155px;
height: 64px;
}
#header span {
position: absolute;
right: 0px;
top: 0px;
margin-top: 45px;
margin-right: 10px;
color: #fff;
font-family: Courier, monospace;
font-size: 12px;
height: 42px;
overflow: hidden;
white-space: nowrap;
width: 330px;
}
#header span em {
color: #f90;
font-family: Notepad, cursive;
font-weight: bold;
}
#container {
background: #F1F5FF;
margin: 0;
padding: 0;
line-height: 1em; /* FUCK YOU Internet Explorer */
}
#sidebar {
float: left;
padding-top: 135px;
width: 180px;
padding-bottom: 20px;
text-align: center;
display: inline;
}
#content {
margin-left: 185px;
margin-right: 5%;
padding-top: 100px;
padding-bottom: 20px;
font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
font-size: .9em;
color: #003093;
line-height: 1.7em;
text-align: justify;
}
#content ul {
list-style-position: inside;
list-style-type: square;
list-style-image: url(images/css_bullet.gif);
margin: 0;
padding: 0;
text-indent: -2.0em;
padding-left: 2.5em;
}
#footer {
clear: both;
left: 0;
bottom: 0;
width: 100%; 
height: 100%;
margin: 0;
padding: 0;
background: #C0CDE4;
border-top: 2px solid #5476C0;
height: 20px;
} 
#footer p, #footer p a {
font-size: 10px; 
font-weight: normal; 
margin: 0.5em 0 1em 2em; 
padding: 0; 
bottom: 0px;
text-align: center;
font-weight: bold;
color: #003093;
}

/* NAVIGATION BUTTONS */
#navcontainer {
position: absolute;
height: 20px;
top: 62px;
left: 0px;
padding: 0;
margin: 0;
width: 100%;
background: #5476C0;
border-top: 2px solid #C0CDE4;
border-bottom: 2px solid #C0CDE4;
}
#navcontainer ul {
width: 500px;
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
display: inline;
}
#navcontainer ul li a {
background: #5476C0;
width: 78px;
height: 20px;
border-right: 2px solid #C0CDE4;
border-left: none;
padding: 0;
margin: 0 0 0 0;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
font: bold 11px/18px Verdana, lucida, sans-serif;
}
#navcontainer ul li a:hover {
color: #fff;
background: #003093;
}
#navcontainer a:active {
background: #f90;
color: #003093;
}
#navcontainer li#active a {
background: #f90;
color: #000;
height: 20px;
}

/* FORM RELATED */
fieldset {
_position : relative;  /* The underscore means only IE will see it */
_padding-top : 20px;   /* Stupid IE */
_display : block;
border: 2px solid #003093;
-moz-border-radius: 10px;
width: 450px;
background: #F1F5FF;
font-family: Courier, monospace;
}
legend {
_position : absolute;
_top : -12px;
_left: 10px;
color: #fff;
background: #f90;
border: 1px solid #003093;
padding: 3px 6px;
}
fieldset textarea, select {
	border: 1px solid #003093;
	color: #003093;
	background: #fff;
	padding: 0;
	font-size: 1em;
	width: 400px;
}
table input {
	border: 1px solid #003093;
	color: #003093;
	background: #fff;
	width: 220px;
}
#form_submit {
	font-family: Courier, monospace;
	width: 150px; 
	padding: 2px;
	border: 1px solid #003093;
	background: #003093;
	color: #fff;
}
.form_label {
color: #000;
line-height: 2em;
}
.form_submit_hover {
cursor: hand;
background: #003093;
color: #fff;
}
.form_left {
float: left;
}
.form_right {
float: right;
}
.form_bullet {
list-style-image: url(images/css_bullet.gif)
}

/* OTHER */
.type {
font-family: Courier, monospace;
font-size: 14px;
}
.button {
text-decoration: none;
font-weight: bold;
font-family: "Lucida Sans", Verdana, Arial, sans-serif; 
font-size: 14px; 
float: right;
display: block;
padding: 5px 5px 5px 5px;
border: 2px solid #f90;
background: #003093;
color: #fff;
}
img.hover {
border: 3px dashed #f90;
}
img.normal {
border: 0;
}
.note {
margin: 10px;
padding: 5px;	
border: 1px dotted #003093;
font-size: 1em;
font-family: Courier, monospace;
background: #ffc;
}

