body {
	font-family: Arial;
	/* , Helvetica, sans-serif; */
	font-size:12px;
	text-align:center;
	background-color:#FFFFFF;
	color:#000000;
}

.divContainer {
    /* position: absolute;*/
	width : 99.9%;
	border : 0px dotted #00CC00;
	z-index : 1;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	text-align: left;
	vertical-align: top;
}

.thumbout {
	border: 1px solid #CCCCCC;
	/*margin-top:5px;
	margin-bottom:5px;*/
}

.thumbover {
	border: 1px solid #993333; /* 000000 */
	/*margin-top:5px;
	margin-bottom:5px;*/
}

/* for the menu up top */
#navcontainer ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size: 15px;
	font-weight: 700;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	text-decoration: none;
	padding: .25em .25em;
	color: #FFFFFF;
	background-color: #B2C8EF;
}

#current ul li a a:hover {
	text-decoration: none;
	padding: .25em .25em;
	color: #FFFFFF;
	/*background-color: #B2C8EF;*/
}

#navcontainer ul li a:hover {
/*	color: #B3DBFF;
	background-color: #000000;*/
	color: #000000;
	background-color: #D7E2F7;
}
/* ************************************ */

.nav {
	padding: 5px 0px 0px 0px;
	width:609px;
	height: 33px;
	background-image: url(images/bar_bg.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.thumbFloat {
	text-align: center;
	float:left;
}

.tabBG {
	background-image: url(images/tab_bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-y;
	/*background-color: #F4F4F4;*/
}

.view {
	color: #993333;
	font-weight: 700;
	font-size: 10px;
}

.catTitle {
	font-size: 12px;
	color: #2F0C10;
	font-weight: 700;
}

#catTitleOn {
	color: #993333;
	font-size: 12px;
	font-weight: 700;
}

.catSubTitle {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
}


a.catLink:link, a.catLink:visited, a.catLink:active {
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

a.catLink:hover {
	font-weight: 700;
	color: #993333;
	text-decoration: underline;
}
