
/* ----- CLIENT NAME GLOBAL STYLESHEET ------*/
/* ----- CREATED:  ------------------*/

/* -- general styles for site -- */

body { /* only the font-family and color should change here */
	font-size:62.5%	;
	font-family:Arial, Verdana;
	line-height:1.4;
	font-size:10pt;
	color:#000;
}
li {}
p {
	margin-bottom:15px;
	line-height:1.5;
}
a {
	color:red;
}
a:hover {
	color:blue;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-bottom:10px;
}
h1 {font-size:14pt;}
h2 {font-size:13pt;}
h3 {font-size:12pt;}
h4 {}
h5 {}
h6 {}

.printonly {
	 display:none;
}
#sitelogo {

}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */

table.PageBoundingBox, table.ContentBoundingBox, #header-wrapper, #footer-wrapper { /* these are all (if any) containers that need to stretch 100% */
	 width:760px;
}
#header-content,  #footer-content { /* these are all containers that need to be a fixed width for the site */	
	width:760px; /* fixed with of site content areas go here */
	margin: 0 auto;
}
td.MainContent { background: #f4f3e5; width:565px; padding: 10px;}
td.LSB { width: 185px; }

