@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	text-align: left;
}


/* ============== */
/* = Nav = */
/* ============== */ 

#nav {
	display:none;
}


/* ============== */
/* = subNav = */
/* ============== */ 

#subnav {
	display:none;
}


/* ======== */
/* = Header = */
/* ======== */ 

#header {
	display:none;
}


/* ========== */
/* = Content = */
/* ========== */ 

#content {
	margin: 0px;
}


/* ============ */
/* = Side Bar = */
/* ============ */

#sidebar {
	display:none;
}



/* ================ */
/* = Main Content = */
/* ================ */

#mainContent {
	float: left;
	padding: 0 25px;
}

/* = headers = */

#mainContent h1 {
	margin:0 -25px;
	padding:7px 25px 0 25px;
	height: 28px;
	font-size: 20px;
	color:#666666;
	font-weight: normal;
	text-transform: uppercase;
} 

#mainContent h2 {
	font-size: 18px;
	color: #938675;
	font-weight: normal;
	padding: 0 25px 0 0px;
	margin: 0px;
}

#mainContent h3 {
	color: #00adef;
	font-weight: normal;
	font-size: 11pt;
	line-height: 17px;
	padding: 0 25px 0 0px;
}

#mainContent h4 {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	font-weight:normal;
	padding-left: 0px;
}

#mainContent h5 {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight:normal;
}

/* = paragraphs and links = */

#mainContent p {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	padding-left: 0px;
	padding-right: 25px;
}

#mainContent a {
	font-size: 11px;
	line-height: 13px;
	height 13px;
	color: #938675;
	text-decoration: none;
}

#mainContent a:hover {
	color: #00adef;
}

/* = lists = */

#mainContent ul {
	margin:0;
	padding:0;	
}

#mainContent li {
	font-size: 11px;
	line-height: 12px;
	list-style:none;
}

#mainContent li a {
	font-size: 11px;
	line-height: 12px;
	padding-left: 0px;
	list-style:none;
}

#mainContent li p {
	
	color: #333333;
	font-size: 11px;
	line-height: 12px;
	list-style:none;
	padding-left: 0px;
	padding-top: 10px;
}

/* = tables = */

#mainContent table {
	width:460px;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
}

#mainContent table th {
	border: 0px;
	vertical-align:middle;
	text-align:left;
	padding-left: 10px;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	height: 28px;
}

#mainContent table td {
	border: 0px;
	vertical-align:top;
	text-align:left;
	font-size: 11px;
	line-height: 14px;
	width: 224px;	
	padding:5px 5px;
}




/* = Misc = */


.tableCellGrey {
	background-color:#f2f2f2;
}

.bookMark {
	display:none;
}


/* ========== */
/* = Footer = */
/* ========== */ 

#footer {
	display:none;
}



/* ======== */
/* = Misc = */
/* ======== */ 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





