body 
{
	background: #C4C4C4;
	font-family: Verdana, sans-serif;
	margin:0;
	padding:0;
}

ul, li, p, div, h1, h2, h3, form  {
margin : 0;
padding : 0;
list-style : none;
}


.clear {
	clear:both;
	}
	
/*-----------------------------------------*/
/*   wrap                                  */
/*-----------------------------------------*/
#wrap {
	position: absolute;
	width:100%;
	width: 800px;
	margin-left:-400px;
	left:50%;
}

/*-----------------------------------------*/
/*   banner                                */
/*-----------------------------------------*/
#header_a {
	width: 100%;
	height:160px;
	background: #ffffff url(../images/header3a.png) no-repeat 50% 0;
	}

#banner {
	width: 100%;
	height:158px;
	}

#banner img {
	border:0;
	display:block;
}

/*-----------------------------------------*/
/*   bodywrap                              */
/*-----------------------------------------*/
#bodywrap {
	clear: both;
	width: 800px;
	background: #ffffff url(../images/bg3a.png) repeat-y 50% 0;
	padding-top:0px;
	overflow:hidden;
	}

/*-----------------------------------------*/
/*   menu                                  */
/*-----------------------------------------*/
#menu {
	width:175px;
	float:right;
	}

div.menubox {
	padding-top:6px;
	}

div.menubox h3 {
	font-family: Verdana;
	text-align: center;
	font-size:16pt;
	color: #000000;
	}

div.menubox ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	}

div.menubox li {
	font-family: Verdana;
	font-size:14pt;
	}

div.menubox a, #menubox a:visited {
	display: block;
	background-image:  url(../images/on.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left:40px;
	padding-top:.1em;
	padding-bottom:.1em;
	margin-left:1px;
	color: #FFFFFF;
	text-decoration: none;
	}

div.menubox #current a {
	background-image:  url(../images/dn.png);
	}

div.menubox a:hover {
	color:#FEE300;
	}

/*-----------------------------------------*/
/*   bodytext                              */
/*-----------------------------------------*/
#bodytext {
	padding-top:15px;
	}

/*-----------------------------------------*/
/*   fulltext                              */
/*-----------------------------------------*/
#fulltext {
	width:624px;
	float:left;
	}

#fulltext h1, 
#fulltext h2, 
#fulltext h3 {
	font-size: 16pt;
	font-family: 'Verdana';
	color: #000000;
	padding-left:45px;
	padding-right:45px;
	padding-top:5px;
	padding-bottom:11px;
	}

#fulltext h4 {
	font-size: 12pt;
	font-family: 'Verdana';
	color: #000000;
	padding-left:45px;
	padding-right:45px;
	padding-bottom:0em;
	padding-top:.25em;
	}

#fulltext h5 {
	font-size: 10pt;
	font-family: 'Verdana';
	font-weight:bold;
	color:#000000;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:45px;
	padding-right:45px;
	}

#fulltext p {
	font-size: 10pt;
	font-family: 'Verdana';
	color:#5F5F5F;
	padding-top:0em;
	padding-bottom:.75em;
	padding-left:45px;
	padding-right:45px;
	}


#fulltext p.referee {
	font-size:11pt;
	text-align:right;
	font-style:italic;
	padding-bottom:15px;
	}

#fulltext p.testimonial {
	font-size:13pt;
	padding-top:15px;
	}

#fulltext ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	margin-bottom:.75em;
	}

#fulltext li {
	background-color: #ffffff;
	background-image: url(../images/bullet.png);
	background-position: 0% 50%;
	padding-left: 20px;
	margin-top:.1em;
	margin-bottom:.1em;
	background-repeat: no-repeat;
	margin-left: 50px;
	font-size: 10pt;
	font-family: 'Verdana';
	color: #5F5F5F;
	}

#fulltext div.PayrollTable {
	width:525px;
	background : url(../images/maintextgreen.png) 0% 30%;
	margin-left:45px;
	}
	
#fulltext div.PayrollTable p {
	padding-left:0;
	padding-right :0;
	margin:0;
	font-weight:bold;
	}
	
#fulltext div.Subject {
	width :300px;
	padding-left:75px;
	float:left;
	}
	
#fulltext div.Price {
	width:100px;
	float:left;
	}

	
#fulltext div.commentbox {
	background : url(../images/maintextgreen.png) top left;
	width :525px;
	margin-left:45px;
	padding-top : 25px;
	}
	
#fulltext div.commentbox h5 {
	text-align : center;
	font-size: 16pt;
	margin:0;
	padding-bottom : 12px;
	}
#fulltext div.comment2box {
	background : url(../images/maintextgreen.png) bottom left;
	width :525px;
	margin-left:45px;
	margin-bottom:18px;
	padding-bottom:15px;
	}
/*-----------------------------------------*/
/*   maintext                              */
/*-----------------------------------------*/
#maintext
{
    width:470px;
    float:right;
}

#maintext h1, #maintext h2, #maintext h3
{
font-size: 12pt;
font-family: 'Verdana';
color: #000000;
text-align:center;
padding-top:6px;
padding-bottom:2px;
margin-right:15px;
}

#maintext h4
{
font-size: 8pt;
font-family: 'Verdana';
color: #000000;
text-align:center;
padding-bottom:6px;
margin:0px 15px 0px 0px;
}

#maintext p
{
font-size: 10pt;
font-family: 'Verdana';
color:#5F5F5F;
padding-top:.4em;
padding-bottom:.4em;
margin-right:15px;
}

#maintext img
{
	float:right;
	padding-left:15px;
	padding-right:10px;
}

#maintext ul
{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#maintext li
{
    background-color: #ffffff;
    background-image: url(../images/bullet.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top:.1em;
    margin-bottom:.1em;
    margin-left: 20px;
    font-size: 10pt;
    font-family: 'Verdana';
    color: #5F5F5F;
}
/*-----------------------------------------*/
/*   sidebar                               */
/*-----------------------------------------*/
#sidebar
{
    width:150px;
    float:left;
}

#sidebarheader, #sidebarfooter
{
width:624px;
float:left;
}

#sidebarfooter
{
padding-top:20px;
}

#sidebarheader h1, #sidebarheader h2, #sidebarheader h3,
#sidebarfooter h1, #sidebarfooter h2, #sidebarfooter h3
{
font-size: 16pt;
font-family: 'Verdana';
color: #000000;
text-align:left;
padding-bottom:2px;
margin-right:45px;
margin-left:45px;
}

#sidebarheader h4, #sidebarfooter h4
{
font-size: 8pt;
font-family: 'Verdana';
color: #000000;
text-align:center;
padding-bottom:6px;
margin:0px 15px 0px 0px;
}

#sidebarheader p, #sidebarfooter p
{
font-size: 10pt;
font-family: 'Verdana';
color:#5F5F5F;
padding-top:.4em;
padding-bottom:.4em;
margin-right:45px;
margin-left:45px;
}

#sidebar h3
{
    font-size: 11pt;
    font-family: Verdana;
    text-align:center;
    color:#FFFFFF;
    background:#999999;
    border-bottom: solid 1px #000000;
}

#sidebar p
{
    font-family: Verdana;
    padding-left:4px;
    padding-right:4px;
    padding-bottom: .5em;
    font-size: 8pt;
}

#sidebar a
{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
}


/*-----------------------------------------*/
/*   maintext2                              */
/*-----------------------------------------*/
#maintext2
{
    width:340px;
    float:right;
}

#maintext2 h1, #maintext2 h2, #maintext2 h3
{
font-size: 16pt;
font-family: 'Verdana';
color: #000000;
text-align:left;
padding-bottom:2px;
margin-right:45px;
margin-left:10px;
}

#maintext2 h4
{
font-size: 8pt;
font-family: 'Verdana';
color: #000000;
text-align:center;
padding-bottom:6px;
margin:0px 15px 0px 0px;
}

#maintext2 p
{
font-size: 10pt;
font-family: 'Verdana';
color:#5F5F5F;
padding-top:.4em;
padding-bottom:.4em;
margin-right:45px;
margin-left:10px;
}

#maintext2 img
{
	float:right;
	padding-left:15px;
	padding-right:10px;
}

#maintext2 ul
{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#maintext2 li
{
    background-color: #ffffff;
    background-image: url(../images/bullet.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top:.1em;
    margin-bottom:.1em;
    margin-left: 20px;
    font-size: 10pt;
    font-family: 'Verdana';
    color: #5F5F5F;
}
/*-----------------------------------------*/
/*   sidebar2                              */
/*-----------------------------------------*/
#sidebar2
{
    width:225px;
    float:left;
	background-color:#C0F0F0;
	background-image:  url(../images/sidebar2_225w.png);	
	margin-left:25px;
	padding-left:0px;
	margin-bottom:10px;
}

#sidebar2 h3
{
    font-size: 11pt;
    font-family: Verdana;
    color:#DD0000;
	padding-left:10px;
	padding-right:10px;
    padding-top:10px;
    margin-bottom: 10px;
    padding-bottom:5px;
    text-align:center;
    color:#FFFFFF;
}

#sidebar2 p
{
    font-family: Verdana;
    padding-bottom: .5em;
    font-size: 9pt;
	padding-left: 12px;
	padding-right: 12px;
    color:#FFFFFF;
}

#sidebar2 a
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.sidebar2bottom
{
	background-image:  url(../images/sidebar2bottom_225w.png);
	background-repeat:no-repeat;	
	background-position:left bottom;
	height:8px;
	
}

/*-----------------------------------------*/
/*   TwoCol                                */
/*-----------------------------------------*/
#twocolheader, #twocolfooter
{
width:624px;
float:left;
}

#twocolfooter
{
padding-top:20px;
}

#twocolheader h1, #twocolheader h2, #twocolheader h3,
#twocolfooter h1, #twocolfooter h2, #twocolfooter h3
{
font-size: 16pt;
font-family: 'Verdana';
color: #000000;
text-align:left;
padding-bottom:2px;
margin-right:45px;
margin-left:45px;
}

#twocolheader h4, #twocolfooter h4
{
font-size: 8pt;
font-family: 'Verdana';
color: #000000;
text-align:center;
padding-bottom:6px;
margin:0px 15px 0px 0px;
}

#twocolheader p, #twocolfooter p
{
font-size: 10pt;
font-family: 'Verdana';
color:#5F5F5F;
padding-top:.4em;
padding-bottom:.4em;
margin-right:45px;
margin-left:45px;
}

#leftcol
{
    width:300px;
    float:left;
}

#rightcol
{
    width:300px;
    float:right;
}

#leftcol p, #rightcol p
{
font-size: 12pt;
font-family: 'Verdana';
color:#5F5F5F;
padding-top:.4em;
padding-bottom:.4em;
text-align:center;
}
/*-----------------------------------------*/
/*   sidebarbox                            */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*   storybox                              */
/*-----------------------------------------*/
#storybox
{
    padding-bottom: 5px;
}

/*-----------------------------------------*/
/*   helpform                              */
/*-----------------------------------------*/
#helpform
{
    padding-left:45px;
    padding-right:45px;
    width:500px;
    clear:left;
    margin-bottom:15px;
}

#sample
{
    border:solid 1px #373737;
    margin-left:49px;
    margin-right:49px;
}


#sitemap
{
	width:550px;
	float:left;
	padding-left:45px;
}

#sitemap ul
{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
margin-bottom:.75em;
}

#sitemap li
{
    background-color: #ffffff;
    padding-left: 20px;
    margin-top:.1em;
    margin-bottom:.1em;
    margin-left: 50px;
    font-size: 10pt;
    font-family: 'Verdana';
    color: #5F5F5F;
}

#sitemap li.indent1
{
	padding-left:20px;
	margin-left:70px;
}

.webform {
	width:500px;
	margin-left:40px;
	margin-right:20px;
	font-size: 14px;
	color: #3F3F3F;
}

div.formbutton {
	text-align:center;
	}
	
input.btn { 
	color:#000; 
	font-size: 13pt;
	font-weight:bold;
	background-color:#c8fab9; 
	border:2px solid; 
	padding:.25em .75em;
	border-color: #696 #363 #363 #696; 
	} 
	
input.btnhov { 
	  border-color: #6c3 #390 #390 #6c3;
	  background-color:#71d652
	}
/*-----------------------------------------*/
/*   footer                                */
/*-----------------------------------------*/
#footer
{
    width: 800px;
    clear: left;
    padding-bottom: 6px;
    background-attachment: scroll;
    background-position:bottom;
    background-image: url(../images/bg3a.png);
    background-repeat: repeat-y;
    background-color: #ffffff;
}

#footer p
{
    width:629px;
    font-size: 8pt;
    padding-top:10px;
    vertical-align: middle;
    color: black;
    font-family: Verdana;
    text-align: center;
}
