@charset "UTF-8";
/* CSS Document */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */


html {
	height:100%;
}


body {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#333333;
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 13px;
	color:#CCCCCC;
	height:100%;
	margin: 0;
}

A:link {
	color:#990000;
	text-decoration : none;	
}

A:visited {
	color:#990000;
	text-decoration : none;	
}

A:hover {
	color:#FF0000;
	text-decoration : underline;
}

.h1 {
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:larger;
}

.h2 {
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
}


.small {
	font-size: 9px;
}

.medium {
	font-size: 12px;
}

.big {
	font-size: 16px;
	font-weight: bolder;
}

.expanded {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.floatright { 		/* Postition images to the right */
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #666666;
	padding: 5px;
}

.floatleft {		/* Position images to the left */
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #666666;
	padding: 5px;
}

.border {
	border:1px solid #242424;
}


.tableborder {
	padding: 10px;
	border:1px solid #999999;
}

.maintext {
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

#container {
	position:relative;
	margin: 0px auto;
	min-height: 100%;
	width:753px;
}

* html #container
{
	height: 100%;
}

#content
{
	width:753px;
	padding-top: 25px;
	padding-bottom: 75px;
}


#footer {
	position:relative;
	font-size: 9px;
	color: #CCCCCC;
	margin-top: -75px;
}

#contentBody {
	background-image:url(images/contentBG_body.gif);
	background-repeat:repeat-y;
}

#topBorder {
	width:753px;
	height:3px;
	background-image:url(images/contentBG_top.gif);
}

#bottomBorder {
	width:753px;
	height:3px;
	background-image:url(images/contentBG_bottom.gif);
}

#contentFooter {
	text-align:right;	
}

