body {
	background-color: #373838;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

h1{
	padding: 0px 0px 0px 0px;
	font-weight: none;
	font-size: 200%;
	color: #ED9517;
	}

h2{
	font-weight: none;
	font-size: 140%;
	color: #333399;
	}

p{
	line-height: 20px;
	font-size: 120%;
	}

span {
	line-height: 20px;
	font-size: 120%;
	}


.leftNavTable {
	width: 200px;
	height: 307px;
	border-bottom: 1px solid #ED9517;
	}

a.leftNav{
	padding-top:13px;
	height: 30px;
	font-size: 90%;   
	text-decoration: none;
	color: white;
	background-color:#373838;
	border-top: 1px solid #ED9517; 
	display: block;
	vertical-align: middle;
	text-align: center;
	}

a.leftNav:hover{
	padding-top:13px;
	height: 30px;
	font-size: 90%;   
	text-decoration: none;
	color: white;
	background-color: #94959b;
	border-top: 1px solid #ED9517; 
	display: block;
	vertical-align: middle; 
	text-align: center;
	}

.leftNavOver{
	padding-top:13px;
	height: 30px;
	font-size: 90%;   
	text-decoration: none;
	color: #373838;
	background-color: white;
	border-top: 1px solid #ED9517;
	display: block;
	vertical-align: middle; 
	text-align: center;
	}

a{
	font-size: 100%;   
	text-decoration: underline;
	color: #ED9517;
}

a:hover{
	font-size: 100%;   
	text-decoration: none;
}

.content{
	font-size: 70%;
	color: white;
	padding:20px;
	margin-top:10px;
	}

.tableFooter{
	font-size: 70%;   
	color: white;
	width: 863px;
	border-top: 1px solid #ED9517;
	padding-top:20px;
	padding-left:20px;
	padding-right: 20px;
	line-height: 16px;
}

a.footerLink {
	text-decoration: none;
	background-color: #373838;
	color: white;
	}

a.footerLink:hover {
	text-decoration: underline;
	}

.image {
	border-top: 1px solid #ED9517;
	border-bottom: 1px solid #ED9517;  
	}

/* Form*/

input
{
	width: 176px;	BORDER-RIGHT: #ED9517 1px solid;	BORDER-TOP: #ED9517 1px solid;
	FONT-WEIGHT: normal;	FONT-SIZE: 120%;	BORDER-LEFT: #ED9517 1px solid;	COLOR: black;
	BORDER-BOTTOM: #ED9517 1px solid;	FONT-FAMILY: Verdana;	BACKGROUND-COLOR: white;
}

input.button
{
	width: 88px;	BORDER-RIGHT: #ED9517 1px solid;	BORDER-TOP: #ED9517 1px solid;
	FONT-WEIGHT: normal;	FONT-SIZE: 120%;	BORDER-LEFT: #ED9517 1px solid;
	COLOR: white;	BORDER-BOTTOM: #ED9517 1px solid;	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #ED9517;	cursor: hand;
}

select
{
	BORDER-RIGHT: #ED9517 1px solid;	BORDER-TOP: #ED9517 1px solid;	FONT-WEIGHT: normal;
	FONT-SIZE: 120%;	BORDER-LEFT: #ED9517 1px solid;	COLOR: black;	BORDER-BOTTOM: #ED9517 1px solid
	FONT-FAMILY: Verdana;	BACKGROUND-COLOR: white;	width: 178px;
}

textarea
{
	BORDER-RIGHT: #ED9517 1px solid;	BORDER-TOP: #ED9517 1px solid;	FONT-WEIGHT: normal;	FONT-SIZE: 120%;
	BORDER-LEFT: #ED9517 1px solid;	COLOR: black;	BORDER-BOTTOM: #ED9517 1px solid;	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: white;	width: 250px;
}

#contentl{
	float: left;
	margin: 0px;
	width: 550px;
}