/* top right bottom left */
body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center; /* for WinIE5.x */
	background-color: #423100;
	background-image: url(../images/page-bg-brown2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
body.home {
	min-width: 780px;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	background-image: none;
	text-align: center; /* for WinIE5.x */
	background-color: #423100;
}
#wrapper {
	width: 710px;
	margin: 0 auto;
	text-align: left;
	}
#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves links out of window */
	list-style: none;
	}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes links display in same spot when tabbed to */
	}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
	}
#blah:active { /* for IE, doesn't hurt others */
	}
#header {
	width: 710px; /* needed for MacOpera and Safari */
	padding: 20px 0 0 0; /* IE ignores top margin, so padding is used instead */
	}
#logo {
	float: left;
	margin: 0 0 15px 0;
	}
#site-nav {
	float: right;
	width: 180px;
	margin: 0 0 15px 0;
	padding: 0 0 0 27px;
	list-style: none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #423100;
	}
#site-nav li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #423100;
	}
#site-nav a {
	background: none;
	}
#photo-banner {
	clear: both;
	height: 170px;
	border-top: 2px solid #423100;
	border-bottom: 2px solid #423100;
	background: url(../images/main-banner.jpg) no-repeat;
	}

#no-photo-banner {
	clear: both;
	border-top: 2px solid #423100;
	}
#content {
	float: left;
	width: 490px;
	}

#content a {
	text-decoration: underline;
	}
	
#welcome {
	float: left;
	width: 550px;

}
#sidebar {
	float: right;
	width: 191px;
	}

#sidebar-home {
	float: right;
	width: 191px;
	margin-topp:50px;
	}

#sidebar h2 {
	min-height: 18px;
	margin-top: 0;
	padding: 10px 3px 3px 33px;
	background: url(../header-link-bg.jpg) no-repeat;
	font-size: 100%;
	}
#content-nav {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	}
#content-nav li {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE gap caused by display: block on inner a's */
	}
#content-nav a {
	display: block;
	margin: 0 0 3px 0;
	//padding: top  5px rig 10px bot 5px lef 15px;
	padding: 5px 10px 5px 10px;
	
	border: 1px solid #423100;
	background: url(../ppage-icon.gif) no-repeat 5px 50%;
	text-decoration: none;
	}
#content-nav a:hover {
	border: 1px solid #423100;
	background-color:#FEDFA4;
	}


#footer {
	clear: both;
	padding: 3px 0 15px 0;
	border-top: 2px solid #423100;
	text-align: right;
	font-size: 90%;
	}
	
/* THREE COLUMN PAGE --------------------------------------- */
/* --------------------------------------------------------- */
#threecol #container {
	float: left; /* makes it contain children floats */
	width: 710px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background: url(../home-bg-3.gif) repeat-y;
	}
#main-content {
	float: left;
	width: 260px;
	padding-top: 450px;
	background: url(../images/home-banner.jpg) no-repeat;
	}
#feature {
	width: 230px;
	margin-left: 270px;
	}
#feature h2 {
	min-height: 12px;
	margin-top: 0;
	padding: 10px 3px 3px 0px;
	background: url(../hheader-list-bg.jpg) no-repeat;
	font-size: 16px;
	}

/* TWO COLUMN PAGE ----------------------------------------- */
/* --------------------------------------------------------- */
#twocol #container {
	float: left; /* makes it contain children floats */
	width: 710px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background-image: url(../images/inner-bg2.gif);
	background-repeat: repeat-y;
	}

/* TEXT ---------------------------------------------------- */
/* --------------------------------------------------------- */
p {
	margin: 0 0 1.2em 0;
	line-height: 1.6;
	}

#welcome h1 {
	margin: 0 0 1em 10px;
	font-size: 200%;
	font-family: "Courier New", Courier, monospace;
	fontt-family: Georgia, "Times New Roman", Times, serif;
	color: #423100;
	}

h1 {
	margin: 0 0 1em 0;
	font-size: 200%;
	font-family: "Courier New", Courier, monospace;
	fontt-family: Georgia, "Times New Roman", Times, serif;
	color: #423100;
	}
h1.urgent {
	margin: 0 0 5px 0;
	font-size: 200%;
	font-family: "Courier New", Courier, monospace;
	fontt-family: Georgia, "Times New Roman", Times, serif;
	color: #423100;
	}
h2 {
	margin: 0 0 .6em 0;
	font-size: 130%;
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
	color: #423100;
	}
h3 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	}
	
/* LINKS --------------------------------------------------- */
/* --------------------------------------------------------- */
a {
	padding: 0px 0px;
/*	background: #6998BE; */
	color: #000;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.image-link {
	background: transparent;
	}
	
/* LISTS --------------------------------------------------- */
/* --------------------------------------------------------- */
dt {
	margin: 1em 0 0 0;
	font-weight: bold;
	}
dd {
	margin: 0;
	}

/* TABLES -------------------------------------------------- */
table {
	margin: 0 0 1em 0;
	border-collapse: collapse;
	}
th, td {
	/*padding: 7px 15px 7px 5px;
	border-bottom: 1px solid #2A567F;*/
	}
th {
	background: #72C0FF;
	color: #2A567F;
	text-align: left;
	}
	

.homefont {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;

}
.smallnote {
	font-size: x-small;
}

.smallnote2 {
	font-size: x-small;
	color: #999999;
}

#threecol #wrapper #container #sidebar-home .smallnote {
	border: 1px solid #423100;
	padding: 3px;
}
div.speed {

	width: 700px;
	font-size: 24px;
	border: solid 2px white;
	margin: 10px;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
	color: #ffffff;
	}
