body {
	background-color: #6699CC;
}
.outerwrapper {
	margin-top: 12px;
	width: 820px;
	font-family: Arial;
	font-size: 75%;
	background-image: url(layout/main-bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
.topheader {
	width: 820px;
	height: 118px;
	background-image: url(layout/header-bg-logo-red.gif);
	background-repeat: no-repeat;
	background-position: top;
}	
.left {
	width: 200px;
	float: left;
	text-align: left;
}
.right {
	width: 200px;
	float: left;
	text-align: right;
	padding-top: 7px;
	color: #727070;
}
.content {
	width: 400px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	line-height: 15px;
	color: #727070;
}
.content a:link {
	color: #888;
	text-decoration: underline;
	}
.content a:visited {
	color: #888;
	text-decoration: underline;
	}	
.content a:hover {
	color: #83003D;
	text-decoration: none;
	}
.content a:active {
	color: #83003D;
	text-decoration: none;
	}
h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 200%;
	color: #6699CC;
	padding: 38px 0 0 33px;
}
h2
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 130%;
	color: #6699CC;
	margin-bottom: 1px;
}
.clear {
	clear: both;
}
.footerbar {
	width: 820px;
	height: 30px;
	background-image: url(layout/footer-bg.gif);
	background-repeat: no-repeat;
}
.topmenu {
	width: 820px;
	text-align: left;
	overflow: hidden;
	z-index: 2;
	font-size: 11px;
}
.textindent {
	margin-right: 18px;
	margin-left: 18px;
}
.rightobjectfloat {
	float: right;
}
select {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.buttonStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #6699FF;
	border: 1px solid #000000;
	font-size: 11px;
}
.pixborder {
	border: 1px solid #585DC5;
}
.errortext {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	color: #FF0000;
}
.leftobjectfloat {
	float: left;
	width: 160px;
}
/*Navigation */

ul.nav {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	font-size: 100%;
	list-style-type: none;
	text-align: left;
	line-height: 28px;
	margin: 0;
	padding: 0;
		}
li.nav a:link {
	background-image: url(layout/link-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 18px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	}
li.nav a:visited {
	background-image: url(layout/link-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 18px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	}
li.nav a:hover {
	background-image: url(layout/link-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 18px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #6699CC;
	text-decoration: none;
	}
li.nav a:active {
	background-image: url(layout/link-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 18px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #6699CC;
	text-decoration: none;
	}
	
/* --------------------------- */	
	
label {
	color: #666;
	float: left;
	width: 100px;
	text-align: left;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-top: 2px;
}
.floatl {
	float: left;
}
.list {
	list-style-type: disc;
	margin-left: -24px;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	} 