body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table
{ margin:0px; padding:0px; }

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/mainbg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-size:12px;
	margin:0;
	padding:0;}

.container
	{width:837px;
	min-height:621px;
	padding-top:24px;
	margin:auto;
}

.header	{
	z-index:1;
	background-image: url(/images/header.png);
	height:165px;
	width:837px;
	background-repeat: no-repeat;
	margin-top:0px;
}

.rotation {
	z-index:-1;
	top:22px;
	left:235px;
	float:left;
	position:relative;
}


.navbar {
	height:31px;
	width:837px;
	margin:0px;
	background-repeat: no-repeat;
}

.home {
	background-image:url(/images/home-bg.png);
	width:837px;
	height:401px;
}


	
.middle	{
	background-image: url(/images/middlebg.png);
	width:757px;
  	min-height:300px;
  	height:auto !important;
  	height:300px;
	margin:0px;
	background-repeat:repeat-y;
	padding-left:40px;
	padding-top:20px;
	padding-right:40px;

}


  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

.leftbox {
	width:480px;
  	height:300px;
	float:left;
	position:relative;
}

.righttbox {
	width:320px;
  	height:300px;
	float:left;
	position:relative;
}
	


.footer	{
	text-align:center;
	width:837px;
	padding:0px;
	margin:0px;
	position:relative;
	top:-10px;
}

.end	{
	background-image: url(/images/footer.png);
	height:28px;
	width:837px;
	background-repeat: no-repeat;
	margin-top:0px;
}

.bottomtext	{
	color: #006633;
	font-size:11px;
}

.welcome {
	font-size: 11px;
	line-height:22px;}
	
p	{
	color: #000000;
	font-size: 13px;
	line-height:18px;}



h1 {
	font-size: 19px;
	color: #006600;
	line-height:25px;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	font-weight: bold;
	color: #006600;}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;}
	
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #663300;}

.greenline {
	color:#006600;
	height:5px;
	width:500px;
	background-color:#006600;
	margin:10px;
}
	
ul.bullet {
	list-style-type: none;
	color: #000000;
	font-size: 11px;
	line-height:25px;
	margin-left:10px;
	} 
	
li.bullet {
	background: url(/images/mybullet.gif) left center no-repeat;
	text-indent:25px;
	}
	
li.nobullet {
	text-indent:25px;
	}

.greentext {
	color: #009900;
	font-weight:bold;
}

.errormessage{
	color: #990000;
}


a:link.bottomlinks	{
	color: #000000;
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
	}
	
a:visited.bottomlinks	{
	color: #000000;
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
	}

a:hover.bottomlinks	{
	color: #000000;
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration: underline;
	}
	
a:link.doclink	{
	color: #006633;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
	}
	
a:visited.doclink	{
	color: #006633;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
	}

a:hover.doclink	{
	color: #006633;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration: underline;
	}

a:link	{
	color: #006600;
	font-weight:bold;
	text-decoration: none;
	margin:0;
	padding:0;
	}

a:visited	{
	color: #006600;
	font-weight:bold;
	text-decoration: none;
	margin:0;
	padding:0;
	}

a:hover	{
	color: #006600;
	font-weight:bold;
	text-decoration: underline;
	margin:0;
	padding:0;
	}


a:link.footer	{
	font-size:10px;
	color:#E4DED6;
	margin:0;
	padding:0;
	text-decoration:none;
	}
	
a:visited.footer	{
	font-size:10px;
	color:#E4DED6;
	margin:0;
	padding:0;
	text-decoration:none;
	}

a:hover.footer	{
	font-size:10px;
	color: #594B3A;
	margin:0;
	padding:0;
	text-decoration:none;
	}
	
.highlighttext {
	color: #594B3A;
	font-weight:bold;
	}

.tableblue {
background-color:#007799;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
	}
	
.tablerow1{
background-color: #D7D7F2;
	}	
	
.tablerow2 {
background-color: #C1B39F;
border:#663300 thin solid;
	}

.redtext {
        color: #000099;
        font-weight:bold;
        line-height:30px;
        margin-left:20px;
}


