body {
	text-align: center;
	font-family: Tahoma, Arial;
	background-color: #E2E2E2;
	background-image: url(http://speeddog.com/img/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	cursor: default;
}
p, div, td {
	font-size: 11px;
	text-align: left;
}
h1 {
	font-size: 14px;
	color: #009FF0;
}
li {
	color: #1E6787;
}
strong {
	color: #1E6787;
}
#container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header {
	position: relative;
	clear: both;
	float: none;
	text-align: center;
}
#menu {
	width: 172px;
	float: left;
	position: relative;
}
#navSelect {
	width: 172px;
	font-size: 11px;
	font-weight: bold;
	color: #1E6787;
	background-color: #C0FF00;
	text-indent: .3em;
	margin-top: 1px;
	border: 0px none;
}
#content {
	width: 550px;
	float: right;
	position: relative;
	margin-top: 1em;
	padding-right: .5em;
	padding-left: .5em;
}
#footer {
	position: relative;
	width: 98%;
	clear: both;
	float: none;
	margin-top: 2em;
	text-align: left;
	font-size: 9px;
	color: #1E6787;
	background-image: url(http://speeddog.com/img/ftr_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #E2E2E2;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}
#applyL {
	font-size: 11px;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: .8em;
	padding-bottom: .8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1E6787;
}
.menuL {
	font-size: 11px;
	text-align: left;
	text-indent: .5em;
	display: block;
	width: 100%;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: .8em;
	padding-bottom: .8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}
a.menuL:link {
	color: #1E6787;
	text-decoration: none;
	background-color: #C0FF00;
}
a.menuL:visited {
	color: #1E6787;
	text-decoration: none;
	background-color: #C0FF00;
}
a.menuL:hover {
	color: #C0FF00;
	text-decoration: none;
	background-color: #1E6787;
}
a.menuL:active {
	color: #C0FF00;
	text-decoration: none;
	background-color: #1E6787;
}
.title {
	text-align: left;
	padding: .5em;
	margin-bottom: 1em;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
a:link {
	color: #1E6787;
	text-decoration: underline;
}
a:visited {
	color: #1E6787;
	text-decoration: underline;
}
a:hover {
	color: #C0FF00;
	text-decoration: underline;
}
a:active {
	color: #C0FF00;
	text-decoration: underline;
}
.inputTITLE {
	font-weight: bold;
	color: #007CBD;
	text-align: right;
}
.input {
	font-size: 11px;
	color: #1E6787;
	background-color: #F0F0F0;
	width: 200px;
	border: 0px none;
}
