@charset "UTF-8";
/*------basic styling---------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image:url(../image/backgrd.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family: "Gill Sans", Geneva, Arial, sans-serif;
	font-size: 95%;
	background-color: #EEEDE7;
	}
	
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFF;
	}
	
#clear {
	clear:both;
	}
	
#clear2 {
	clear:both;
	}
	

/*-------position container elements-------*/


/*-----header elements-----------------------------------------------------------*/

#header {
	position:relative;
	margin-bottom: 0px;
	
	}
#header h1 {
	margin-left: -9000px;
	font-size:1em;
}

	


/*-----flash elements----------------------------------------------------------------*/

#flashad {
	float:left;
	width:580px;
	margin-left: 10px;
	margin-top: 15px;
	padding: 0px;	
	}
	

/*-----bio elements------------------------------------------------------------------*/

#logo {
	float:right;
	background-image:url(../images/backgrounds/biobkgrd.gif);
	background-repeat:repeat-x;
	width:300px;
	margin-top: 0px;
	margin-bottom:10px;
	padding: 0px;	
	}
	
#logo p {
	text-align: left;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#logo h1 {
	color: #111B25;
	text-align: center;
	font-size: 1.4em;
	font-weight: lighter;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 6px;
	font-family: "Gill Sans", Geneva, Arial, sans-serif;
}



/*-----content elements------------------------------------------------------------*/

#content {
	float:left;
	margin-left: 10px;
	width:580px;
	color:#333333
	
	}
	

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #453C35;
	border-bottom: #6699CC;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #CC6600;
}
	
#content h2 {
	font-weight: normal;
	padding-left: 10px;
	font-size: 1.1em;
	font-variant: normal;
	text-transform: uppercase;
	margin-left: 40px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #CC6600;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #336600;
	margin-left: 40px;
}

#content p {
	padding-left: 40px;
	padding-right: 15px;
	line-height: 1.4em;
	text-align:justify;
}
	
/*-----sidebar elements--------------------------------------------------------*/

#sidebar {
	float:right;
	width:300px;
	background-color:#22225D;
	}
	
#sidebar h1 {
	color: #5490C3;
	padding-left: 50px;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	
}

#sidebar h1 a {
	color: #5490C3;
	
	}
	
#sidebar h1 a:hover {
	color: #CC6600;
	text-decoration:underline;
	
	}

#sidebar h1.clock {
	background-image:url(../image/icons/clock.gif);
	background-repeat:no-repeat;
	background-position:0.5em .2em;
	height:45px;
	}
	
#sidebar h1.print {
	background-image:url(../image/icons/print.gif);
	background-repeat:no-repeat;
	background-position:0.5em .2em;
	height:45px;
	}
	
#sidebar h1.date {
	background-image:url(../image/icons/calendar.gif);
	background-repeat:no-repeat;
	background-position:0.5em .2em;
	height:45px;
	}

#sidebar p {
	color:#fff;
	padding:5px;
	
	}
	
#sidebar p.indent {
	margin-left:25px;
	font-size: 0.95em;
	line-height: 0.9em;
	}
	
#sidebar p.indentdate {
	color:#CC6600;
	margin-left:25px;
	font-size: 0.95em;
	line-height: 0.9em;
	}
	
#sidebar p a {
	color:#fff;
	}
	
#sidebar p a:hover {
	color:#CC6600;
	text-decoration:underline;
	
	}
	
	
/*-----footer-------------------------------------------------------------------*/

#footer {
	font: .80em Georgia, "Times New Roman", Times, serif;
	background: url(../image/footer.jpg) top no-repeat;
	height: 107px;
	
	}
	
#footer p {
	margin: 5px 15px;
	padding: 5px;
	text-align: left;
	vertical-align:top;
	font-weight:bold;
	text-decoration:none;
	color:#CC6701;
}

	
#footer p a{
color: #CC6701;
}


#footer p a:hover {
color: #CC6701;
}
.right {
	float: right;
	padding-left: 10px;
	text-decoration: none;
}
.left {
	float: left;
	padding-right: 10px;
	text-decoration: none;
}

