html, body{
   margin: 10px 10px 10px 10px;
   padding: 0px 0px 0px 0px;
   border: none;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
   color: Black;
}

a {
	color: Black;
	text-decoration: underline;
}
a:hover {
	color: Red;
	text-decoration: underline;
}
a:focus {
	color: Red;
	text-decoration: underline;
}
a:visited { 
	color: Red;
	text-decoration: underline;
}

form {
	margin: 0px 0px 0px 0px;
} 

#body {
}

#top {
	width: 800px;
	height: 100px;
	max-height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
   width: 800px;
   height: 100px
}

#topnav {
   width: 800px;
   height: 30px;
	margin-left: auto;
	margin-right: auto;
}

#topnav td {
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}

#topnav a {
	color: Black;
	text-decoration: underline;
}
#topnav a:hover {
	color: Red;
	text-decoration: underline;
}
#topnav a:focus {
	color: Red;
	text-decoration: underline;
}

#background {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#homepage {
   background-image: url(images/banner5_background.jpg); 
   background-repeat: no-repeat;
	width: 800px;
   height: 539px; 
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 100%;
	min-height: 200px;
	padding: 20px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
   text-align: center;
}

.copyright {
   color: Red;
}

#widgettable {
   width: 100%;	
}

#widgettable tr {
}

#widgettable td {
   vertical-align: middle; 
   padding: 5px 0px 5px 0px; 
   margin: 0px 0px 0px 0px;
}

#widgettable .categorytd {
	padding: 5px 0px 5px 5px;
	font-size: 16pt;
	font-weight: bold;
	background-color: #E0E0E0;
}

#widgettable .catspacetd {
   height: 5px;
}


#widgettable .thumbtd {
	width: 75px;
	padding-right: 10px;
}

#widgettable .downloadtd {
	padding-left: 10px;
   text-align: right;
}

#widgettable .hrtd {
	height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#widgettable .smaller {
	font-size: 12px;
	font-weight: normal;
}

#widgettable .note {
	padding: 0px 0px 0px 5px;
	font-size: 10px;
	font-style: italic;
}

#googlead {
   margin-left: 5px; 
   float: right; 
}