﻿body {
	background-image:url(images/background.gif);
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
* {
	margin: 0px 0px 0px auto;
	padding: 0px;
}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 768px;
}
a {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
a:hover{
	color:#ffffff;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:164px;
}
#menu {
	position:relative;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:117px;
}
#menu ul{
	position:absolute;
	top:21px;
	left:30px;
	width: auto;
}
#menu li{
	float:left;
	display:inline;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #cccccc;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #cccccc;
	text-decoration: none;
}
#menu a:hover{
	color:#ffffff;
}
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #cccccc;
}
h4, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #cccccc;
	height:21px
}
h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #cccccc;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #cccccc;
}


h1,h2 {
	position:absolute;
	top:93px;
}
h1 {
	left:200px;
}
h2 {
	right:90px;
}
h3 {
	margin: 15px 0px 0px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
}
h4 {
	margin: 15px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
}
h5 {
	margin: 0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
}
h6 {
	margin: 15px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
}


/********************** Main ***************************/
#main {
	background-image:url(images/main_bg.gif);
	background-repeat: repeat-y;
	display:block;
	width:768px;
	height:auto;
}
#content {
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-y;
	width:768px;
}
/********************** Left - Text ***************************/
#left {
	float:left;
	width:490px;
}
#left p{
	padding: 5px 10px 10px 30px;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.style2 {font-size: 14px}
.style3 {
	text-align: center;
}
.style4 {
	border-width: 0px;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: white
}
.style6 {
	text-align: center;
}
.style7 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color:white
}


.btn {
	width:125px;
	height:24px
}

table {
	border-collapse: collapse;
	width: 100%;
	}
td.toprow {
	width:300px;
	height:30px
}
td.topadjacent {
	text-align:right;
	height:35px;
	padding:-100px
}
td.indentedtext {
	width:54px;
}
td.indentedtext2 {
	width:108px;
}
td.indentedcontent  {
	width:400px;
	height:30px;
	text-align:left
}





#left a:hover{color:#ffffff;}

/********************** Forecast *******************************/
#Forecast {
	float:left;
	padding: 0px 10px 0px 45px;
}

/********************** Right - Team ***************************/
#right {
	float:right;
	width:230px;
}
.member {
	display:inline;
	float:left;
	margin-left:10px;
}
.member a{
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
.member img{
	border: none 0px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member span a{}
.member span a:hover{color:#ffffff;}

/********************** Footer ***************************/
#footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #cccccc;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover{color:#ffffff;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #cccccc;
	margin:10px;
	display:block;
}

