a:link {color: #003366;}
a:visited {color: #003366;}
a:hover {color: #990000;}


body {
	text-align: center;
	background: #ffffff;
	font-family: Georgia, Verdana, Times New Roman, Times, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	color:#444444;
}




h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: left;
}

h2 {
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: left;
}

h2.pdf {
	color:#990000;
}

h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0px 0px 10px 30px;
	text-align: left;
}



#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 830px;
}

#header {
	text-align: left;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	text-decoration: none;
	font-style: italic;
}

a.logo		{
			color: #444444;
			font-size: 2.2em;
			text-decoration: none;
			font-style: normal;
			}





#side-left {
	margin: 0px 40px 15px 0px;
	float: left;
	width: 590px;
	text-align: left;


}

#side-right { 
	margin: 0px 0px 15px 0px;
	float: left;
	width: 197px;
	text-align: center;
	border-left: 1px solid #cccccc;

	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	text-align: center;
	font-style: italic;
	font-size: 12pt;
}



hr.top {border: none 0; 
	border-top: 1px solid #6699cc;
	border-bottom: 1px solid #cc6666;
	width: 100%;
	height: 2px;
	margin: 15px 0 15px 0;
	text-align: left;
	}

hr {border: none 0; 
	border-top: 1px solid #aaaaaa;

	width: 100%;
	height: 1px;
	margin: 0px 0 15px 0;
	text-align: left;
	}


textarea {
	border: 1px solid #cccccc;
	padding: 5px;
	font-family: Georgia, Verdana, Times New Roman, Times, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	width: 400px;
	}

input[type="text"] {
	border: 1px solid #cccccc;
	padding: 5px;
	font-family: Georgia, Verdana, Times New Roman, Times, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
    width: 300px;
	} 
