body {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000;
	background: #444 url(../images/outerHeaderBG.jpg) repeat-x;
}


#wrapper {
	width: 818px;
	margin: 0 auto 20px auto;
	min-height: 300px;
}

#innerWrapper {
	background: url(../images/wrapperBG.gif) repeat-y;
	min-height: 300px;
	padding-top: 1px;
	font-size: 80%;
}

#header {
	background: url(../images/headerBG.jpg) no-repeat;
	height: 100px;
	width: 818px;
	margin: 0 auto;
}

#leftcol {
	min-height: 250px;
	margin-left: 37px;
	width: 228px;
	float: left;
	background: url(../images/leftColBG.jpg) no-repeat;
	border-left:1px solid #000;
}

#content {
	margin: 0 48px 0 275px;
}

#footer {
	height: 63px;
	background: url(../images/footerBG.gif) bottom no-repeat;
	clear:left;	
}

#copyright {
	font-size: .7em;	
	text-align: center;
	margin-bottom: 1em;
	color:#202022;
}

#copyright a{
	color: #202022;
	font-weight: normal;
	
}

#copyright a:hover{
	color: #686870;
}

p {
	margin: 15px 15px 15px 15px;
	color: #444444;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 50px 15px 15px;
	color: #444444;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #444444;
	text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color:#5988A3;
	text-align: center;
	margin: 15px 30px 15px 15px;
}

h3 {
	font-size: 100%;
	margin: 15px 5px 15px 15px;
	font-weight: normal;
}

h4 {
	font-size: 120%;
	margin: 15px 5px 15px 15px;
	font-weight: bold;
}

h5, h6 {
	font-size: 110%;
}

#header a {
	text-decoration: none;
	display: block;	
}

a {
	color:#5988A3;
	font-weight: bold;
}

a:hover{
	color:#2C4251;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 100px 8px 0 6px;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #444;
	padding: 2px 3px;
	border: 1px solid #666;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #CDCDCD;
	border: 1px solid #000;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.center {
	text-align: center;
}

/************** Vertical List *******************/

#info {
	text-align:center;
	
}
	
#info ul {
	list-style-position: outside;
	list-style-type: disc;

}

#info ul li {
	display: inline;
/* for IE5 and IE6 */
	background-image: url(../img/quill3.gif);
	background-repeat: no-repeat;
	padding: 2px 15px 2px 10px;
	background-position: 0em .2em;
	overflow: auto;
}

/* box in left column for phone number and email */

.sidebarBox {
	color: #FFFFFF;
	background: #444444;
	border: 1px solid #556481;
	padding: 6px;
	margin: 50px 8px 0 6px;
	text-align: center;
	font-weight: bold;
}

.sidebarBox a {
	color: #FFFFFF;
}

.sidebarBox a:hover {
	color: #5988A3;
}

.mtText {
	color: #006699;
}	

.cite {
	color: #006699;
	font-style: italic;
}	

.copyright {
	vertical-align: text-bottom;
}	

.newsflash {
	color: #ff0000;
	font-style: italic;
}	
