body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	line-height:16px;
}

h1 {
	font-size:15px;
	color:#5f90a2;
}

h2 {
	font-size:14px;
	color:#003647;
	font-weight:bold;
}

a {
	color:#bb5426;
	text-decoration:none;
}
	a:hover {
		color:#e0945f;
	}

#menu {
	background-image: url(images/menu_bar.png);
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: 0px;
	width:750px;
	height:43px;
}

#menu span {
	padding:2px 5px 9px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.89em;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 35px;
}

#menu a {
	color:#003647;
	text-decoration:none;
}
	#menu a:hover {
		color:#bb5427;
		text-decoration:none;
	}

#flash {
	width:720px;
	height:426px;
	margin:0 auto;
	z-index:800;
}

#flashThumb {
	float:left;
	width:200px;
	height:118px;
	margin-top:100px;
	margin-left:40px;
}
	#flashThumb h1,h3 {
		font-size:1.1em;
		color:white;
		margin-bottom:.7em;
		text-align:center;
	}
	#flashThumb h3 {
		margin-top:-.3em;
	}

*html #flashThumb {
	top:300px;
	left:40px;
}

#container {
	margin:0 auto;
	width:764px;
	border: 3px solid #BB5427;
	background-color:#466d7a;
	background-image: url(images/background_suit.jpg);
	background-repeat:no-repeat;
}

#defaultcontent {
	float:left;
	width:550px;
	padding-left:81px;
	padding-top:81px;
	padding-bottom:25px;
	margin-top:-70px;
	text-align:left;
	line-height:18px;
}

#paneLeft {
	float:left;
	width:410px;
	padding-left:81px;
	padding-top:81px;
	padding-bottom:25px;
	margin-top:-70px;
	text-align:left;
	line-height:18px;
}

#paneRight{
	float:left;
	width:183px;
	padding-left:10px;
	padding-top:48px;
}

#insetcopy {
	padding-left:30px;
	font-size:12px;
	font-weight: bolder;
}

.indLinks {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
	.indLinks a {
		color:#FFFFFF;
		text-decoration:none;
	}
	.indLinks a:hover {
		color:#EFEFEF;
		text-decoration:none;
	}

#contact {
	float:left;
	padding-left:81px;
	padding-bottom:8px;
}

#footer{
	background-color:#BB5426;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:justify;
}
	#footerContent {
		color:#e0945f;
		padding-left:81px;
		padding-right:90px;
		padding-top:4px;
		text-align:justify;
	}
	#footercopyright {
		text-align:center;
	}
		#footercopyright a {
			color:#FFFFFF;
			text-decoration:none;
		}
		#footercopyright a:hover {
			color:#EFEFEF;
			text-decoration:none;
		}

#TIMECannounce {
	width: 210px;
	float: right;
	text-align: center;
	padding: 5px;
	margin-right: 35px;
	background-image: url(images/announceBG.png);
	background-repeat: repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0945f;
	border-right-color: #e0945f;
	border-bottom-color: #e0945f;
	border-left-color: #e0945f;
}

