html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	background-image:url(../images/bg.gif);
	background-position:center top;
}
#container{
	width:100%;
	height:100%;
	background-image:url(../images/indexbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#innerContainer{
	margin: 0 auto;
	width: 1009px;
}
#leftColumn{
	width:212px;
}
#nav{
	margin-left:3px;
	margin-top:2px;
	width:709px;
	height:23px;
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
}
#nav a{
	color:#ffffff;
	outline:none;
}
#nav a:link {
	color:#ffffff;
	text-decoration:none;
}
#nav a:visited {
	color:#ffffff;
	text-decoration:none;
}
#nav a:hover {
	color:#ffffff;
	text-decoration:none;
}
#nav a:focus {
	color:#ffffff;
	text-decoration:none;
}
#nav a:active {
	color:#ffffff;
	text-decoration:none;
}
.navOn{
	font-weight:bold;
}
.smaller{
	font-size:11px;
}
.underline{
	text-decoration:underline;
}
.right{
	float:right;
}
.left{
	float:left;
}
#flash{
	padding-top:29px;
}
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer a{
	color:#000000;
	outline:none;
	width:100%;
}
#footer a:link {
	color:#000000;
	text-decoration:none;
}
#footer a:visited {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
}
#footer a:focus {
	color:#000000;
	text-decoration:none;
}
#footer a:active {
	color:#000000;
	text-decoration:none;
}
#links{
	padding-top:20px;
	text-align:center;
	margin:0 15px;
}
