body, html {
	background-color: #96968d;
	margin: 0px;
	padding: 0px;
	height:100%;
}

#master{
	margin: 0 auto;
	min-height: 100%;
	width: 715px;
	background-color: #464646;
	}
	
/* IE-specific hack */
* html #master {
height: 100%;
}

#footer {
float:left;
	}

.content {
	background-color: #F2F3F4;
	width: 450px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	min-height: 100%;
}
.leftNav {
	float: left;
	background-color: #464646;
}
.blackBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.red {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A3100D;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.script {
	background-color: #F2F3F4;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
}
.script2 {
	background-color: #F2F3F4;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 35px;
	text-decoration: underline;
}
.titleBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

