
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {background-color: #ffffff; } 

body {
	}
	
body { font-family: Verdana; background-color: white; font-size: 10px }
p { font-family: Arial, Verdana; font-size: 10pt; font-style: normal}

/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#Container {
	width: 800px;
/*	text-align: justify; */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 8px;
	background-color: #ffffff;
	border: 1px solid #FC7316;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#Top{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#Top img{
	float: left;
}
#Top h1{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FC7316;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#Top h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FC7316;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}		
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
#nav
{
	height: 20px;
	background-color: #EFEFEF;
	width: 800px;
	margin-top: 0px;
	
}

div#nav ul
{
	height: 20px;
	list-style: none;
	width: 800px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 133px;
	float: left;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;
	
}

div#nav ul li a
{
	width: 100%;
	height: 20px;
	display: block;
	color: #FC7316;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FC7316;
}

div#nav ul li.last
{
	width: 129px;
}

div#nav ul li a:hover
{
	color: #FFFFFF;
	background-color: #FC7316;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
	text-align: left;
	width: 800px;
	padding-top: 5px;
}
/*------------------------------------------------------------*
**  InfoLine
**------------------------------------------------------------*/
div#InfoLine {
	background-color: #FC7316;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/
div#MainText {
	width: 800px;
	clear: both;
	float: left;
	padding-bottom: 0px;
}
div#MainText h1{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FC7316;
	margin-top: 10px;
}

/* Container Left Start*/
div#MainText-left {
	width: 120px;
	margin-top: 8px;
	margin-right: 10px;
}
div#MainText-left ul {
	
	list-style: none;
	width: 107px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 107px;
	float: left;
	text-align: left;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	
}
div#MainText-left ul li a{
	width: 107px;
	height: 15px;
	display: block;
	color: #FC7316;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding-left: 10px;
	background-color: #EFEFEF;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #949494;
}
div#MainText-left ul li a:hover {
	color: #FFFFFF;
	background-color: #FC7316;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #005787;
}
/* Container Right Start, changed from 680 to 670  */
div#MainText-right {
	text-indent: 0pt;
	clear: both;
	width: 680px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 15px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	width: 100%;
	clear: both;
	background-color: #EFEFEF;
}
div#Footer p{
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #949494;
}
div#Footer a{
	color: #FC7316;
	text-decoration: none;
}
div#Footer a:hover{
	color: #005787;
	text-decoration: none;
	
	
/*------------------------------------------------------------*
**  Block
**------------------------------------------------------------*/
}
div#Block {
	background-color: #FC7316;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	height: 20px;
	width: 108px;
	line-height: 15px;
	font-weight: normal;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

/*------------------------------------------------------------*
**  Rounded Corners
**------------------------------------------------------------*/

/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }








