body {
	font-family: arial;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #ed1c24;
}
a:hover {
}
a:visited {
}
a:active {
}

#container {
	height: auto;
	width: 789px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.container {
	padding-left: 2px;
	padding-right: 8px;
}
#header-container {
	height: 255px;
	padding-top: 1px;
	background-image: url(images/bg-header.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#menu-container, #content-container {
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
}
#content-container {
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-container {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#mainmenu {
	background-image: url(images/bg-menu.gif);
	background-repeat: no-repeat;
	height: 39px;
	color: #FFFFFF;
}
#mainmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 350px;
}
#mainmenu ul li {
	float: left;
	margin-right: 20px;
}
#mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#mainmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#content-left, #content-right-container {
	margin-right: 10px;
	margin-left: 10px;
}
#content-stretch {
	height: 300px;
	width: 1px;
	float: left;
}
#content-left {
	float: left;
	width: 290px;
}
#content-right-container {
	float: left;
	width: 435px;
}
#content-title {
	color: #ed1c24;
}


#footer-container {
	font-size: 10px;
}
#footer-left {
	float: left;
	width: 344px;
	text-align: left;
}
#footer-container a {
	color: #000000;
	text-decoration: none;
}
#footer-container a:hover {
	color: #ed1c24;
}

#footer-center {
	float: left;
	width: 91px;
	text-align: center;
}
#footer-right {
	width: 344px;
	float: left;
	text-align: right;
}


.csc-header {
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
}