@charset "utf-8";

@import "forms.css";
/* CSS Document */

/* for min-width to work for ie browsers */
* html .minwidth {border-left:1000px solid #fff; position:relative; float:left; z-index:1;}
* html .iecontainer {margin-left:1000px; position:relative; float:left; z-index:2; text-align:left;}

body

{	
	background-color:#b8b8b8;
	font-family: Tahoma, Geneva, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 10px 0px 0px 0px;	
	text-align:center;	
}

a { color: #053769;
	font-weight: bold;
}

a:hover { color: #950019;
}

h1
{
	color: #c26601;
	font-size: 18px;
	font-family: Tahoma, Geneva, arial, sans-serif;
}

table { font-family: Tahoma, Geneva, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
}

#wrap
{
	position:relative;
	
	width:742px;
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	
	height:100%;
	
	text-align:left;
}

#header
{
	position:relative;
	
	margin-right:auto;
	margin-left:auto;
	
	width:742px;
	
	vertical-align:middle;
}


#content
{
		
	margin-top:0px;
	
	width:739px;
	background-color: white;
	border-bottom: 1px solid #667;
}



/*  left navigation  */

td.left_nav
{
	width: 180px;	
	vertical-align:top;
}

td.left_nav .links
{
	
	margin: 0px 40px 0px 0;
	border-bottom: 2px solid #d2d2d2;
}

td.left_nav .links a
{
	display: block;
	font-size: 14px;
	font-family:  Tahoma, Geneva, arial, sans-serif;
	color: black;
	margin: 10px 0 10px 20px;
	text-decoration: none;
}

td.left_nav .links a:hover
{
	color: #c26601;
}

td.left_nav .links a.act
{
	display: block;
	font-size: 14px;
	font-family:  Tahoma, Geneva, arial, sans-serif;
	color: #c26601;
	margin: 10px 0 10px 20px;
	text-decoration: none;
}

td.left_nav .links a.act:hover
{
	color: black;
}

/* main text */

#copy 
{
	margin-right: 15px;
}

/* footer */

#footer {position:relative;
	
	width:742px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	font-size: 12px;	
	height:107px;
	
	color: #000000;
	
	text-align:center;
}


#footer .links { padding-top: 25px;
	text-align: center;	
	font-weight: bold;
}

#footer .links a {
	color: black;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

#footer .links a:hover { 
	color: #c26601;
}


.spacer { clear: both; }

/* text styles */

.emph
{
	color: #c26601;
	font-size: 1em;
	font-weight: bold;
	font-family: Tahoma, Geneva, arial, sans-serif;
}

