/* CSS Document */

* {margin: 0; padding: 0;}

html>body{  
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: small;
}

body {
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	background:url(../images/body_bkgd.gif);
}
/******************link styles******************/
a, a:link {	
	color:#996666;
}

a:hover {
	text-decoration:underline;
	}

a:visited {
	color:#CC9966;
	}
/*********************font styles*******************/
p {
	font-size: 100%;
	line-height:130%;
	color:#369;
	margin-bottom:10px;
	}
	
/****heading styles****/	
H1 {
	font-size:110%;
	color:#996666;
	margin-bottom:5px;
	padding-top:10px;
	}
H2 {
	font-size:100%;
	color:#996666;
	margin-bottom:5px;	
	padding-top:10px; 
}
H3{
	font-size:90%;
	color:#369;
	margin-bottom:5px;
	padding-top:10px;
	}

/*****************div styles*******************/

/**box contains all home page content, rounded box*/
#box {
	margin: 0px auto;
	width:850px;
	background: url(../images/middle.gif) repeat-y;
	}
#box .last {
	background: url(../images/bottom.gif) no-repeat left bottom;
	padding-bottom:20px;
	}
#box h1, #box h2, #box h3, #box p {
	padding-left: 20px;
	padding-right:20px;
}

/*banner contains logo and banner photo*/
#banner {
	margin: 0 auto;
	position:relative;
	width: 100%;
	height: 120px;
	padding-bottom: 0px;	
	}
#banner h1 {	
	background: url(../images/banner_top_bkgd.gif) no-repeat left top;	
	padding-top:20px;
	color:#FFFFFF;
	}
	
/*this div holds the navigation links*/
#navigation {
	float:left;
	padding-left:8px;
	text-align:center;
	}
	
/*home page content div styles*/
#content_wrap {
width:100%;
}	
#column1 {
	float:left;
	width: 30%;	
	}
#column2 {
	float:left;
	width: 64%;	
	border-left: 1px dashed #006699;
	background-color:#f5eae0;
	}
#column3 {
	float:left;
	width: 26%;
}

/*just need this to clear floats*/
#clear
	{
	clear: both;
	padding-bottom:0px;
}

/*footer contains footer info*/
#footer
	{
	clear: both;
	width: 100%;
	margin-top:10px;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#000;
	text-align: center;
}