html {
	margin-bottom: 1px;
	height: 100%;
	color: #666;
	background: #FFF url(/images/bg.gif) repeat-x;
}
body {
	font-family: "Arial", sans-serif;
	font-size:68.75%; /* Base of 11 */
	margin: 0px 0px 0px 0px;
	height: 100%;
	color: #666;
}
a:link {
	color: #e244a0;
	text-decoration: none;
}
a:visited {
	color: #e761af;
}
a:hover {
	color: #080a52;
	text-decoration: underline;
}
a:active {
	color: #080a52;
}
div.hr {
	height: 6px;

	color:#323232;
}
div.hr hr { display: none; }

/* Font */
h1 {
	font-family: "Arial", sans-serif;
	font-size:1.82em;
	letter-spacing:-1px;
	font-weight:normal;
	color:#323232;
	padding-bottom: 5px;
}

h2 {
	font-family: "Arial", sans-serif;
	font-size:1.5em;
	letter-spacing:-1px;
	font-weight:normal;
	color:#3d3e77;
}
/* clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
.pink {
	color: #e244a0;
}
#topHead {
	width: 800px;
	margin: 0 auto;
	padding-left: 8px;
	height: 160 px;
}
#menu {
	margin-left: auto;
    margin-right: auto;
text-transform: lowercase;
text-align:left;
font-family: "Arial", sans-serif;
font-weight: bolder; 
font-size: 16px;
letter-spacing:-1px;
padding-top:-20px;
padding-left:125px;
}
#menu ul {

	list-style: none;
}
#menu li {
	float:left;
	padding: 13px 4px 0px 0px;
}
/*ed2b57*/
#menu a {
	color: #080a52;
	display: block;
	text-decoration:none;
}
#menu a:hover {
	color: #d8007e;	
}
#menu a.selected {
	color: #d8007e;
	text-decoration: underline;
}
#logo {
	margin-left: auto;
    margin-right: auto;
	width: 50%;
	margin-top: 5px;
}
#pageTitle {
	float: left;
	width: 50%;
}
#pageTitle h2 {
	font-size: 2.1em;
	color: #d7d7d7;
	letter-spacing: 0px;
	margin: 34px 0px 0px 0px;
	
}
#middle {
	width: 800px;
	margin: 0 auto;
	padding-left: 8px;
}
#leftCol {
	width: 466px;
	float: left;
}
#rightCol {
	width: 307px;
	float: right;
}
#leftCol p.heading {
	font-family: "Arial", sans-serif;
	font-size: 1.36em;
	font-weight:bold;
	background:url(/images/bullet.gif) top left no-repeat;
	color:#3d3e77;
	padding: 0px 0px 6px 28px;
}
#footer {
	color: #e5e5ed;
	background: #e5e5ed;
	padding: 10px;
	height: 240px;
}
#footer h2 {
	font-family: "Arial", sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color:#d90f85;

}
#footerWrap {
	width: 800px;
	margin: 0 auto;
	padding-left: 8px;
}
#footLeft {
	text-align:left;
	float: left;
	width: 30%;
}
#footMiddle {	
		margin-left: auto;
    margin-right: auto;
	text-align:center;
	float: left;
	width: 30%;
	padding-left: 37px;
}
#footRight {
	text-align:right;
	float: left;
	width: 30%;
	padding-left: 37px;
}
#footerHeader{
	color:#080a52;
	font-weight: bold;
	padding-top: 5px;
}
#footerUnder {
	color:#323232;
	padding-left: -10px;
}
#footer a {
	color: #d8007e;
	text-decoration:none;

}
#footer a:hover {
	color: #d8007e;

		text-decoration:underline;
}
#footer label {
	font-weight: bold;
}
#footer input {
	background-color: #ffffff;
	border: 1px solid #556097;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #556097;
}
#footer input.addressBox {
	width: 199px;
}
#footer .submitBtn {
	text-align:right;
	padding-top: 8px;
}
