/* CSS Document */
body{
margin:0px;
padding:0px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
		/*FRAME*/
#frame{
width:770px;
margin:20px auto 0px auto;
text-align:left;
color:#fff;
padding:0px;
}
		/*HEADER AREA*/
#header{
color:#fff;
font-family:Arial, Helvetica, sans-serif;
width:100%;
height:159px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}
#header h1{
margin:0px;
padding:0px;
width:430px;
font-size:20pt;
position:relative;
top:18px;
right:-340px;
font-weight:500;
}
		/*TOP NAVIGATION BAR*/
#navigation{
width:100%;
height:38px;
background-image:url(images/nav-back.jpg);
background-repeat:no-repeat;
text-align:right;
padding:0px;
margin:0px;
}
#navigation img{
margin:0px;
padding:0px;
}
		/*LEFT NAVIGATION BAR*/
#left-navigation{
width:220px;
background-image:url(images/left-nav-fill.jpg);
background-repeat:repeat-y;
float:left;
margin:0px 0px 20px 0px;
padding:0px;
font-size:10pt;
}
#left-navigation table{
width:220px;
margin:0px;
padding:0px;
}
#left-navigation table .formelement{
 float:right;
 margin-left:10px; 
 margin-bottom:10px;
 font-size:10px; 
 height:18px;
}

#left-navigation h2{
margin:15px 15px 15px 15px;
font-size:12pt;
font-weight:400;
font-style:italic;
width:190px;
border-bottom:1px solid #fff;
padding:0px 0px 3px 0px;
letter-spacing:-1px;
}
#left-navigation p{
margin:0px;
padding:0px;
}
#left-navigation ul{
margin:0px 15px 0px 15px;
padding:0px;
}
#left-navigation li{
list-style:none;
padding:1px 0px 1px 0px;
}
#left-navigation a{
color:#fff;
text-decoration:none;
}
		/*MAIN CONTENT AREA*/
#content{
color:#000;
width:530px;
float:left;
display:inline;
margin:0px 0px 0px 0px;
padding:20px 0px 0px 20px;
}
#content a:link{
color:#e81;
text-decoration:underline;
}
#content a:visited{
color:#e81;
text-decoration:underline;
}
#content a:hover{
text-decoration:none;
color:#e81;
}
#content h2{
margin:0px 0px 15px 0px;
padding:0px;
font-size:14pt;
font-weight:400;
color:#e81;
}
#content p{
margin:15px 0px 0px 0px;
font-size:10pt;
}
#content ul{
list-style-image:url(images/list-button.gif);
}
#content li{
padding-left:0px !important;
padding-left:5px;
}
#content fieldset{
border-color:#fff;
}
		/*MAIN CONTENT BOX*/
#main-box{
margin:0px 0px 0px 0px;
padding:0px 15px 0px 15px;
width:498px;
border-right:1px solid #e81;
border-left:1px solid #e81;
font-size:10pt;
overflow:visible;
}
#main-box p{
margin:15px 0px 0px 0px;
font-size:10pt;
}
#main-box-bottom{
width:100%;
height:27px;
margin:0px 0px 0px 0px;
padding:0px;
background-image:url(images/box-bottom.gif);
background-repeat:no-repeat;
}
#main-box h2{
margin:0px;
padding:0px;
font-size:14pt;
font-weight:400;
color:#e81;
}
#main-box h3{
margin:15px 0px 0px 0px;
padding:0px;
font-size:11pt;
font-style:italic;
color:#000;
font-weight:bold;
}
#main-box ul{
list-style-image:url(images/list-button.gif);
}
#main-box li{
margin:0px 0px 5px 0px;
}
		/*SMALL BOXES CODE*/
	.smallbox{
	display:inline;
	width:225px;
	height:220px;
	background-image:url(images/box-small.gif);
	background-repeat:no-repeat;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	font-size:8pt;
	}
	.smallbox img{
	margin:10px 0px 10px 0px;
	border:1px solid #d6d6d6;
	}
		/*FOOTER*/
#footer{
background-image:url(images/footer-main.gif);
background-repeat:no-repeat;
width:830px;
height:26px;
text-align:center;
color:#fff;
margin:0px auto 0px auto;
padding:12px 0px 0px 0px;
font-size:9pt;
}
#footer-background{
background-image:url(images/footer-back.gif);
height:38px;
width:100%;
background-repeat:repeat-x;
margin:0px 0px 0px 0px;
padding:0px;
}
#footer a{
text-decoration:none;
color:#fff;
}
		/*UNIVERSAL STYLING AND CLASSES*/
	.orange-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#e81;
	font-weight:400;
	}
		/*SEARCH BOX CODE*/
#search-box{
margin-bottom:15px;
width:530px;

background-color:#d6d6d6;
border-top:1px dashed #ee8811;
border-bottom:1px dashed #ee8811;
font-size:7pt;

}
		/*QUICK LINKS BOX*/
#quick-links{
margin:15px 0px 15px 0px;
padding-top:5px;
padding-left:15px;
padding-right:15px;
width:468px;
border-top:1px dashed #ee8811;
border-bottom:1px dashed #ee8811;
font-size:10pt;
}
		/*SEARCH RESULTS BOX*/
.search-results-box{
margin:20px 0px 0px 0px;
padding:0px 15px 0px 15px;
width:498px;
height:150px;
border-right:1px solid #e81;
border-left:1px solid #e81;
font-size:10pt;
}
.search-results-box img{
margin-right:30px;
float:left;

}
.search-results-bottom{
width:100%;
height:27px;
margin:0px 0px 0px 0px;
padding:0px;
background-image:url(images/box-bottom.gif);
background-repeat:no-repeat;
}
.formelement{
width:180px;
}
em{margin-left:0px;margin-right:0px; padding:0px;width:98%}