/*Main Container*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images2/bg_rep.gif);
	background-repeat:repeat;
}

h3 {
	font-size:12px;
	color:#2C2D43;
	text-decoration: underline;
}

h4 {
	font-size:11px;
	color:#2C2D43;
}

h5 {
	font-size:11px;
	color:#ACC270;
	text-decoration:underline;
}

p.dark {
	font-size:11px;
	color:#003333;
	text-decoration:underline;
}

p {
	padding-left:5px;
	text-align:left;
}

.area a:link {
	color:	#003366;
	text-decoration:underline;
}

.area a:hover {
	color:#990000;
	text-decoration:underline;
}

.area a:visited {
	color:#990000;
	text-decoration:underline;
}

.hrzContainer {
	width:100%;
	margin:0 auto;
}
.hrzContainer ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle {
	float: left;
	width: 32px;
	height: 319px;
	margin: 1px;
	margin-right: -10px;
	background:  url(../images2/blade.gif) no-repeat;
}
.handleOver{	
	background: url(../images2/blade_sel.gif) no-repeat;
}
.handleSelected{
	
	background: url(../images2/blade_sel.gif) no-repeat;
}
/*Content Container*/
.contentWrapper{

	
	width: 680px;
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
	
}
.contentWrapper h3{
	border-bottom: 1px solid silver;
	color: rgb(172, 194, 112);
}
/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 319px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	padding-left: 2px;
	float: left;	
	width:680px;
	height: 319px;
}

/*Main Container*/
.hrzContainer3 {
	width:100%;
}
.hrzContainer3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 64px;
	height: 314px;
	text-align:center;

	background: #666;
	border: 1px solid white;
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{
	
	background: red;
	border: 1px solid white;
}
.handleOver3 img{
	margin-top:2px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
	background: #000;
	border: 1px solid white;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 10px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 319px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {
	
	float: left;	
	
	height: 319px;
}

/*MAIN CONTENT*/
#main {
	margin:0 auto;
	width:800px;
}

#banner {
	background-image:url(../images2/banner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:99px;
}

.img_pad {
	padding-right:10px;
	padding-bottom:10px;
}

.buttons {
	background-image:url(../images2/bg_nav.gif);
	background-repeat:repeat-x;
	height:42px;
	width:800px;
	padding-top:2px;
}

.pad {
	float:left;
	margin-left:10px;
}

.description {
	text-align:center;
	font-size:9px;
	margin-top:0;
}

/*###*/
#home a {
	background-image:url(../images2/btn_home.jpg);
	width:89px;
	height:39px;
	display:block;
}

#home a:hover{
	background-image:url(../images2/btn_home_on.jpg);
	height:39px;
	width:89px;
}

/*###*/
#services a {
	background-image:url(../images2/btn_services.jpg);
	margin-left:10px;
	width:93px;
	height:39px;
	display:block;
}

#services a:hover{
	background-image:url(../images2/btn_services_on.jpg);
	height:39px;
	width:93px;
}

/*###*/
#resource a {
	background-image:url(../images2/btn_resources.jpg);
	margin-left:10px;
	width:98px;
	height:39px;
	display:block;
}

#resource a:hover{
	background-image:url(../images2/btn_resources_on.jpg);
	height:39px;
	width:98px;
}

/*###*/
#contact a {
	background-image:url(../images2/btn_contact.jpg);
	margin-left:10px;
	width:105px;
	height:39px;
	display:block;
}

#contact a:hover{
	background-image:url(../images2/btn_contact_on.jpg);
	height:39px;
	width:105px;
}

.area {
	background-image:url(../images2/body_bg_repy.gif);
	background-repeat:repeat-y;
	width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer {
	background-image: url(../images2/footer.jpg);
	width:800px;
	height:27px;
	clear:both;
	float:left;
	color:#e2e2e2;
	font-size:12px;
}

#footer a:link, a:visited {
	color:#e2e2e2;
	text-decoration:none;
}

#footer a:hover {
	color:#e2e2e2;
	text-decoration:underline;
}

/*###error checking###*/

#errormsg {
	border:2px solid #c00;
	padding:5px;
	width:20em;
}    
.error {
	background: #FF0033;
}

/*###carry-over###*/
h1.polyspun {
	color: #000000;
	font-size: 8pt;
}

.boxtable {
	border-collapse: collapse;
}
.boxtableheader {
	background-color: #000063;
	border: 1px solid #000063;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	margin: 5px;
	padding: 8px;
}
.boxtablerow {
	background-color: #FFFFFF;
	border: 1px solid #000063;
	color: #000000;
	font-size: 9pt;
	margin: 5px;
	padding: 5px;
}
.boxtablerow2 {
	background-color: #000063;
	border: 1px solid #000063;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	margin: 5px;
	padding: 8px;
}