* {
	padding: 0;
	margin: 0;
}

body {
	background: #CCC url('images/background.jpg');
	padding: 10px 10px 10px 10px;
	font-size: 0.9em;
	font-family: georgia, serif;
	color: #333;
}

a {
	color: #0099CC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container-large {
	border: solid 5px #FFF;
	background-color: #FFF;
	margin: 0 auto;
}

#container-small {
	border: solid 3px #FFF;
	background-color: #FFF;
	margin: 0 auto;
	width: 98%;
	min-width: 400px;
}

#header {
	width: 100%;
	background: #2B2B2B url('images/header.gif') repeat-x top left;
	margin-bottom: 2px;
	overflow: hidden;
}

#header .logo {
	float: left;
	padding-left: 1em;
	padding-right: 1em;
}

#header .logo a {
	display: block;
    padding: 112px 0 0 0;
    overflow: hidden;
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
    height: 0px !important;
    height: 112px;
	width: 66px;
}

#header .title {
	padding: 2em;
	float: left;
}

#header .title h1 {
	font-size: 1.6em;
	color: #FFF;
	font-weight: bold;	
}

#header .title h2 {
	font-size: 1.4em;
	color: #CCC;
	font-weight: bold;	
}

#header .title h3 {
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;	
}

#navigation {
	height: 2.5em;
	line-height: 2.5em;
	background: #0099CC url('images/menu.gif') repeat-x top left;
	margin-bottom: 2px;
	overflow: hidden;
	color: #FFF;
}

#navigation li {
	float: left;
	list-style-type: none;
	border-right: 2px solid #FFF;
	white-space: nowrap;
	font-size: 0.9em;
}

#navigation li a {
	display: block;
	padding: 0 10px;
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
	color: #FFF;
}

#navigation .active {
	background: #0099CC url('images/active.gif') repeat-x top left;
	text-decoration: none;
	color: #FFF;
}

#navigation a:hover {
	background: #0099CC url('images/active.gif') repeat-x top left;
	text-decoration: none;
	color: #FFF;
}

#content {
	padding-top: 2em;
	background: #FFF url('images/border.gif') repeat-x top left;
	padding-bottom: 2em;
	font-size: 1em;
}

#content h1 {
	padding: 0.2em 0.2em 0.2em 0.2em;
	font-size: 1.5em;
	color: #000;
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 34px;
	background-image: url('images/h1.gif');
}

#content h2 {
	padding: 0.2em 0.2em 0.2em 0.4em;
	font-size: 1.2em;
	color: #000;
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 28px;
	background-image: url('images/h2.gif');
}

#content p {
	padding: 0.4em 0.4em 0.4em 0.6em;
	font-size: 1em;
	color: #000;
	text-align: justify;
}

#content input {
	display: block;
	width: 20em;
	float: left;
	margin-bottom: 0.2em;
}

#content label {
	display: block;
	width: 15em;
	float: left;
	margin-bottom: 0.2em;
	text-align: right;
	padding-right: 1em;
}

#content form {
	padding: 0.4em 0.4em 0.4em 0.6em;
}

#content form br {
	clear: left;
}

#content ul {
	padding: 0.4em 0.4em 0.4em 1em;
}

#footer {
	padding-top: 1.5em;
	background: #FFF url('images/border.gif') repeat-x top left;
	font-size: 0.8em;
	text-align: right;
}

.hidden {
    display: none;
}

.highlite {
    font-weight: bold;
}

#container .footer {
    color: #000;
    font-size: 0.6em;
    text-align: right;
}

#container .title {
    background: #0099CC url('images/header.gif') repeat-x top left;
    color: #FFF;
    font-size: 1em;
    text-align: left;
    font-weight: bold;
}

#container .subtitle {
    background: #0099CC url('images/menu.gif') repeat-x top left;
    color: #FFF;
    font-size: 1em;
    text-align: left;
    font-weight: bold;
}

#container table {
    background-color: #FFF;
}

#container td {
    color: #000;
    font-size: 0.9em;
    padding: 0.2em 0.2em 0.2em 0.2em;
}

#container ul {
    padding: 0.4em 0.4em 0.4em 1em;
}

#container .title a,
#container .subtitle a {
	color: #FFF;
	text-decoration: underline;
}

#container .title a:hover,
#container .subtitle a:hover {
    color: #FFF;
    text-decoration: none;
}

.legend {
	text-align: center;
	font-size: .8em;
}

.fancy {
	background-image: url('images/icon.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 2em;
	padding-top: .5em;
	padding-bottom: .5em;
}

.clearfix {
	display: block;
}
