*
{
	margin: 0;
	padding: 0;
}

body {
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image: url("/images/background.gif");
	background-position: center;
	background-repeat: repeat-y;
}


h1{
	font-size:14px;
	color:#10147e;
}
#holder{
	width:797px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background:#FFFFFF;
	height:auto;
}

#holder table{
	position: relative;
	left:-4px;
	top:-4px;
	width:780;
	

}
#holder table td{
	vertical-align: top;	
}



#bluespacer{
	left:-3px;
	top:-2px;
	width:800px;
	height:16px;
	background:#10147e;
	position: relative;
	}

#mainimage{
	width:636px;
	height:316px;
	position:relative;
	top:-13px;
	left:-3px;
	}
#sidebar{
	left:-1px;
	width:164px;
	height:482px;
	background-image:url("/images/navbackground.jpg");
	background-repeat:no-repeat;
	position:relative;
	padding-top:8px;
	font-family: Verdana;
	font-size:8.5pt;
	}
#sidebar ul{
	list-style:none;
	margin: 0;
	padding-left: .5px;
	font-weight: bold;
	padding-bottom:4px;
}
#sidebar ul li{
	list-style:none;
	margin: 0;
	padding-left: 10px;
	padding-bottom:4px;
}

#sidebar ul li a{
	text-decoration: none;	
	color: black;

}
#sidebar ul li a:hover
{
	color: blue;
}

#sidebar ul li ul{
	font-weight: normal;
}

#homeseparator hr{
	position:relative;
	top:-10px;
	}

#separator hr{
	width:633px;
	height:2px;
	background-color:#ECBF0D;
	position:relative;
	left:165px;
	bottom:460px;
	}

#testimonials{
	width:250px;
	background-image:url(/images/boxbackground.jpg);
	background-repeat:repeat-x;
	position:relative;
	float:right;
	right:5px;
	font-size:10px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	}
#testimonialheader{
	background-image:url(/images/boxheader.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	height:24px;
	padding-top:2px;
	}

#testimonialtext{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	color:#333399;
	}
#content{
	width:620px;
	position:relative;
	display:block;
	padding-left:10px;
	text-align:left;
	line-height:1.2em;
	}

#content p{
	padding-top:10px;
	padding-bottom:10px;
	}

#content ul{
	list-style-type: disc;
	padding-left: 18px;
	}

#content table{
	position: relative;
	left:0px;
	top:0px;
}

#homepagecontent{
	width:350px;
	position:relative;
	display:block;
	padding-left:10px;
	text-align:left;
	line-height:1.2em;
	}

#homepagecontent p{
	padding-top:10px;
	padding-bottom:10px;
	}



#bottombar{
	left:164px;
	width:633px;
	position:relative;
	background:#10147E;
	}

#footer{
	/*width:636px;*/
	position:relative;
	float:right;
	text-align:right;
	padding-top:10px;
	padding-right:5px;
	color:#666666;

	}
	
#footer a{
	text-decoration: none;	
	color:#666666;
	}
	
#footer a:hover
{
	color: blue;
}