body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.5%;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#page {
	width: 1000px;
	min-height: 400px;
}
html>body #page {
	margin-top: 10px;
}
#header {
	background-image:url(images/header-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 157px;
}
#header-image {
	height: 157px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#top-menu {
	height: 40px;
	padding-top: 133px;
}

html>body #top-menu {
	height: 40px;
	padding-top: 133px;
}

#content {
	width: 790px;
	padding: 10px 20px;
	float: left;
}
#sidebar {
	width: 150px;
	margin-left: 10px;
	float: left;
}

#footer {
	clear: both;
	background-color: #001f48;
	padding: 7px;
}
#slideshow {
	float: right;
	width: 250px;
	margin-left: 20px;
}

/* FONTS
---------------------------------------- */

#header h1 {
	text-indent: -5000px;
	margin-top: -40px;
}

#content h2 {
margin-top: 0;
font-size: 1.6em;
}
#content h3 {
margin-top: 0;
font-size: 1.3em;
}
#content h4 {
margin-top: 0;
font-size: 1.2em;
}
#content h5 {
margin-top: 0;
font-size: 1em;
}
#content p {
font-size: 1.2em;
line-height: 1.2em;
text-align:justify;
}
#footer {
	color: #FFF;
}

#content .thumbscontainer p {
text-align:left;
}
/* LISTS
---------------------------------------- */

#top-menu ul {
	margin: 0;
	padding:0;
	display:inline;
}
 #top-menu ul ul {
	margin-left: 100px;
}
#top-menu li {
	display:inline;
	font-size: 1.4em;
}
#top-menu li li {
	font-size: 1em;
	
}
.home-button  {
	margin-right: 100px;
}
#current-menu-top {
	background-image:url(images/top-menu-selected.gif);
	background-repeat:repeat-x;
	background-position:top;
	color: #FFF;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-position:inside;
}
html>body #sidebar ul {
	margin-top: 10px;
}
#sidebar li {
	margin-bottom: 7px;
	margin-left: 10px;
	font-size: 1.2em;
	color: #fff;
}
.thumbs li {
width: 120px;
min-height: 120px;
max-height: 300px;
margin-bottom: 20px;
overflow: hidden;
}

/* FORMS
---------------------------------------- */
fieldset {
border: none;
}
label {
font-size: 1.2em;
}
p label {
font-size: inherit;
}
input {
border: 1px solid #ccc;
}

/* SIGNUP FORM
---------------------------------------- */
.signup table td {
/* border-collapse:collapse;
border: 1px solid #CCC; */;
}
.signup table td {
border-top: 1px solid #CCC;
}
.signup td {
font-size: 1.2em;
}
.signup label {
font-size: 1em;
}
.signup img {
border: 1px solid #ccc;
}


/* LINKS
------------------------------------------- */
a:link, a:visited, a:active {
color: #00F;
text-decoration:none;
}
a:hover {
color: #F00;
}
#top-menu a:link, #top-menu a:visited, #top-menu a:active {
	color: #000;
	text-decoration: none;
	margin: 0 10px;
	padding: 5px;
	
}
#top-menu a:hover {
	background-image:url(images/top-menu-selected.gif);
	color: #FFF;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
color: #000;
text-decoration: none;
}
#sidebar a:hover {
color: #FF0;
}
