html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/mainbg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #4797D2;
	height: 100%;
}

#main {
	width: 100%;
	height: 100%;
}

.welcome {
	background-image: url('images/topbg.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}

.topnav {
	background-color: #000;
}

.tabs {
	background-image: url('images/tabsbg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

#leftnav-left {
	vertical-align: top;
	background-image: url('images/leftnavbg-bottomleft.jpg');
	background-repeat: repeat-y;
}

#leftnav-right {
	vertical-align: top;
	background-image: url('images/leftnavbg-bottomright.jpg');
	background-repeat: repeat-y;
}

#leftnav {
	vertical-align: top;
	background-color: #000;
}

#leftnav table {
	margin-top: 10px;
}

#leftnav td {
	padding: 10px 5px 10px 20px;
}

#leftnav a:link, #leftnav a:visited {
	text-decoration: none;
	font-family: Helvetica, Arial, Sans Serif;
	color: #f7b02c;
	font-size: 13px;
	font-weight: bold;
}

#leftnav a:hover {
	color: #e5781e;
}

td.current {
	background-color: #e5781e;
	border-color: #a75416;
	border-width: 2px 0px;
	border-style: solid;
}

#leftnav td.current a:link, #leftnav td.current a:visited {
	color: #000;
}

#content {
	vertical-align: top;
	text-align: left;
	font-family: Helvetica, Arial, Sans Serif;
	color: #fff;
	font-size: 13px;
	line-height: 1.4em;
}

#content a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#content a:visited {
	color: #c1d7e6;
	text-decoration: none;
	border-bottom: 1px solid #c1d7e6;
}

#content a:hover {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

h1 {
	color: #f7b02c;
	font-size: 15px;
	margin: 1em auto 0em auto;
}

h2 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 1em auto 0em auto;
}

p {
	text-align: justify;
	margin: 0em 8px 2em auto;
}

.floatright {
	width: 200px;
	padding: 8px;
	float: right;
	margin: 15px 8px 1em 1em;
	background-color: #9dc3de;
	border-width: 1px;
	border-color: #bde3ee #14517a #14517a #bde3ee;
	border-style: solid;
}

.floatright * {
	color: #000;
}

.floatright p {
	margin: 0em 0em 2em auto;
}

.floatright h1 {
	margin-top: 0px;
}
