/* CSS Document */

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/streak2.gif);
}

.clear {
	clear:both;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-image: url(../images/bg.gif);
}

.wrap {
	margin: 0px auto;
	text-align:justify;
	width:780px;
}

.header {
	width:100%;
	height:125px;
	background-image:url(images/header.jpg); 
}

.flash {
	float:left;
	width:94px;
	padding-top:45px;
}

.headerText {
	float:left;
	width:680px;
	text-align:right;
	font-weight: bold;
	font-size: medium;
	font-family: Tahoma;
	letter-spacing: 8px;
	color: #FFFFFF;
	padding-top:70px;
}

.smallHeaderText {
	font-size:x-small;
}

/* BOF MENU CSS */
/*
.menu {
	text-align:center;
	background-image:url(images/topnav_bg_grey.gif);
	font-size: 11px;
	height:21px;
}

.menu ul, .menu ul a:link, .menu ul a:visited{
	color: #000000;
	text-align:center;
	background-image:url(images/topnav_bg_grey.gif);
	font-size: 11px;
	height:21px;
	text-indent: 0px;
}

.menu ul a:hover{
	color: #000000;
	background-image:url(images/topnav_bg.gif);
}

.menu ul li {
	display: inline;
}
*/
.menu {
	text-align:center;
	background-image:url(images/topnav_bg_grey.gif);
	width:100%;
	height:21px;
}
#pscroller1{
	width: 150px;
	height: 220px;
	text-align:left;
	font: small Arial;
	vertical-align: top;
	border: 1px solid black;
	padding: 4px;
	background-image: url(images/pscrollerbackground3.jpg);
	background-position: top;
}

#pscroller2{
width: 100px;
height: 220px;
color: black;
border: 1px solid black;
padding: 1px;
}

#pscroller2 a{
text-decoration: none;
}

#pscrollerbackground {
	width: 150px;
	height: 220px;
	border: 1px solid black;
	padding: 1px;
	vertical-align: top;
	background-image: url(images/pscrollerbackground3.jpg);
}
#thicktabs{
	margin: 0 auto;
	text-align:center;
	padding: 0;
	float: left;
	font: bold 13px Tahoma;
	background: url(images/topnav_bg_grey.gif);
}

#thicktabs li{
	display: inline;
}

#thicktabs li a{
	float: left;
	color: black;
	padding: 2px 12px 0px 13px; /*padding of tabs*/
	text-decoration: none;
	background: transparent url(images/topnav_bg_grey.gif) top right no-repeat;
	border-top: 1px solid #cccccc; /*top border style*/
	border-bottom: 3px solid #cccccc; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
	border-left: 1px solid #cccccc; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
	border-right: 1px solid #cccccc; /*right border style*/
	background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
	color: black;
}

#thicktabs li a:hover{
	color: black;
	background-image: url(images/topnav_bg.gif); /*background image swap on hover*/
}

/* EOF MENU CSS

.style6 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 15px 10px;
}
