/* NOTE: Home page and Sub page(s) use different background 20080204nln */

body {
	background: #F2F2F2 url(../img/bg.gif) repeat-x;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	width: 100%;
	color: #333;
}

.contentwrap
{
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	width: 780px;
}

/*  Standard Headings  */


h1 {
	font-family: palentino, georgia, "Times New Roman", times, serif;
	color: #000;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
}

h1.bigger {
	font-family: palentino, georgia, "Times New Roman", times, serif;
	color: #fff;
	font-size: 4em;
	line-height: 1.5em;
	font-weight: bold;
}

.homepgtag {
	color: #fff;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
}

h2 {
	font-family: palentino, georgia, "Times New Roman", times, serif;
	color: #000;
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: bold;
}

h3 {
	font-family: palentino, georgia, "Times New Roman", times, serif;
	color: #000;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: normal;
}

/*  END Standard Headings  */



a {
	color: #0457DF;
	text-decoration: none;
	}
	
a:visited {
	color: #2266D7;
	}
	
a:hover {
	color: #0000FF;
	text-decoration: underline;
	}
	
a:active {
	color: #0000FF;
	}
	
	
.footer {
	font-size: .82em;
	}
	
.leftnav
{
	float: left;
	width: 140px;
	margin: 40px 5px 5px 10px;
	padding: 5px;
	background-color: #F8EDC3;
	border: 1px solid #ccc;
}	

.rightcontent {
	float:right;
	width: 580px;
	margin: 40px 5px 5px 10px;
}

.blink {
	font-size: 15px;
	color: red;
	display: inline;
}
	
