@charset "UTF-8";
/* CSS Document */

body{
	background-color:#666666;
	margin-left:0px;
	margin-top:10px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p{
	text-indent:1.5em;
	padding-left:20px;
	padding-right:20px;
}

#wrapper{
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:970px;
	height:162px;
}

#content{
	width:930px;
	height:100%;
	border-width:0px;
	background-color:#666666;
	background-image:url(../images/layout/content_background.jpg);
	background-repeat:repeat-y;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
}

	#content h2{
		text-align:left;
		padding:0px 0px 7px 608px;
		font-size:28px;
		margin-top:0px;
		margin-bottom:5px;
		margin-left:10px;
		margin-right:10px;
		border-bottom:1px dotted #999999;
	}

#footer{
	width:930px;
	height:30px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#666666;
	background-image:url(../images/layout/footer_background.jpg);
	text-align:center;
}

#footer a:visited, #footer a:link{
	color:#000;
}

#footer a:hover, #footer a:active{
	color:#333;
}

/* ######### CSS for top level tabs ######### */
#mytabsmenu{
	width:970px;
	height:20px;
}


.tabsmenuclass ul{
	overflow: hidden;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.tabsmenuclass li{
	float: left;
}

.tabsmenuclass a{
	display: block;
	padding: 0px;
	background: #E8E8E8;
	color: black;
	margin:0px;
	text-decoration: none;
	font: bold 13px Arial;
}

.tabsmenuclass img{
	border: 0px;
}

/* ######### CSS for sub menu container below ######### */
#mysubmenuarea{
	/*width:970px;
	height:142px;
	background-image:images/bannerNav/01_home_banner.jpg;*/
}

.tabsmenucontentclass{
	width:970px;
	height:142px;
	clear: left;
}

.tabsmenucontentclass ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabsmenucontentclass li{
	float: left;
	margin:0px;
}

.tabsmenucontentclass img{
	border:0px;
}

/* text classes */
.webspan {
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
	padding:15px;
}
	.webspan a:visited, .webspan a:link{
		color: #FF6600;
		font-size: 18px;
		font-weight: bold;
		padding:15px;
		text-decoration:none;
	}
	.webspan a:hover, .webspan a:active{
		color: #FF6600;
		font-size: 18px;
		font-weight: bold;
		padding:15px;
		text-decoration:underline;
	}
.audiospan {
	color: #E3E300;
	font-size: 18px;
	font-weight: bold;
	padding:15px;
}
	.audiospan a:visited, .audiospan a:link{
		color: #E3E300;
		font-size: 18px;
		font-weight: bold;
		padding:15px;
		text-decoration:none;
	}
	.audiospan a:hover, .audiospan a:active{
		color: #E3E300;
		font-size: 18px;
		font-weight: bold;
		padding:15px;
		text-decoration:underline;
	}
.photospan {
	color: #00CC00;
	font-weight: bold;
	font-size: 18px;
	padding:15px;
}
	.photospan a:visited, .photospan a:link{
		color: #00CC00;
		font-size: 18px;
		font-weight: bold;
		padding:15px;
		text-decoration:none;
	}
	.photospan a:hover, .photospan a:active{
		color: #00CC00;
		font-size: 18px;
		font-weight: bold;
		padding:15px;
		text-decoration:underline;
	}
.videospan {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
	padding:15px;
}
	.videospan a:visited, .videospan a:link{
		color: #CC0000;
		font-size: 18px;
		font-weight: bold;
		padding:15px;
		text-decoration:none;
	}
	.videospan a:hover, .videospan a:active{
		color: #CC0000;
		font-size: 18px;
		font-weight: bold;
		padding:15px;
		text-decoration:underline;
	}
.copyright {
	color:#666666;
	font-size:10px;
}