body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px Verdana;
	color: white;
	text-align:justify;
}

#tab {
	font-size: 12px;
}

A:link { text-decoration: none; color: #339966; }
A:hover { text-decoration: underline; color: #339966; }
A:visited { text-decoration: none; color: #3399CC; }

/* ######### Style for Menu ######### */

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
	display: inline;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #fff;
	color: #355250;
	background: black;
}

.bluetabs li a{
text-decoration: none;
color: #ffffff;
}

.bluetabs li a:visited{
color: #ffffff;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #355250;
}

textarea {
height: 40px;
width: 200px;
border: 2px #fff solid;
background-color: #333;
color: #fff;
margin: 5px;
}

#social { text-align: right; margin-right:20px; margin-top: 20px }

#social img { padding-left:5px; border: 0px; width: 31px; height: 30px }

.social img { margin-left: 2px }

a.prev {
	background-image: url(pics/prevPageArrowWhite.gif);
}

a.next {
	background-image: url(pics/nextPageArrowWhite.gif);
}


#slideshow img {
	border-color: #333;
}

#links img {
	float:left;
}
