@charset "utf-8";



/* 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:#596665;
	background-image:url(images/bg_repeat.jpg);
	background-position:top;
	background-repeat:repeat;
	font-family:"Arial", sans-serif;
	font-size:12px;
	line-height: 1.4em;
	margin-top:15px;
	color: #3b3e3c;
	text-align:center;
	
	/* scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#817656;
	scrollbar-highlight-color:#817656;
	scrollbar-3d-light-color:#49422f;
	scrollbar-base-color:#FFFFFF;
	scrollbar-dark-shadow-color:#49422f;
	scrollbar-shadow-color:#817656;
	scrollbar-track-color:#ccc29e; */
}

td
{
	font-family:"Arial", sans-serif;
	vertical-align:top;
	font-size:12px;
	line-height: 1.4em;
	color: #3b3e3c;
}

a
{
	color: #2d6497;
}

a:hover
{
	color: #8ca8c2;
}

.dots
{
	background-image:url(images/button_unline.gif);
	background-repeat: repeat-x;
}

	

#wrap
{
	position:relative;
	
	width:699px;
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	
	height:100%;
	
	text-align:left;
	
	background-image:url(images/table_bg_repeater.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
#wrap_noline
{
	position:relative;
	
	width:699px;
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	
	height:100%;
	
	text-align:left;
	
	background-image:url(images/table_bg_repeater_noline.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

.maintable
{
	background-image: url(images/table_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 699px;
}

.maintable_noline
{
	background-image: url(images/table_bg_noline.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 699px;
}

.maintableform
{
	background-image: url(images/table_formbg.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 699px;
}


/* buttons */

td.buttons
{
	width: 194px;
}

.buttonarea
{
	height: 300px;
	margin: 5px 5px 30px 25px;
	color: white;
	text-transform: uppercase;
}

.buttonarea a
{
	display: block;
	color: white;
	text-decoration: none;
	font-size: 11px;
	margin: 8px 0 8px 0;
}

.buttonarea a:hover
{
	color: #8ca8c2;
}

.buttonarea a.act
{
	display: block;
	color: #8ca8c2;
	text-decoration: none;
	font-size: 11px;
	margin: 8px 0 8px 0;
}

.buttonarea a.act:hover
{
	text-decoration: none;
}
	
/* text areas */

td.maintextleft
{
	width: 255px;
}	

.lefttext
{
	margin: 12px 15px 20px 15px;
}

.lefttextform
{
	margin: 12px 30px 20px 35px;
}

td.maintextright
{
	width: 250px;
}

.righttext
{
	margin: 12px 25px 20px 13px;
}



/* font styles */

.heading 
{
	color: #002d65;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3em;	
	margin-bottom: 8px;
}

.emph
{
	color: #002d65;
	font-size: 1.2em;
	font-weight: bold;
}


/* footer */

.footer
{	background-image: url(images/footer_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
    color: #FFFFFF;
}
.footer_noline
{	background-image: url(images/footer_bg_noline.jpg);
	background-position: top;
	background-repeat: no-repeat;
    color: #FFFFFF;
}
.footerform
{	background-image: url(images/footer_formbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
    color: #FFFFFF;
}

td.footer
{
	width: 660px;
}

.footertext
{
	margin: 20px 30px 15px 30px;
} 	
