HTML 
{
	
	overflow-y: scroll;
}
body {
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	text-decoration:none;
	background-color: #000000;
	font-size:12px;
	
}
#flashheader 
{
	width: 900px;
	height: 250px;
	
}
A:link 
{
	text-decoration: underline;
	color: #000;
}
A:visited 
{
	text-decoration: none;
	color: #000;
}
A:active 
{
	text-decoration: none;
	color: #000;
}
A:hover 
{
	text-decoration: none;
	color: #EEE;
}
IMG 
{
	border: 0px;
}
H1 
{
	font-weight: 400;
}
H2 
{
	font-weight: 400;
}
H3
{
	margin: 0px;
	padding: 4px;
}
#main 
{
	width:900px !important ; 
	margin: 0px auto 0px auto; 
}
#menu 
{
	background: #000000;
	padding: 0px 10px 0px 10px;
}
#content 
{
	margin-top:75px;

}
.MenuItem 
{
	margin: 0px 5px 2px 5px;
}
#menu > #languages 
{
	position:absolute;
	padding: 0px 0px 0px 84px;
}
#Footer 
{
	float:none;
	clear: both;
	margin: 20px 0px 20px 0px;
}
#Footer A 
{
	margin-bottom: 7px;
	display: block;
}
DIV.LeftColumn 
{
	float:left;
	width:204px;
	margin: 0px 10px 10px 0px;
	background: #000000;
}
DIV.LeftColumn > DIV
{
	border: 0px;
	margin-bottom: 0px;
}

DIV.LargeContentColumn 
{
	float:left;
	width: 685px;
	margin: 0px 0px 0px 0px;
}
DIV.SmallContentColumn 
{
	min-height: 500px;
	float:left;
	background: #fff;
	width: 500px;
	margin: 0px 10px 10px 0px;
}
DIV.ContentColumn P 
{
	padding: 10px;
}
DIV.ContentColumn H1
{
	padding: 10px;
}
DIV.RightColumn 
{
	float:left;
	width: 160px;
	margin: 0px 10px 10px 0px;
	background: #ffffff url(../images/BoxTitle_TeamBox.png) no-repeat top left;		
}
DIV.RightColumn > DIV
{
	padding-bottom: 7px;
}
DIV.eventstatusbox 
{
	font-size: 0.8em;
	padding: 30px 0px 10px 14px;
	background: #ffffff url(../images/BoxTitle_EventStatus.png) no-repeat top left;
	margin-bottom:10px;
}
DIV.teambox
{
	color:#AAA;
	display: block;
	float:left;
	margin: 25px 10px 10px 10px;
	font-size: 0.8em;
}
DIV.resultsbox 
{
	font-size: 0.8em;
	padding: 20px 0px 0px 0px;
	width: 204px;
	background: #ffffff url(../images/BoxTitle_Results.png) no-repeat top left;
	margin-bottom:10px;
}
DIV.resultsbox > UL
{
	margin: 0px;
	padding: 0px 5px 10px 10px;
}
DIV.resultsbox > H3
{
	padding: 5px 5px 5px 10px;
	font-weight: 800;
	font-size: 1.1em;
}
DIV.newsbox 
{
	font-size: 0.8em;
	padding: 22px 5px 10px 8px;
	width: 190px;
	background: #ffffff url(../images/BoxTitle_News.jpg) no-repeat top left;
	margin-bottom:10px;
}
IMG.Banner 
{
	border: 0px solid black;
	margin-bottom: 6px;
}
DIV.newsItemPreview 
{
	margin: 5px 0px 5px 5px;
}

DIV.newsItemPreview DIV.date
{
	color: #777;
}

DIV.newsItemPreview DIV.title
{
	font-weight:800;
	font-size: 1.1em;
}
DIV.NewsItem .NewsContent 
{
	margin: 10px
}
DIV.NewsItem DIV.date 
{
	color: #777;
	margin: 5px 10px 0px 10px;
}
DIV.NewsItem H1 
{
	margin: 0px 10px 0px 10px !important;
	padding: 0px;
}
DIV.NewsItem P
{
	margin: 0px;
	padding: 0px;
	min-height: 15px;
}
DIV.NewsItem LI
{
	margin-left: 35px;
}
DIV.MediaSection 
{
	min-height: 760px;
	padding: 10px;
	background: #181c1d;
}
FORM .field
{
	float:none;
	display:block;
	clear:both;
	background-color: #222;
}
FORM .field .fieldName 
{
	float:left;
	padding: 4px;
	width: 150px;
	text-align:right;
}
FORM .field .fieldName:after
{
	content: ":";
}

FORM .field INPUT
{
	background-color: transparent;
	color: white;
	border-width: 0px;
	border-bottom: 1px solid #777;
}

FORM .submit INPUT
{
	margin-top: 10px;
	background-color: #777;
	color: white;
	border-width: 1px;
}
UL.results 
{
	padding-bottom: 10px;
	padding: 10px;
	margin: 0px;
}
UL.results LI
{
	list-style-type: none;
}
.DownloadItem IMG
{
	border: 1px solid white;
	float: left;
	margin: 4px 10px 4px 0px;
}
.DownloadItem
{
	min-height: 58px;
	border-width: 1px 0px 1px 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 5px;
	clear:both;
}
.DownloadItem .title A
{
	font-weight: 700;
}
.DownloadItem .description
{
	color: #999;
}
DIV.downloadsbox 
{
	font-size: 0.8em;
	padding: 0px;
	width: 204px;
	background-color: #181c1d;
	margin-bottom:10px;
}
DIV.downloadsbox H3 
{
	background-color: Black;
	border-bottom: 1px solid #777;
}

DIV.mediaDaySelection A 
{
	text-decoration: none;
	color: White;
	padding: 4px;
	display: block;
}
DIV.mediaDaySelection A:Hover
{
	background-color: #777;
}
DIV.mediaDaySelection A.active
{
	background-color: #333;
}
DIV.mediaDaySelection A.active:Hover
{
	background-color: #777;
}
.MediaSection H1
{
	margin: 0px;
	padding: 0px !important;
	display: block;
	
}
.MediaSection H2 
{
	padding-top:15px;
	border-top: 1px solid #777;
}
.MediaSection P
{
	margin: 0px !important;
	padding: 0px !important;
}

INPUT
{
	background-color: #303334;
	color: #b1b3b3;
	border-width: 0px;
	border-bottom: 1px solid #777;
}
#jaycoBanner 
{
	margin-bottom: 5px;
}
.CoastalWatchContent
{
	width: 685px;
	margin: 10px 0px 10px 0px;
	background: #000 url(../images/ContentBackgroundWithLogo.jpg) no-repeat top left;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.CoastalWatchContent H1 
{
	width: 570px;
	font-weight: 100;
	text-align:left;
	font-size: 1.4em;
	border-bottom: 1px solid #AAA;
	margin: 20px auto 10px auto; 
}
.CoastalWatchContent P 
{
	width: 570px;
	text-align:left;
	margin: 0px auto 0px auto; 
}
.LiveBanners 
{
	width: 450px;
	float: left;
	margin: 5px 0px;
	text-align: center;
}