/* 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: #cfd9e1;	
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #5c5e65;
	margin-top: 0px;
	
	text-align: center;
}

/* standards */

form, td {margin:0px; padding:0px; vertical-align: top;}

table, td {border-collapse:collapse;}

a {
	color: #04689b;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {color: #4aaa42;}

hr {color: #E4E4E4;}

li { margin-bottom: 8px;}

/* main styles */

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

#header
{
	position:relative;
	
	margin-right:auto;
	margin-left:auto;
	margin-top: 0;
	margin-botton: 0;
	
	width:776px;
	height:270px;
	
	text-align:left;
}

#menu_bar
{
	position:relative;
	
	margin-right:auto;
	margin-left:auto;
	margin-top: 0;
	margin-botton: 0;
	
	width:776px;
	height:29px;
	
}

/* subbutton area */

#subbutton
{
	position:relative;
	
	margin-right:auto;
	margin-left:auto;
	
	width:776px;
	height:30px;
	
	text-align: left;
	background-color: white;
}

#topright
{	
	font-size: 9px;
	text-align: right;
	padding: 2px 10px 0 0;
	line-height: 1em;
	width: 766px;
	border: 1px;
}

#topright a
{
	font-size: 9px;
	color: #5c5e65;
	text-decoration: none;
}

#topright a:hover
{
	color: #04689b;
}

#topleft
{ 
	text-align: left;
	font-size: 12px;
	line-height: 1.1em;
	padding-left: 10px;
}

#topleft a
{
	font-size: 12px;
	color: #4aaa42;
	text-decoration: none;
	padding-right: 10px;	
}

#topleft a:hover
{
	color: #5c5e65;
}

/* text area */

#textarea
{
	position:relative;
	
	margin-right:auto;
	margin-left:auto;
	
	background-color: white;
	width:776px;
}

#text_table
{
	width:776px;
	border: 0px;
}

.lefttd 
{
	width: 215px;
	padding-right: 3px;
	border-right: 1px solid #E4E4E4;
}

.lefttd .text
{ 
	margin: 8px 4px 20px 20px;
}

.centertd
{
 	width: 335px;
	padding-right: 3px;
	border-right: 1px solid #E4E4E4;	
}

.centertd .text
{ 
	padding: 8px 20px 20px 10px;
}

.righttd
{
 	width: 225px;
	padding-right: 0;	

}

.righttd .text
{ 
	padding: 8px 10px 20px 10px;
}

.lefttdsub
{
	width: 550px;
	padding-right: 3px;
	border-right: 1px solid #E4E4E4;
}

.lefttdsub .text
{ 
	margin: 8px 30px 20px 30px;
}

.lefttdstock
{
	width: 760px;
	padding-right: 3px;
	border-right: 1px solid #E4E4E4;
}

.lefttdstock .text
{ 
	margin: 8px 30px 20px 30px;
}

img.bord
{
	border: 1px solid #04689b;
}

/* font styles */

.textheaderbg
{
	background-image: url(images/col_header_bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	margin: 0;
	border-left: 10px solid #025179;	
}

td.lefttd .textheaderbg { width: 201px; }
td.centertd .textheaderbg { width: 321px; }
td.righttd .textheaderbg { width: 208px; }
td.lefttdsub .textheaderbg { width: 540px; }

.textheading, .textheading a
{
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 7px;
	line-height: 1em;
	text-decoration: none;
}

.textheading a:hover
{
	text-decoration: underline;
}
	
.emph 
{ 
	color: #4aaa42;
	font-weight: bold;
}

.emphlg 
{ 
	color: #4aaa42;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1em;
	display: block;
	text-transform: uppercase;
	margin: 0;  
}
.emphbkg 
{ 
	background-color: #eaefe9;
	padding: 3px 10px;
}

a.emphlg 
{ 
	color: #4aaa42;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0;
}



/* footer */
#menu_bar_footer
{
	position:relative;
	
	margin-right:auto;
	margin-left:auto;
	
	width:776px;
	height:27px;
}

#footer_blue 
{
	background-color: #04689b;
	height: 39px;
	text-align: center;
	color: white;
	font-size: 12px;
	vertical-align: middle;
}
#footer
{
	position:relative;
	
	margin-right:auto;
	margin-left:auto;
	
	width:776px;
	height:27px;
}

#footer div
{
	
	height: 39px;
	text-align: center;
	color: white;
	font-size: 12px;
	vertical-align: middle;
}	



