html, body {
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	background: #E5E5E5;
}

h1, h1 a {
	color: #E3001A;
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 35px;
}

h2, h2 a {
	font-size: 1.3em;
	font-weight: bold;
	margin: 25px 0 15px 0;
}

h3, h3 a {
	font-size: 1.1em;
	font-weight: bold;
	margin: 25px 0 11px 0;
}

a {
	color: #E3001A;
}

a:hover {
	text-decoration: none;
}

/******************************************************************************/
/* MAIN																		  */
/******************************************************************************/

#main {
	width: 900px;
	margin: 25px auto;
	padding: 15px;
	background: #FFF;
}

/******************************************************************************/
/* HEADER																	  */
/******************************************************************************/

#main #header {
	height: 94px;
	position: relative;
	background: #E3001A;
	margin-bottom: 20px;
}

/**
 * Logo
 */
#main #header #headerImage {
	position: absolute;
	right: 0;
	top: 0;
}

/******************************************************************************/
/* MAINMENU																	  */
/******************************************************************************/

#main #menu {
	padding-bottom: 5px;
	border-bottom: 1px solid #DCDCDC;
	overflow: auto;
	margin-bottom: 15px;
}

#main #menu ul li {
	float: left;
}

#main #menu ul li.sep {
	padding: 0 5px;
}

#main #menu ul li.last {
	width: 392px;
	height: 56px;
	float: right;
	background: url(../images/menuSep.html) left top no-repeat;
}

#main #menu ul li a {
	color: #3C3C3E;
	text-decoration: none;
	font-weight: bold;
}

#main #menu ul li:hover a {
	text-decoration: underline;
}

#main #menu ul li.active a {
	color: #E3001A;
}

/******************************************************************************/
/* SUBMENU																	  */
/******************************************************************************/

#main #submenu {
	width: 160px;
	min-height: 10px;
	float: left;
	margin-bottom: 50px;
	padding-right: 10px;
}

#main #submenu ul li {
	padding: 10px 0 10px 30px;
	background: url(../images/submenuBullet.gif) left center no-repeat;
}

#main #submenu ul li a {
	color: #7D7D7D;
}

/******************************************************************************/
/* MAIN CONTENT																  */
/******************************************************************************/

#main #content {
	width: 450px;
	float: left;
	margin-bottom: 50px;
	padding: 10px 20px 0 0;
}

#main #content p {
	margin: 11px 0;
}

#main #content * {
	line-height: 1.9em;
}

#main #content h1,
#main #content h2,
#main #content h3 {
	line-height: 1em;
}

#main #content ul li {
	padding-left: 15px;
	list-style-type: square;
}

/******************************************************************************/
/* RIGHT CONTENT															  */
/******************************************************************************/

#main #rightContent {
	width: 230px;
	float: left;
	margin-bottom: 50px;
}

#main #rightContent * {
	line-height: 1.5em;
}

#main #rightContent .csc-textpic-caption {
	color: #7D7D7D;
	text-align: right;
}

/******************************************************************************/
/* FOOTER																	  */
/******************************************************************************/

#main #footer {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #DCDCDC;
	color: #3C3C3E;
	font-size: 0.85em;
	text-align: right;
}

#main #footer a {
	color: #3C3C3E;
	text-decoration: underline;
}

#main #footer a:hover {
	text-decoration: none;
}