
/* CSS Document */

body {
	margin:0px; 
}


body, TD, DIV {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; color:#51534B; 
}


TD {
	vertical-align: top;
}


HR {
	color: #eee;
	width: 400px;
	height: 1px;
}

A {
	color:#51534B;
}


A:hover {
	text-decoration: none;
}


.header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 224px;
}


.footer {
	width: 800px;
	height: 50px;
	font-size:10px; 
	text-align: center;
}

.footerPhoto {
	font-size:10px; 
	text-align: center;
	margin-top: 5px;
}

.footer2 {
	font-size:10px; 
	text-align: center;
	background: #fff;
}


.mainTable {
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
}


.tab_col {
	background-image: url('../images/mainTab_bg.gif');
	background-repeat: no-repeat;
	width: 200px;
}


.content_col {
	width: 600px;
}


.circle {
	margin-left: 16px;
	margin-top: 7px;
}


.content {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
}


.sub_tab {
	background-image: url('../images/subTab_bg.gif');
	background-repeat: repeat;
	float: right;
	font-size: 10px;
	height: 17px;
	width: 320px;
	text-align: center;
}


.heading {
	margin-top: 20px;
	margin-bottom: 10px;
}


.text {
	text-align:justify; 
	line-height:130%;
}




.imageGrid{
	border-collapse: collapse;
}

.imageGrid TD{
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

.imageGrid TD.selPic{
	background: #CBCBB3;
}

.imageGrid IMG {
	height: 22px;
	width: 22px;
}



.imageGrid IMG:hover {
}


#picText {
	margin: 5px 0;
	text-align: center;
	font-weight: bold;
}

.specialText {
	 background: #BDBDAA; 
	 padding: 10px;
}

.specialChar {
	margin-left: 15px;
	font-weight: bold;
	font-size: 16px;
}

.slideshowLinks {
	background: #CECEBB;
	width: 450px;
	padding: 5px 0;
	border-right: 2px solid #81837B;
	border-bottom: 2px solid #81837B;
	margin: 0 auto;
	font-size: 12px; 
}

.slideshow {
	width: 450px;
	padding: 5px 0;
	border: 1px solid #81837B;
	margin: 0 auto;
	font-size: 12px; 
}

*html .slideshowLinks, .slideshow {margin-left: 8px;}

.slideshowLinks .slideshowText {
	margin:10px 0 0 20px;
}

.slideshowLinks table {
	margin: 10px 15px;
}

.slideshowLinks table td{
	width: 100px;
	text-align:center;
}

.slideshowLinks table td a {
	text-decoration: none;
}

.slideshowLinks table td a:hover {
	text-decoration: underline;
}

.slideshowLinks table IMG {
	border: 0;
}