html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: left;
	color: #707070;
	font-size: 80%;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #d65b8b;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-top: 30px;
}

h1 {
	font-size: 130%;
	color: #d65b8b;
}

h2, h3, h4, h5 {
	font-size: 120%;
	color: #9668ac;
	margin-bottom: -15px;
}

hr {
	color: #d65b8b;
	height: 2px;
	border: 0px;
	background-color: #d65b8b;
}

hr.sideHR {
	color: #d65b8b;
	height: 1px;
	border: 0px;
	background-color: #d65b8b;
}

.mainbody {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: #707070;
	font-size: 80%;
	background-color: #e6e7e7;
}

#container {
	margin: 0 auto;
	width: 980px; 
	min-height: 100%;
	text-align: left;
	position: relative; 
	background-color: #ffffff;
}

*html #container {
	height: 100%;
}

table {
	font-size: 100%;
	width: 100%;
}

td {
    padding: 0px 20px 0px 0px;
    width: 50%;
    vertical-align: top;
    border-spacing: 0px;
}

#content {
	width: 875px;
	overflow: hidden;
	clear: both;
	border: 0px solid red;
	padding-left: 3px;
	padding-left: 50px;
}

*html #content {
	width: 890px;
}

#mainContent {
	border: 0px solid blue;
	width: 600px;
	min-height: 535px;
}

#floatLeft {
	border: 0px solid red;
	width: 600px;
	float: left;
	margin-right: 20px;
}

#floatRight {
	border: 0px solid blue;
	width: 250px;
	float: right;
	padding-top: 15px;
	#padding-top: 0px;
}

.floatingSection {
	width: 48%; 
	border-top: 2px solid #d65b8b; 
	padding-top: 20px;
	float: left;
	margin-right: 20px;
}

#floatContainer {
	clear: both;
	overflow: hidden;
	margin-top: 50px;
}

.menu {
    margin-left: 50px;
    margin-bottom: 30px;
}

.menuItemContainer {
	border-bottom: 2px solid #d65b8b;
	float: left;
	margin-right: 10px;
	padding: 5px 20px 15px 5px;
	min-width: 80px;
	height: 30px;
}

.menuItemContainerSelected {
	border-bottom: 2px solid #32afe1;
	background: #72bfe8 url(../images/img-menu-background.gif) no-repeat;
	background-position: right bottom;
	float: left;
	font-size: 130%;
	margin-right: 10px;
	color: #ffffff;
	min-width: 80px;
	padding: 5px 20px 15px 5px;
	height: 30px;
}

.menuItemContainerHover {
	border-bottom: 2px solid #32afe1;
	background: #72bfe8 url(../images/img-menu-background.gif) no-repeat;
	background-position: right bottom;
	float: left;
	margin-right: 10px;
	min-width: 80px;
	color: #ffffff;
	padding: 5px 20px 15px 5px;
	height: 30px;
}

.menuItemContainerHover a {
	color: #ffffff;
}

#header {
	margin: 0 auto; 
	width: 980px;
	height: 135px;
	position: relative;
	clear: both;
	overflow: hidden;
}

#footer	{
	
	width: 960px;
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	background-color: #6e80bc;
	padding-left: 20px;
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
}

#footer a {
	text-decoration: underline;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: none;
}

#footer p {
    padding: 0px;
    margin: 0px;
    margin: 28px 0px 0px 0px;
    text-align: left;
    color: #ffffff;
}

#clearfooter {
	height: 120px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.imgBorder {
	border: 1px solid #d65b8b;
}

.inputFields {
	border: 1px solid #6e80bc;
	font-family: arial, tahoma, verdana, sans-serif;
}

.inputFieldsError {
	background-color: #d0d6ea;
	border: 1px solid #6e80bc;
	font-family: arial, tahoma, verdana, sans-serif;
}

.errorText {
	color: Red;
}

.submitButton {
	background-color: #6e80bc;
	border: 1px solid #404040;
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	padding: 2px;
	font-family: arial, tahoma, verdana, sans-serif;
}

/* CODE REQUIRED FOR NEWS TICKER TO FUNCTION. REMOVE IF NO TICKER REQUIRED */
#ticker {
	width: 280px;
	height: 150px;
	margin-bottom: 0px;
	padding: 2px;
	color: #707070;
}

.newsscroller {
	font-weight: normal;
	font-size: 85%;
	color: #707070;
}
/* END CODE */


img, input, button, image { behavior: url(../../css/iepngfix.htc) }

* html body object.iehide {display:none;}