@charset "iso-8859-1";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;  /* default font */
	color: #FFFFFF; /* default text color*/
	margin: 0; /* default space outside div box */
	padding: 0; /* default space inside div box */
	background: #4979C0 url(../_images/bluebackground.jpg) repeat-x; /* ovarall background color and image with repeat */
}

.main #container {
	width: 960px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

.main #header {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;  /* space inside the div box - zero when image used*/
}

.main #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* actual width includes padding and border */
	background: #000000; /*  background color displayed only for the length of the column */
	margin: 30px 0 0 0; /* space outside div box - allow for sidebar */
	padding: 15px 10px; /* space inside the div box */
	color: #E4CD9E;  /* sidebar text color*/
	/* border-top: 1px solid #FFFFFF;  thin line to visually separate side bar */
}

.main #mainLeft {
	margin: 0 290px 0 0; /* space outside div box - allow for sidebar */
	padding: 0 20px 0 0; /* space inside the div box */
}
.main #mainRight { /* for use with a left sidebar */
	margin: 0 0 0 200px; /* space outside div box - allow for sidebar */
	padding: 0 0 0 20px; /* space inside the div box */
}
.main #mainFull { /* for use with no sidebar */
	margin: 0px 0px 0px 0px; /* space outside div box */
	padding: 0px 0px 0px 0px; /* space inside the div box */
}

.main #footer {
	padding: 10px 10px 10px 10px;  /* space inside the div box */
	background: #CAA459 url(../_images/footerbackground.jpg) repeat-x;  /* background color */
	text-align: center;  /* center text */
	color: #000000; /* text color */
}

.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.photo {position:relative
}
	

a {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

a:link { color:#CCCCCC; }  /* default color for links */

a:visited { color:#E03A3E; }

a:hover { color:#E03A3E; }  /* color for links when hovering */

a:active { color:#E03A3E; }

a.imagelink:link { color:#000000; }

a.imagelink:visited { color:#000000; }

a.imagelink:hover { color:#E03A3E; }  /* color for box around image link */

a.imagelink:active { color:#000000; }

h1 {
	font-size:24px;
	font-weight:bold;
}

h2 {
	font-size:20px;
	font-weight:bold;
}

h3 {
	font-size:18px;
	font-weight:bold;
}

h4 {
	font-size:16px;
	font-weight:bold;
}

p { font-size:14px; 
	font-weight:normal;
}

ul {
	font-size:15px;
	font-weight:bold;
	line-height:100%;
}

ul.spaced {
	font-size: 15px;
	font-weight:bold;
	line-height:150%;
}

ul.sub {
	font-size:14px;
	font-weight:normal;
	line-height:120%;
	margin-left:10px;
}

td {
	font-size:14px;
	font-weight:bold;
	text-align:center;  /* center text */
	color:#F5C971; /* text color */
}

th {
	font-size:20px;
	font-weight:bold;
	text-align:center;  /* center text */
	color:#F5C971; /* text color */
	height:20;
}
	