@charset "UTF-8";
.mainTable {
	border: 1px solid #333333;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #2F67C9;
}
.footer {
	background-image: url(images/FooterSlice.jpg);
	background-repeat: no-repeat;
	font-size:10px;
}
.topNav {
	background-color: #FC9D17;
	font-size: 13px;
	text-align: center;
 	padding: 5px;
}
    text-align: center;
    padding: 5px;

#thumbContainer {
	position:static;
	width:280px;
	z-index:2;
}
img.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
}
#main {
	position:static;
	width:520px;
	z-index:3;
}
a:link {
    font:Verdana, Arial, sans-serif; 
    color:red;
	font-size:13px;
	font-weight:bold;
    text-decoration:underline;
}
a:active {
    font-weight:100;
	color:gray;
    text-decoration:none;
}
a:visited {
    text-decoration: none; 
	color:red;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
.bodyCells {
	background-color: #FFFFFF;
}
.navText {
    color: black;
}
.innerTable {
	padding: 5px;
}
.topClassNav {
    font-size: 13px;
	text-align: center;
	padding: 5px;
	background-color: #CCCCCC;
}
