/*********Body*********/
body {
	padding:0px;
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #AAAAAA;
	background-image:url(../images/theme/bg.png);
	background-repeat:repeat-x;
	background-position:top;
}
/*********Frames*********/
.frame {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.frameNavigation {
	width: 948px;
	padding-left:6px;
	padding-right:6px;
	padding-top:5px;
	padding-bottom:5px;
	height: 50px;
	float: right;
	text-align: center;
	background-image:url(../images/theme/nav.png);
	background-repeat:repeat-y;
}
.frameSubNavigation {
	width: 950px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	height: 0px;
	float: left;
	text-align: center;
	background-image:url(../images/theme/nav2.png);
	background-repeat:repeat-y;
}
.frameContent {
	width: 920px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:30em;
	float: left;
	background-image:url(../images/theme/cen.png);
	background-repeat:repeat-y;
}
.frameBottom {
	width: 950px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	float: left;
	background-image:url(../images/theme/nav.png);
	background-repeat:repeat-y;
}
.frameFooter {
	width: 950px;
	padding-left:5px;
	padding-right:5px;
	height: 15px;
	float: left;
	background-image:url(../images/theme/bot.png);
	background-repeat:no-repeat;
}
/*********Navigation Bar*********/
.frameNavigation ul {
	font-size: 1.0em;
	list-style: none;
	padding:0px;
	margin:0px;
	float:right;
}
.frameNavigation ul li {
	float: left;
	text-align: center;
	display: block;
	cursor:pointer;
	width: 117px;
	height:50px;
}

/*********Colors*********/
.frameContent {
	color: #000000;
}
.frameContent a {
	color: #009999;
	text-decoration: none;
}
.frameNavigation ul li {
	color: #000000;
}
.frameNavigation ul li a {
	color: #000000;
	text-decoration: none;
	padding-top:15px;
	height:35px;
	display: block;
}
.frameNavigation ul li a:hover {
	text-decoration: underline;
}
.frameSubNavigation ul li {
	color:#FFFFFF;
	display:block;
}
.frameSubNavigation ul li a {
	color: #FFFFFF;
	display:block;
}
.frameBottom {
	color: #000000;
	text-decoration: none;
	text-align:center;
}
.frameBottom a {
	color: #000000;
	text-decoration:underline;
	text-align:center;
}
/*********Extra Bits*********/
.imageFloatLeft {
	float:left;
	margin: 10px;
}
.imageFloatRight {
	float:right;
	margin: 10px;
}
.padding {
	padding:5px;
	margin:0px;
	text-align:left;
}
.gray {
	background-color:#CCCCCC;
}
#title {
	float:left;
	width:118;
	height:50;
}
.hidden {
	display: none;
	height: 0px;
	width: 0px;
}
#hidden {
	display: none;
	height: 0px;
	width: 0px;
}
#active {
	background-image:url(../images/theme/tab.png);
	background-repeat:no-repeat;
}
#active a{
	text-decoration:underline;
}
.sectionHeadingColor {
	text-decoration: underline;
}
/**********************/
/*********Spry*********/
/**********************/
/*********TabbedPanel*********/
.TabbedPanelsTabSelected {
	background-image:url(../images/theme/tab2.png);
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:underline;
}
.TabbedPanelsTabHover {
	text-decoration:underline;
}