@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../media/images/bg.jpg);
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 868px;
	height:100% !important;height:868px
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6);height;height:100% !important;height:868px   /*Add Shadow in IE. Remove if desired*/
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	border-bottom: 1px solid #a9a8a5; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top:0px;
}
.oneColFixCtrHdr #bottomMenu {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	position:relative;
	z-index:4;
	top:-95px;
}
.oneColFixCtrHdr #bottomMenu 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 */
	text-align:center;
}
.oneColFixCtrHdr #footerLeft {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	position:relative;
	z-index:5;
	height:73px;
	top:-70px;
}
.oneColFixCtrHdr #footerLeft 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 */
	margin-left:0px;
	font-size:10px;
	font-weight:normal;
	color:#000000
}
.oneColFixCtrHdr #footerRight {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	position:relative;
	z-index:6;
	width:420px;
	height:73px;
	left:428px;
	top:-150px;
}
.oneColFixCtrHdr #footerRight 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 */
	margin-left:0px;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	text-align:right
}
.oneColFixCtrHdr #bottomGray {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d7d7d7;
	position:relative;
	z-index:7;
	height:7px;
	top:-149px;
}
.oneColFixCtrHdr #bottomGray 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 */
	margin-left:0px;
	font-size:10px;
	text-align:right
}
.oneColFixCtrHdr #bottomYellow {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cdb971;
	position:relative;
	z-index:8;
	height:4px;
	top:-149px;
}
.oneColFixCtrHdr #bottomYellow 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 */
	margin-left:0px;
	font-size:10px;
	text-align:right
}
#topRight {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position:relative;
	top:-770px;
	left:590px;
	width:250px;
	z-index:15;
}
#topRight 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 */
	text-align:right;
}
#leftFrame {
	/* required to take control of the z-index */
	position:relative;
	background-image:url(../media/images/leftBox.png);
	background-repeat:no-repeat;
	z-index:13;
	left:37px;
	height:275px;
	top:287px;
	width:300px;
	padding-top:12px;
	margin: 0;
	line-height:18px;
	border: 0px solid #000000;
}
#rightFrame {
	/* required to take control of the z-index */
	position:relative;
	background-image:url(../media/images/rightBox.png);
	background-repeat:no-repeat;
	z-index:12;
	left:420px;
	top:0px;
	height:275px;
	width:409px;
	padding-top:12px;
	margin: 0;
	line-height:18px;
	text-align:justify;
	border: 0px solid #000000;
}
#rightFrameBottom {
	/* required to take control of the z-index */
	position:relative;
	background-image:url(../media/images/rightBox.png);
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	z-index:12;
	left:420px;
	top:-90px;
	height:85px;
	width:409px;
	padding-top:12px;
	margin: 0;
	line-height:18px;
	text-align:justify;
	border: 1px solid #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}
a {
	color:#000000;
	font-size:11px;
}
.headline {
	color:#453d17;
	font: 110%;
	font-weight:bold;
}
select, input, text {
	font-size:12px;
	font: 90%;
	margin:2px;
}
form {
padding-left:3px;
}
P  { margin:0px; border:0px; padding:0px } 
DIV  { margin:0px; border:0px; padding:0px } 

.award {margin:0 0 7px 7px;}