@charset "UTF-8";
/* CSS Document */

body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	text-align:center;
}
.bodyText {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	line-height:12px;
}
.bodyText2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	line-height:15px;
}
.sitemapLeftColumn {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	line-height:10px;
	float:left;
	width:105px;
}
.sitemapRightColumn {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	line-height:10px;
	float:right;
	width:90px;
	vertical-align:top;
}
.contactHighlight {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #cc0066;
	line-height:15px;
}
html {
	overflow: -moz-scrollbars-vertical;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	text-align:center;
}
#content {
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	width: 970px;
	min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
	display: table;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
#contentPopUp {
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	width: 600px;
	height: auto;
	display: table;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.leftColumn {
	width: 235px;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
	display: table-cell;
	margin-right:5px;
}
.rightColumn {
	width: 730px;
	float: right;
	margin: 0px;
	padding: 0px;
	min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
}
.centerColumn {
	width:900px;
	float:left;
	padding: 0px;
	min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
}

form {
	margin: 0px;
	padding: 0px;
	border:0px;
}

.c {
	clear:both;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}