@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
	width: 100%;
	height: 100%;
}
.primary #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.primary .headerText {
}

.primary #header {
	clear: both;
	border-bottom-width: 5px;
	border-bottom-color: #FBFF46;
	border-bottom-style: ridge;

}
.primary   #midBox {

}
.primary #content {
	float: right;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.primary  #sideBar {
	float: left;
	margin-right: 10px;
	width: 130px;
	height: auto;
}
.primary  #footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}
.primary  #navigation {
	height: 37px;
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.primary  #navigation  #navSolidSpacer {
	background-color: #333333;
	float: left;
	height: 37px;
	width: 130px;
}
.primary  #navigation  #navImageSpacer {
	background-image: url(../images/Setup/nav_curve.gif);
	float: left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 64px;
	height: 37px;
}
.primary  #navigation  #navBar {
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #333333;
	width: 604px;
	float: left;
	background-color: #E1ECFF;
	height: 23px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0054EB;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.primary #content #rightColumn {
	float: right;
	width: 320px;
	margin-left: 5px;
}
.primary  #content  #leftColumn {
	float: left;
	width: 320px;
	margin-right: 5px;
}

