body {
	background: #6699CC url(images/bg.gif);
	font-family: arial;	
	text-align: center;
	margin: 0 auto;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: center;	
}

#header {
	background: url(images/header.gif);
	height: 150px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

#header img {
	border: 0;	
}

#header-logo {
	float:left;
}

#header-right {
	float:right;
}

#page {
	background: #FFFFFF url(images/index.gif);
	border-left: 1px solid #4E80B3;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #4E80B3;
	margin: 0 auto;
	padding: 10px;
}

#page-index {
	background: #FFFFFF url(images/index.gif);
	border-left: 1px solid #4E80B3;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #4E80B3;
	margin: 0 auto;
	height: 400px;
	padding: 10px;
}



/* Start of Drop Down Menu Styles */

#nav {
	line-height: 40px;	
	width: 100%;
	height: 40px;
	margin-top: 15px;
	padding-left: 10px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav img {
	border: 0;	
}

#nav a {
	font-weight: bold;
	color: #FFFFFF;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0.2em 10px;
	font-family: Trebuchet MS;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #B6D5F2;
	border-width: 0 5px;
}

#nav li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;

	border-width: 1px 0;
}

#nav ul li {
	width: 155px;
}

#nav ul li ul li {
	width: 155px;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border-bottom: 3px solid #000000;
	font-weight: normal;
	background: #10478F;
	padding: 0.5em 0 1em 0;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

/*End of Drop Down Menu Styles */




#nav-shadow {
	line-height: 7px;
	background: url(images/shadow.gif);	
	border-left: 1px solid #4E80B3;
	border-right: 1px solid #4E80B3;
}

#left {
	width: 170px;
	float:left;
	margin: auto;
	text-align:left;
	font-family: trebuchet ms;
}

#left a:hover {
	padding-left:15px;
}

#left img {
	border: 0;
}

#left a {
	padding-bottom: 5px;
}

#right {
	width: 200px;
	float:right;
	background: #336699;
	font-size: 12px;
	margin: auto;
	font-family: Trebuchet MS;
	color: #99CCFF;
	height: 100%;
}

#right fieldset {
	border: 1px solid #6699CC;	
	text-align: left;
}

.right-field fieldset a {
	color: #99CCFF;
	text-decoration: none;
}

.right-field a:visited {
	color: #99CCFF;
	text-decoration: none;
}

.right-field a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.right-field {
	padding: 5px;	
}

.right-field-title {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
}

#countdowncontainer {	
	color: #FFFF99;
	font-size: 26px;
	margin-left: 10px;
	font-weight: bold;
	width: 225px;
	line-height: 100px;
	margin-top: 30px;
	background: url(../images/countdown.png);
}

#timezone {
	font-size: 12px;	
}

#footer {
	background: url(images/footer.jpg);
	height:150px;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}

#footer_ads {
	float:right;
	text-align:center;
	line-height: 150px;	
}

#footer_ads script img {
	vertical-align:middle;	
}

#copyright {
	padding-top: 5px;
	font-size: 14px;	
	font-family: Trebuchet MS;
}

#content {
	float: left;
	width: 530px;
	text-align:left;
	min-height: 600px;
	margin-top: 0;
	color: #333333;
	padding: 10px;
	font-size: 14px;
}

#content-index {
	float:left;
	width: 550px;
	height: 380px;
}

h1 {
	font-family:Trebuchet MS;
	font-size:30px;
	font-weight:bold;
	color: #336699;	
}

h2 {
	color: #660000;
	border-bottom: 1px solid #990000;
	font-family:Trebuchet MS;
	padding-left: 10px;
}

.floatleft {
	padding: 0px 10px 10px 0px;
	float: left;	
}

.floatright {
	padding: 0px 0px 10px 10px;
	float: right;	
}

img {
	border: 0;
}	