@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 20px 0;
	padding: 0;
	font: 80%  "Century Gothic", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background: #FFF;
	color: #000;
	text-align: center;
}
p {
	margin: 0; 
	padding: 10px 0;
}

h1 {
	color:#C00;
	font-size: 150%;
	font-style: italic;
}

h2 {color:#C00; margin: 0; padding: 10px 0; font-size: 140%;}
/*h3 {color:#00AAE7; margin: 0; padding: 10px 0; font-size: 140%;}*/

/*a {color: #000;}
a:hover {text-decoration: none; color: #00AAE7;}*/

hr {
	border-top: 1px dotted #999;
	border-right: 1px dotted #E6E7E8;
	border-bottom: 1px dotted #E6E7E8;
	border-left: 1px dotted #E6E7E8;
}

ul {
	list-style-image: url(../graphics/bullet.gif);
}

/* ------------------------------ WEBSITE DIVS ----------------------------- */

#WS-Wrapper {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#WS-Header {
	padding: 0;
	background: url(../graphics/website/bg-header.gif) no-repeat;
	height: 60px;
	margin-top: 10px;
}
#WS-Header-Text {
	padding: 12px 20px;
	font-size: 200%;
	font-weight: bold;
	margin: 0 220px 0 0;
	font-style: italic;
}
#WS-Header-TerryIngham {
	float: right;
	width: 190px;
	color: #FFF;
	text-align: right;
	margin: 0;
	padding: 2px 10px 0 0;
}
#WS-Header-TerryIngham p {padding: 0; margin: 0;}

/*#WS-Title {
	padding: 0;
	background: #639CCE url(../graphics/website/bg-title.gif) no-repeat;
	height: 48px;
	margin-top: 10px;
	padding: 12px 0 0 0;
	font-size: 230%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #FFF;
}*/
#WS-Nav {
	padding: 0;
	background: url(../graphics/website/bg-nav.jpg) no-repeat;
	height: 150px;
	margin-top: 10px;
}
#WS-Nav ul {
	padding: 115px 0 0 10px;
	margin: 0;
	list-style: none;
}
#WS-Nav ul li {
	color: #FFF;
	font-size: 120%; 
	float: left;
	padding: 0 5px;
	font-weight: bold;
}
#WS-Nav ul li a {
	text-decoration: none;
	color: #FFF;
}
/*#WS-Nav ul li a:hover {
	color: #00AAE7;
}*/

#WS-Container-Top {
	margin-top: 10px;
	padding: 20px 0 0 0;
	min-height: 450px;
	background: #E6E7E8 url(../graphics/website/bg-container-top.gif) top no-repeat;
	overflow:auto;
}
#WS-Container-Bottom {
	height: 20px;
	background: #E6E7E8 url(../graphics/website/bg-container-bottom.gif) bottom no-repeat;
	text-align: right;
	padding: 10px 20px;
}
#WS-Container-Bottom a {color: #090;}
#WS-Container-Bottom a:hover {color: #090; text-decoration:none}

#WS-Content {
	padding: 0 20px;
	background: #E6E7E8 url(../graphics/website/bg-content.gif) top left no-repeat;
	margin: 0 270px 0 0;
	font-size: 90%;
}
#WS-News {
	float: right;
	width: 230px;
	padding: 0 20px;
	min-height: 435px;
	background: url(../graphics/website/bg-news.gif) no-repeat;
	text-align: right;
	font-size: 90%;
}

#WS-Footer {
	margin-top: 10px;
	font-size: 80%; 
	padding: 10px;
}
#WS-Footer a {color: #000;}
#WS-Footer a:hover {text-decoration: none;}
#WS-Footer div {float: right; width: auto;}
#WS-Footer div img {margin: 10px 5px;}

.Pages {float: right; width:auto; padding: 0 0 10px 20px;}
.TopTip {
	border: 1px dotted #C00;
	padding: 0 20px;
}

/* ------------------------------ TEXT ----------------------------- */

.TXT-Terry-Ingham {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}




