html, body { 
	font-family: Arial, Verdana; 
	height:100%;	
}
body {
	
	background: #333333 url(../graphics/backg.gif) repeat-y;
	
	
	color: #000000;
	margin: 0;
	padding: 0;
	font-size:80%;
	line-height:160%;
}
h1.pageName { font-weight: normal; margin-top: 0; font-size: 1.8em;}

h1 { color: #522145; font-family: "Trebuchet MS", Arial, Verdana; font-size: 1.4em; font-weight: normal; margin: 0 0 10px 0; }
h2 { color: #522145; font-family: "Trebuchet MS", Arial, Verdana; font-size: 1.55em; line-height:125%; font-weight: normal; margin: 0 0 10px 0; }
h3 { color: #522145; font-family: "Trebuchet MS", Arial, Verdana; font-size: 1.4em; font-weight: normal; margin: 0 0 10px 0; }
h4 { color: #522145; font-size: 1.2em; font-weight: bold; margin: 0 0 10px 0; }
h5 { color: #000000; font-size: 1.0em; font-weight: bold; margin: 0 0 5px 0; }
h6 { color: #000000; font-size: 1.0em; font-weight: bold; margin: 0; }

p, textarea {font-size: 1.0em; }
blockquote {
 
}

pre, code { color: #666666; margin: 0; }

a { color: #D06902; }

hr { border: 1px none #000000; border-top-style: solid; }
/****************************************************************************************************************************************************/
/*Site Layout*/
/****************************************************************************************************************************************************/

#leftColumn,#rightColumn{
	/*border:1px solid #34ff00;*/
	top:388px;
	position:absolute;
}
#leftColumn{
	width:237px;
	color:#FFFFFF;
	left:7px;
	background: #333333 url(../graphics/shadow_grey.gif) 0px 84px repeat-x;
}
#rightColumn{
	left:252px;
	top:388px;
	color:#000000;
	background: #FFFFFF url(../graphics/shadow_white.gif) top repeat-x;
	width:607px;
}

#leftColumn address{
	padding:20px;
	color:#999999;
	font-style:normal;
	text-align:right;
}
#leftColumn h1{
	float:none;
	margin:0px;
	padding:0px;
}
#whiteBody{
	padding:20px;
}

.credit{
	font-size:0.75em;
}

.highlight{
	color:#ffffff;
}
