html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

h1 {
	background-color: #292929;
	color: #99cc00;
	margin-top: 5px;
	padding-left: 5px;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

h2, h4 {
	margin-top: 5px;
	color: #993333;
}

h3, h5 {
	margin-top: 5px;
	color: #336699;
}

h6 {
	margin-top: 5px;
}

hr {
	background-color: #292929;
	border: 0px;
	color: #292929;
	height: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 90%;
}

fieldset {
	border: 0px;
	margin-bottom: 10px;
	padding: 5px;
}

fieldset fieldset {
	border-color: #292929;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

legend {
	color: #000000;
}

input {
	font-size: 12px;
}

label, input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

textarea {
	font-size: 12px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

input[type="submit"], input[type="button"], input[type="checkbox"], input[type="radio"] {
	width: auto;
}

input[type="hidden"] {
	display: none;
	visibility: hidden;
}

code {
	font-family: "Consolas", "Monaco", monospace;
}

pre {
	font-family: "Consolas", "Monaco", monospace;
}

br {
	clear: left;
}

table {
	border-collapse: collapse;
	border-color: #000000;
	border-spacing: 2px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	margin-left: 10px;
}

table th {
	background-color: #99cc00;
	border-color: #000000;
	border-style: inset;
	border-width: 1px;
	padding: 3px;
}

table td {
	background-color: #ffffff;
	border-color: #000000;
	border-style: inset;
	border-width: 1px;
	padding: 3px;
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	background-image: url("../images/headerback.png");
	background-repeat: repeat-x;
	height: 100px;
	max-height: 100px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.logo {
	border: 0px;
}

#menu {
	bottom: 4px;
	color: #ffffff;
	left: 220px;
	position: absolute;
	width: 50%;
}

#menu ul {
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
}

#menu ul li {
	border: none;
	display: inline;
	font-size: 24px;
	margin-left: 5px;
	padding-right: 5px;
}

#menu a {
	color: #cccccc;
	text-decoration: none;
}

#menu a:visited {
	color: #cccccc;
}

#menu a:hover {
	color: #cccccc;
}

.menuImage {
	border: 0px;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: -6px;
}

#body {
	padding: 10px;
	padding-bottom: 30px;
	padding-top: 5px;
}

.content {
	background-color: #e0e0e0;
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.content img {
	background-color: #ffffff;
	border-color: #292929;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

.twoColumns {
	width: 100%;
	margin-bottom: 5px;
}

.leftColumn {
	display: inline;
	float: left;
	width: 50%;
}

.leftContent {
	background-color: #e0e0e0;
	margin-right: 5px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.rightColumn {
	float: right;
	width: 50%;
}

.rightContent {
	background-color: #e0e0e0;
	margin-left: 5px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#footer {
	background-color: #292929;
	bottom: 0px;
	color: #ffffff;
	height:	30px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;	

	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer p {
	font-size: 11px;
	margin: 0px;
}

#footerLeft {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}

#footerRight {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 8px;
}

.clearFix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}