/*Style Sheet for Version 5 Browsers */
/*The Body Background */
body {
	background-color: #CCCCCC;
	background-image: url(../images/bodybg.gif);





}

/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 1px solid #999999;
	background-image: url(../images/bg.gif);







}

.maindiv p {
	line-height : 130%;
	margin: 6px;
	color: #330000;
	font-size: 13px;






}

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 12px;
	margin-top : 0px;
	color: #000000;

}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #996633;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 6px;
	font-weight: bold;
	font-style: normal;





}

.maindiv a:link {
	color : #000000;
}

.maindiv a:visited { color : #000000}

.maindiv a:hover {
	color : #000000;
	text-decoration: none;
}

/* Lists*/
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 48px;
	margin-top : 5px;
	margin-bottom: 5px;

}

ol { color : #99CC66 }

ul { color : #000066}

/*Style for The Little Icon Layers */
.icondiv {
	border-bottom : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}

.icondivL {
	border-bottom : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 0px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px
}

.navDiv p { margin-bottom : 12px; margin-top : 6px }

.navDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-left : 0px;
	margin-top : 0px
}

.navDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 24px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #663366;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin: 0px;

}

.navButts a {
	background-color : #CDC9D8;
	color : #000099;
	display : block;
	text-decoration : none;
	width: 150px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;




}


.navButts a:hover {
	background-color : #996666;
	color : #000000;
	text-decoration : none;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;

}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;





}

.navSubs a {
	background-color : #CCCCCC;
	color : #666666;
	text-decoration : none;
	background-image: url(url());
	border: 1px solid #000000;
	padding-left: 10px;
	width: 150px;
	display: block;









}

.navSubs a:hover {
	background-color : #F4F4F4;
	color : #666666;
	text-decoration : none
}

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin: 0px;







}

.navViz a {
	background-color : #999999;
	border : 1px solid #000000;
	display : block;
	text-decoration : none;
	width: 150px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;




}

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	margin-bottom : 2px;
	margin-top : 4px;
	background-color: #000000;
	margin-left: 4px;


}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	margin-top : 6px
}

/*Turns off Borders around Hyperlinked Images*/
img { border : 0px; display : block }

.inlinimg { display : inline }

/*Styles Applied to Form Elements */
form {
	border : 1px dotted #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px
}

input { background-color : #CDC9D8; border : 1px solid #999999 }

input:focus { background : #FFFFFF }

textarea { 
	background-color : #FAE4A5;
	border : 1px solid #999999; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px 
}

.checks { background-color : #FFFFFF; border : 1px none }

.formBut { background-color : #CCCCCC }

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }
.tlbcol {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	text-align: center;






}
.tlbcollbotleft {
	background-color: #FFFFFF;
}
.imgCaptionsbg {
	background-image : url(images/loading.gif);
	background-repeat : no-repeat;
	color : #000066;
	font : 12px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	margin-bottom : 6px;
	margin-top: 5px;
	text-align: center;






}
.borderDiv {
	border-left: 1px solid #000000;


}
.tlbBorder {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	background-color: #FFFFFF;

}
.tlbAudio {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;



}
.tr {
	background-color: #666666;
}
.trHeading {
	background-color: #999999;
}
