html, body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
}

a {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #555;
}

a.menuLink {
	font-weight: bold;
}

img {
	padding: 5px;
	border: none;
}
img.controlButton {
	padding: 0px;	
	cursor: pointer;
}

p {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
#container {
	min-height: 100%;
	height:auto;
	padding: 0px;
	margin: 0px;
}
/* IE 6 hack */
* html #container {
	height: 100%;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 100%;
	height: auto;
	z-index: 1;
	padding: 0px;
	margin: 0px;
}
/* IE 6 hack */
*html #content {
	height: 100%;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 374px;
	height: 55px;
	background-image: url(images/logo.gif);	
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	top: 70px;
	width: 100px;
	color: #FFFFFF;
	z-index: 2;
}

#mainBody {
	position: relative;
	padding-top: 70px;
	padding-left: 120px;
	width: 535px;
	padding-bottom: 85px;
}

#sideBar {
	position: absolute;
	top: 70px;
	left: 695px;
	width: 300px;
}

#redLineTop {
	position: absolute;
	top: 70px;
	left: 675px;
	height: 50%;
	width: 1px;
	background-color: #D31145;	
}

#redLineBottom {
	position: absolute;
	bottom: 70px;
	left: 675px;
	height: 50%;
	width: 1px;
	background-color: #D31145;	
}

#newsFlash {
	position: relative;
	left: 100px;
	width: 300px;
}
#flashContainer {
	position: relative;
}

#flashMovie {
	position: relative;
	left: 0px;
	top: 0px;
	width: 280px;
	height: 157px;
	border: 1px solid #D31145;
	overflow: hidden;
}

#flashControl {
	position: relative;
	padding-top: 5px;
}

#flashButtons {
	position: absolute;
	left: 63%;
	top: 5px;
	height: 12px;	
}
#flashLine {
	padding: 0;
	margin: 0;
	position: relative;
	width: 60%;
	left: 0px;
	top: 0px;
	height: 12px;
	background-image: url(images/line.gif);
}
#flashThumb {
	position: absolute;
	left: 0%;
	top: 0px;
	height: 12px;
}
#flashTitle {
	color: #D31145;	
}

#flashThumbs {
	position: relative;
	width: 280px;
	height: 58px;
	overflow: hidden;
}

#thumbScrollbar {
	position: relative;
	height: 17px;
	width: 280px;
}

#scrollbar {
	position: relative;
	height: 17px;
	width: 280px;
}

#scrollLeft {
	position: absolute;
	left: 0px;
	top: 5px;	
}

#scrollLine {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 260px;
	height: 12px;
	background-image: url(images/line.gif);
}
#scrollRight {
	position: absolute;
	right: 0px;
	top: 5px;
	
}
div.flashThumb {
	position: absolute;
	top: 10px;
	width: 75px;
	height: 46px;
	border: 1px solid #D31145;	
	cursor: pointer;
	z-index: 2;
}

div.flashThumbOverlay {
	position: absolute;
	top: 10px;
	width: 75px;
	height: 46px;
	border: 1px solid #D31145;	
	cursor: pointer;
	z-index: 2;	
	background-color: #FF0000;
	opacity: 0;
	filter: Alpha(Opacity=1);
}

div.menuItem {
	padding-bottom: 2px;	
}


div.menuText {
	height: 15px;
	padding-left: 20px;	
}

div.formline {
	position: relative;
	padding-left: 100px;
	padding-bottom: 3px;
	width: 185px;
	text-align: right;
}

div.formmessage {
	position: relative;
	padding-left: 100px;
	padding-bottom: 3px;
	width: 185px;
}

div.left {
	position: absolute;
	left: 0px;
	top: 0px;
}

div.newsFooter {
	color: #D31145;
	
}

div.newsHeader {
	font-weight: bold;
	padding-bottom: 10px;	
}

div.newsShort {
	padding-bottom: 20px;	
}

div.newsShortDate {
	color: #33C707;
	
}
#formError {
	color: #D31145;
}
input {
	width: 185px;
	
	border: none;
	background-color: #EFEFEF;
}

input.formbutton {
	width: 100px;
	background-color: #D31145;
	color: #FFFFFF;
}
textarea {
	width: 185px;
	height: 100px;
	border: none;
	background-color: #EFEFEF;
	
}
#bottomDecoration {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 55px;
	background-image: url(images/bottomDecoration.gif);
}
#activePage {
	background-color: #D31145;
}
