@CHARSET "UTF-8";

/*-----------------------------------
        LAYOUT STYLES
-----------------------------------*/

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background: #FFFFFF url('../images/bg.jpg') top center no-repeat;
}

form ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

form ul li {
	margin: 10px 0;
}

.textbox {
	width: 250px;
}

#page {
    width: 965px;
    margin: 0 auto;
}

#header {
	position: absolute;
    top: 0;
    height: 143px;
    width: 965px;
    margin: 0;
    background: url('../images/header-bg.gif') top center no-repeat;
}

#header ul {
	list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#header li {
    margin: 3px 15px 0 0;
    padding: 0;
    float: left;
    position: relative;
}

#sidebar {
	width: 205px;
	height: 100%;
	float: left;
}

#mainstage {
    margin: 0 0 0 25px;
	width: 698px;
    float: left;
}

#footerleft {
    height: 28px;
    width: 100%;
    margin: 20px 0 10px 0;
    background: #dedfc8;
}

#footerright {
    height: 28px;
    width: 100%;
    margin: 20px 0 10px 0;
    background: #aaad75;
}

#content {
	height: 100%;
	margin: 145px 0 0 0;
}

.clear {
	clear: both;
}

.submenuheader {
    margin: 5px 0;
}

.submenucurrent {
    margin: 5px 0;
}

.submenulink {
    margin: 5px 0;
}

/*-----------------------------------
        TYPOGRAPHY STYLES
-----------------------------------*/

body {
    font-size: 62.5%;
    font-family: Verdana, Tahoma, sans-serif;
    color: #000000;
}

h1 {
    font-size: 1.8em;
    font-family: Georgia, "Times New Roman", serif;
    color: #aaad75;
    margin: 5px 0;
}

h2 {
    font-size: 1.8em;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    color: #aaad75;
    margin: 5px 0;
}

h3 {
	font-size: 1.4em;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    color: #aaad75;
    margin: 0 0 5px 0;
}

h4 {
    font-size: 1.6em;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    color: #aaad75;
    margin: 0 0 5px 0;
}

p {
    font-size: 1.2em;
}

a {
	color: #003366;
}

#content li {
	font-size: 1.2em;
}

#header ul a {
    color: #000000;
    text-decoration: none;
    font-size: 1.1em;
}

#header ul a:hover {
    color: #003366;
    text-decoration: underline;
}

#notfound {
	text-align: center;
    color: #990000;
}

.submenuheader a {
    font-size: 1.4em;
    font-family: Georgia, "Times New Roman", serif;
    text-decoration: none;
    color: #aaad75;
    margin: 5px 0;
}

.submenuheader a:hover {
    text-decoration: underline;
}

.submenucurrent {
	font-size: 1.0em;
	font-style: italic;
    font-family: Verdana, Tahoma, sans-serif;
    text-decoration: none;
    color: #666666;
}

.submenulink a {
	font-size: 1.0em;
    font-family: Verdana, Tahoma, sans-serif;
    text-decoration: none;
    color: #000000;
}

.submenulink a:hover {
    text-decoration: underline;
}

.error {
    color: #FF0000;
}