/*********************//* BASIC *//*********************/

body {font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-image: url(Images/tile.gif);
	background-repeat: repeat; background-attachment:fixed;}

p,h1,h2,h3,h4,h5,h5,ol,ul {margin: 0px;
	padding: 0px;}

#wrapper{margin: 0 auto 15px;
	width: 700px;
	border-right: 5px solid #666666;
	border-left: 5px solid #666666;
	background: #FECDC9;
	z-index: 3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 15px;
	padding-right: 0px;}

/*********************//* BANNER STYLES *//*********************/
#banner2 {background: url(Images/banner9.jpg) no-repeat;
	position: fixed;
	height: 200px;
	top: 0px;
	z-index: 1;
	width: 700px;}
	
#banner3 {background: url(Images/banner8.jpg) no-repeat;
	position: fixed;
	height: 200px;
	top: 0px;
	z-index: 1;
	width: 700px;}

/*********************//* SIDEBAR *//*********************/
#sidebar {position: fixed;
	float:left;
	width: 132px;
	top: 7px;
	z-index: 2;
	padding-left: 2px;
	margin-left: -60px;}

#news {margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.5em;}
	
#news li {display: inline;}

#news .title {font-weight: bold;
	display: block;
	color: #333333;
	text-align: center;
	padding-bottom: 5px;}
	
#news .ttlsm {font-weight: bold; font-size: 0.8em;
	display: block;
	color: #333333;
	text-align: center;
	padding-bottom: 5px;}

#news a {text-decoration: none;
	display: block;
	padding: 8px;
	color: #73AFB7;
	line-height: 110%;
	background: url(Images/ovalp.gif) no-repeat;}
	
/* hack for IE 6 < to make entire block clickable */
* html #news a {height: 1px;}

#news a:hover {color: #000000;
	background-image: url(Images/ovalg.gif);}

/*********************//* MAIN *//*********************/
#main {margin-left: 90px;
	margin-right: 6px;
	padding-top: 200px;
	padding-right: 4px;}
	
#main2 {margin-left: 10px;
	margin-right: 10px;
	padding-top: 200px;
	padding-right: 4px;}
	
h1 {color: #000000;
	font-size: 2.4em;
	line-height: 100%;
	margin-bottom: 10px;}

p {color: #333333;
	font-size: 1.6em;
	padding-bottom: 8px;
	line-height: 130%;}
	
.clear {color: #333333;
	font-size: 1.5em;
	padding-bottom: 8px;
	line-height: 125%;
	clear: both;
	padding-top: 10px;}

.underline {color: #333333;
	font-size: 1.6em;
	padding-bottom: 8px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E29688;
	margin-bottom: 8px; line-height: 130%;}
	
p.auto {color: #333333;
	font-size: 1.5em;
	padding-bottom: 8px;
	line-height: 125%;}

img {padding-right: 8px;
	padding-bottom: 6px;
	padding-top: 6px;}
	
.leftflt {float: left;
	border: 5px solid #666666;
	padding: 0px;
	margin-right: 10px;}

.rightflt {float: right; border: 
	5px solid #666666;
	padding: 0px;
	margin-left: 10px;}
	
.style1 {color: #B50D40; font-style: italic;}
a:link {color: #009900; font-weight: bold; text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

