body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #001223;
	background-position: center top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #000000;
}

a{
	text-decoration: underline;
	color: #0073df;
}
a:hover{
	color: #48a7ff;
	text-decoration: underline;
}
a:visited{
	color: #0073df;
	text-decoration: underline;
}

#footer a{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

#date {
	margin-top: 0px;
	width: 723px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}
#container {
	margin-top: 0px;
	width: 723px;
	background-color: #FFFFFF;
	background-image: url(../images/bgContainer.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.header {
	margin-left: 40px;
	padding-top: 15px;
}
.content {
	margin-left: 40px;
	margin-top: 15px;
}
.contentLg {
	margin-left: 40px;
	margin-top: 15px;
	font-size: 1.1em;
	line-height: 1.4em;
}
#footer {
	width: 723px;
	height: 100px;
	font-size: .85em;
	line-height: 1.1em;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 0 12px 0px;
	background-color: #004b91;
	margin-bottom: auto;
}
#space {
	width: 723px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#sponsors {
	width: 723px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;

}
#sidebarMain {
	padding: 15px;
	border: 1px solid #a3d01e;
	background-color: #e6e6e6;
	float: right;
	margin-right: 40px;
	width: 280px;
}
#sidebarMain ul {
	list-style-type: dot;
	margin-left: -10px;
}
#sidebarSub {
	padding: 15px;
	border: 1px solid #a3d01e;
	background-color: #e6e6e6;
	float: right;
	margin-right: 40px;
	width: 192px;
	list-style-position: outside;
	list-style-image: url(../images/iconPaper.gif);
	list-style-type: none;
}
.imageRight {
	float: right;
	margin-right: 40px;
}.type9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
