@charset "utf-8";
/* by Adam Ramlan */



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-align: center;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
#navbarfont {
	font-size: 10pt;
}
.oneColFixCtr #container table #navbarfont {
	text-align: center;
}
.textbutton {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	cursor: crosshair;
	color: #FFF;
	text-decoration: none;
}
.style10 {
	font-size: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.oneColFixCtr #container p {
	font-size: 14px;
	text-align: left;
}
.style1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.style101 {	font-size: 12px;
	font-weight: bold;
}
.style16 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.style19 {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.style7 {	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.style8 {color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.oneColFixCtr #container ul {
	text-align: left;
}
.oneColFixCtr #container p {
	text-align: justify;
}
.style11 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.style4 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navlinks {width: 400px;}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 100px;
height: 100px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
}
