/* SET THE TYPEFACE FOR THIS PROJECT */
/* COLOR IS SET DYNAMICALLY */


/* 
body * {
	border: 1px solid blue;
}
*/

html body div#page_hold a {
	color: #318494;
	text-decoration: underline;

}

body {
	font-family: verdana, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
	text-align: center;	
	color: #626262;
}

#ZoomBox {
	border: 1px solid #93bf2a;

}

/* SITE SPECIFIC CSS */



/* MAIN PAGE SIZES */

div#page_hold {
	margin: auto;
	width: 820px;

}

body#home div#page_hold {


}

* html body div#page_hold {

}



div.container {
	border: 1px solid #93bf2a;
	background: url(../images/bg.gif) top left no-repeat;
	clear: both;
}

* html body div.container {

}

/* THIS CONTAINER IS OUTSIDE OF THE MAIN CONTAINER SO NEEDS WIDTH */
div#footer_container {
	width: 820px;

}


div#header {	
	text-align: left;
	width: 201px;
	float: left;

}

div#header #header_logo {

}

/* IE6 FIXES */
* html body div#header #header_logo {

}

div#page_head {

}

* html body div#page_head {


}

div#content {
	margin-left: 203px;
	padding: 20px;
}

* html body div#content {


}

body#home div#content {

}

.padding {


}


div.left {

}

div.right {

}

div.large {
	float: left;
	width: 650px;

}

div.small {
	float: left;
	width: 180px;
}

.clear {
	clear: both;
	height: 1px;

}

a:hover.off {
	color: white;
}

div#footer_container {
	text-align: center;
	margin: auto;
	font-size: 8px;
}

div#footer {


}
