@charset "utf-8";

/* 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

{
	
	font-family:"Arial", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin-top:0px;
	text-align: center;
	vertical-align: top;
}

td
{
	font-family:"Arial", sans-serif;
	vertical-align:top;
	font-size: 14px;
	text-align: left;
	color: #000000;
}
ul
{
	margin-top: 0px;
}
li 
{
	margin-bottom: .3em;
}
a
{
	color: #000000;
}



#main
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

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



/* header */
#header
{	
	display: none;
}



#maintext
{
	width: 677px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

#maintext table.threebox
{	
	width: 677px;
	margin-bottom: 10px;
}



/* home page */




td.bx1
{
	width: 239px;
}

td.bx1 div.text
{
	padding: 10px 20px 15px 40px;
}

td.bx2
{
	width: 210px;
}

td.bx2 div.text
{
	padding: 10px 19px 15px 13px;
}

td.bx3
{
}
td.bx3 div.text
{
	padding: 10px 40px 15px 13px;
}

/* subpage */

td.bx1sub
{
	width: 677px;
}


td.bx1sub div.text
{
	padding: 25px 70px 25px 60px;
}



/* font options */
.heading
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}


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


/* footer */
#footer
{
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 677px;
}

#footer .text
{
	padding-top: 5px;
	position: relative;
}

#footer a
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	line-height: 2.3em;
}



