@import url("common.css");
@import url("menu.css");
body {
	background:url(../images/Page-BgSimpleGradient.jpg) repeat-x;
	background-color:#333;
}
html, body, th, td, p {
	color: #003;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: "Arial", "Helvetica", sans-serif;
}
#container {
/*	background:url(../images/container_bg.gif) bottom no-repeat #1e5ead; */
	background-color:#fff;
	position: relative;
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	height: auto !important;
	height: 525px;
	min-height: 525px;
	overflow:visible;
}
#header {
	position:relative;
	height:125px;
	width: 966px;
	background:url(../images/header.jpg) top left no-repeat #FFF;
}
#header .LogoHome {
	position:relative;
	float:left;
	top:13px;
	left:20px;
}
#header .headerStrap {
	position:absolute;
	top:55px;
	right:30px;
}
#menu {
	background:url(../images/nav.jpg) no-repeat;
	height:34px;
	width:966px;
	color:#FFF;
	position: relative;
	z-index: 200;
	margin: 0px;
	padding-top:2px;
}
#homeFlash {
	position:absolute;
	top:156px;
	left:0px;
}
#page {
	position:relative;
	font-size:13px;
	color:#003;
	padding-bottom:30px;
	padding-top:50px;
}
#home #page {
	width:854px;
	margin-left:55px;
}
#page ul {
	list-style:none;
	margin-left:0px;
}
#page ul li {
	background:url(../images/page_bullet.png) no-repeat 0px 4px;
	padding-left:13px;
}
#page h1 {
	margin-bottom:16px;
}
#randomDots {
	background:url(../images/random_dots.gif) no-repeat;
	width:81px;
	height:9px;
	display:block;
	position:absolute;
}
#home #randomDots {
	bottom:20px;
	left:465px;
}
/*image boxes */
#imageBox img {
	border:1px solid #FFF;
	margin-right:10px;
}
#home #imageBox {
	position:absolute;
	bottom:-10px;
	right:30px;
	z-index:100;
}
#footer {
	position:relative;
	background:url(../images/footer.jpg) no-repeat;
	height:80px;
	width:966px;
	margin-left: auto;
	margin-right: auto;
}
#footer ul {
	list-style:none;
	position:relative;
	top:50px;
	left:20px;
	padding:0px;
	margin:0px;
	width:650px;
}
#footer ul li {
	padding: 0px 15px 0px 14px;
	margin:0px;
	font-size:10px;
	color:#000;
}
#footer #footerEmail {
	position:absolute;
	bottom:5px;
	right:40px;
}
#footer .tysponsors {
	position:absolute;
	top:34px;
	left:40px;
	padding:0px;
	margin:0px;
	width:172px;
	height:45px;
}
#footer .ologo {
	position:absolute;
	top:34px;
	left:292px;
	padding:0px;
	margin:0px;
	width:190px;
	height:45px;
}
#footer .ulogo {
	position:absolute;
	top:35px;
	left:522px;
	padding:0px;
	margin:0px;
	width:103px;
	height:44px;
}
