body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FFE5F2;
}
td, div, li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#mainContainer {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 111px;
	background: url(../images/header_background.jpg) no-repeat left top;
}
#topNav {
	background-color: #FF3399;
	text-align:right;
}
#colWrapper {
	background: url(../images/tpl_highlightTop.gif) no-repeat left top;
	padding-top: 4px;
	border-right: 2px solid #FF3399;
	border-bottom: 2px solid #FF3399;
}
#colWrapperInner {
	background: url(../images/tpl_contentBg.gif) repeat-y left top;
}
#leftCol {
	float:left;
	width:130px;
}
#rightCol {
	/*background: #fff url(../images/tpl_highlightLeftCol.gif) repeat-y left top;*/
	padding: 27px;
	float:left;
	width:594px; /* 648px;  Subtract 27*2 + 2px border from 780 width... needs IE box model fix*/
}

#footerWrapper {
	margin: 12px 0 0 156px;
}

a.aFocus:link, a.aFocus:visited {
	background: #fff url(../images/li_bulletStyled.gif) no-repeat left 2px;
	text-decoration: none;
	color: #FF3399;
	font-size: 13px;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom: 4px;
}
a.aFocus:hover, a.aFocus:active {
	background: #fff url(../images/li_bulletStyled.gif) no-repeat left 2px;
	text-decoration: none;
	color: #CC0066;
	font-size: 13px;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom: 4px;
}

/*** Clear float fix ***/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*.clearfix {display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*********** FORM ELEMENTS ***************/
form { margin:0; padding:0; }
input.text, textarea.textarea {
	width: 300px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

input.submit {
	color: #fff;
	font-weight: bold;
	background-color: #FF3399;
	
}