body {
	background-color: #073F89;
	font-size: 11px;
	font-family: Tahoma;
	margin-top: 0px;
	margin-bottom: 0px;
	width:802px;
	margin-right: auto;
	margin-left: auto;
}
/* LINK SECTION */
a {
	text-decoration: underline;
	color:#000000
}
a:hover {
	text-decoration: none;
	color:#E70002
}
/* MAIN WRAPPER */
.container {
	background-color: #FFFFFF;
	width: 814px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float:left;
}
/* PAGE DECORATOR */
.inside {
	width: 802px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 3px;	
	background: url(../images/insidebg.gif) top left no-repeat;
}
/* DOTTED LINE */
.dots {
	background-color:#FFFFFF;
	width:802px;
	height:1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	/*margin-bottom: 3px;
	margin-top: 3px;*/
}
/* HEADING AND LOGO */
.header {
	height: 115px;
	margin: 0;
	padding: 0;
	background-attachment:fixed;
	background-image: url(../images/logo_back.gif);
}
#feboxLogo {
    padding-top: 13px; 
    padding-left: 25px; 
    display: block; 
    margin: 0; 
}
/* NAVIGATION AND LOGIN BOX */
#menuContainer * {
    cursor: pointer; 
}
.navbox {
	width: 802px;
}
.loginbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	width: 70px;
	background-color: #0066CC;
	border: 1px solid #333333;
}
.loginboxbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	width: 21px;
	color: #ffffff;
	background-color: #0066CC;
	border: 1px solid #333333;
}
/* SIDEBAR */
.left {
	width: 149px;
	float: left;
	padding-right: 3px;
}
.left H2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.left li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #073F89;
	background-color: #E9EAF4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
}
.left li.padded {
    padding-left: 20px;
    background-color: #fff;
}
.left li a {
	font-weight:bold;
	color: #073F89;
}
.left li a:hover {
	color: #000000;
}
.left h2 {
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	background-color: #073F89;
	padding: 10px;
}
.left p {
	padding: 4px;
	margin: 0px;
}
.quote {
	padding: 4px;
	margin: 0px;
	font-style:italic;
}
/* CONTENT AREA */
.right {
	width: 619px;
	float: left;
	padding: 15px;
	border-top: 1px dotted #000;
	margin-top: 0px;
}
.right h2 {
	font-size: 20px;
	font-family: Tahoma;
	color: #073F89;
	padding:0px;
	margin:0px;
}
.right blockquote {
	font-family: Tahoma;
	padding:5px;
	margin:0px;
	background-color: #EDEDED;
	border: 1px solid #CCCCCC;
}
.right blockquote h3 {
	font-size: 16px;
	font-family: Tahoma;
	padding:5px;
	margin:0px;
	background-color: #EDEDED;
}
.right blockquote p {
	font-family: Tahoma;
	padding:5px;
	margin:0px;
	background-color: #EDEDED;
}
.right .long-blue {
	width: 155px;
	background-color: #073F89;
	float:left;
	margin:1px;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
}
.right .long-gray {
	width: 155px;
	background-color: #EDEDED;
	float:left;
	margin:1px;
	padding:5px;
	font-weight:bold;
	color:#000000;
}
.right .short-blue {
	width: 79px;
	background-color: #073F89;
	float:left;
	margin-right:1px;
	margin-top:1px;
	margin-bottom:1px;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
.right .short-white {
	width: 79px;
	background-color: #FFFFFF;
	float:left;
	margin-right:1px;
	margin-top:1px;
	margin-bottom:1px;
	padding:5px;
	color:#000000;
	text-align:center;
}
.right .short-gray {
	width: 79px;
	background-color: #E9EAF4;
	float:left;
	margin-right:1px;
	margin-top:1px;
	margin-bottom:1px;
	padding:5px;
	color:#000000;
	text-align:center;
}
.right .imporant {
	background:#FFF4D9;
	border: 1px solid #FF3300;
}
.short-gray {
    width:65%; 
    text-align:left 
}
.imporant  {
    width:20%; 
    padding:30px; 
    float:right; 
    text-align:center; 
}
.required {
    color: #FF3300; 
}
.formElement  {
    width: 208px; 
} 

.right .w100al {
    width: 98%; 
    text-align: left; 
}
.right .padding14px  {
    padding-top: 14px; 
    padding-bottom: 14px; 
}
.right .sgImage  {
    width:25%; 
    padding:10px; 
    float:right; 
    text-align:center; 
}
.right .sgImageLabel  {
    width:65%; 
    text-align:left 
}
.right .imp  {
    background-color:#FFF4D9; 
    border:1px solid #FF3300; 
}
/* FOOTER */
.bottomnav {
	width: 656px;
	height: 28px;
	background-image: url(../images/footer.gif);
	float: left;
	text-align: center;
	padding-left:146px;
	display: inline;
}
.bottomnav a{
	color: #073F89;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.bottomnav a:hover{
	color: #E70002;
	text-decoration: underline;

}
.bottomnavbox {
	width: 102px;
	height: 22px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4B0BB;	
	padding-top: 6px;
	float:left;
}
.bottomnavend {
	width: 102px;
	height: 22px;
	text-align: center;
	padding-top: 6px;
	float: left;
}
.footer {
	width: 782px;
	height: 8px;
	background-image: url(../images/footer.gif);
	text-align: center;
	padding: 10px;
	float: left;
}

/* HEADERS */
.right H2  {
    font-size: 18px; 
    font-weight: bold; 
    margin-bottom: 10px;
    margin-top: 0; 
    padding: 0; 
    }
.right H3  {
    font-size: 16px;
    margin-bottom: 10px; 
    margin-top: 0;
    padding: 0; 
    font-weight: bold; 
 }
.right H4 {
    font-size: 14px; 
    font-weight: bold; 
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;     
 }
/* UTILITY CLASS */
div.c { clear: both;}
/* TABLE DEFINITIONS */
.right TABLE  {
    width: 100%; 
    margin-top: 10px; 
}
.right TABLE THEAD TR  {
    background-color: #073f89; 
    color: #fff; 
    font-weight: bold; 
}
.right TABLE.gray TBODY TR  {
    background-color: #ededed; 
}
.right TABLE.gray TBODY TR TD.b {
    font-weight: bold; 
}
.right TABLE.gray TBODY TR TD.even  {
    background-color: #fff; 
}
#orderform { margin: 2px; padding: 2px; }
#orderform * { padding: 0px; margin: 0; }
blockquote.imp UL { margin-top: 10px; margin-bottom: 10px; padding-bottom: 0; padding-top: 0; }

