@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: 	#FFCCCC;
	background-image:url(../images/backgrounds/mainPink.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 50px;
	border: 1px solid  #990033;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color:#333333;
}

a {
color:#0099FF;

}

a:hover {

text-decoration:none;

}

.oneColFixCtrHdr #headerTopLeft {
width:auto;
top:0px;
left: 0px;
float:left
}
.oneColFixCtrHdr #headerTopRight {
top:0px;
right:0px;
}

.oneColFixCtrHdr h1 {
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:0px;
	margin-top:10px;
}

.oneColFixCtrHdr p {
	font-size:10x;
	line-height:14px;
	margin-top:2px;
	margin-bottom: 5px;
}

.oneColFixCtrHdr #navigation {
margin-top: -30px;
	height: 25px;
	z-index:-10;
	float:left;
	width: 100%;
	background-color:#FFCCCC;
	
}


.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 550px;
	font-size:10px;
	z-index:0;
	overflow:auto;
	
}

.oneColFixCtrHdr #middleLeft {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width:340px;
	height: 500px;
	float:left;
	z-index:0;
}

.oneColFixCtrHdr #middleOne {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 10px 10px 10px 10px;
	background: #FFFFFF;
	width:760;
	z-index:0;
}

.oneColFixCtrHdr #pageTitle {
margin:-5px;
margin-left:-80px;
width:auto;
		float:left;
		z-index:8;
}



.oneColFixCtrHdr #middleRight {
	padding: 10px 10px 10px 5px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
		width:380px;
		float:right;
	

	
}



.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-left:30px;
	background:#ffffff;
	width:;
	
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.rowBorder {
border: 1px #666666 solid;
width: 100%;
}

.imageLeft {
float:left;
padding: 10px;
}

.imageRight {
float:right;
padding: 5px;
}

.blueText {
	color:#0099FF;
}

.blueTextBold {
color:#0099FF;
font-weight:bold;
}