
p
{
	padding: 0px;
	margin: 0px 0px 14px 0px;
	font-family: "Arial";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-align: justify; 
}

a
{
	color:#002dc8;
	font-weight: bold;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a.bookmark
{
	text-decoration:none;
	color: black;
}
a.bookmark:hover
{
	text-decoration:none;
	color: black;
}

.searchbox { 
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
 	border: 1px solid black; 
}

.searchbutton { 
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
 	background-color: black;
 	color:white;
 	border: 1px solid black; 

}

.buttonhover {   
   color: #f3c033;  
}

h1 {
	font-weight: bold;
	font-size:22px;
	padding-top: 0;
	margin: 0;
	padding-bottom:11px;
	text-align:left;
	font-family: Georgia, Times New Roman, Serif;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 7px;
	margin: 0;
	align:left;
	text-align:left;
	font-family: Georgia, Times New Roman, Serif;
}

h3 {
	text-align:left
}

h4 {
	margin-right:0in;
	margin-left:0in;
	font-size:15px;
	font-family:"Times New Roman";
	font-weight:bold;
	text-align:left;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 5px;
	text-align:center;
	font-family: Georgia, Times New Roman, Serif;
}

p.left
{
	align:left;
}

p.audio
{
	align:center;
}


p.shadedbg
{
	font-family: "Arial";
	font-size: 14px;
	line-height: 18px;
	background-color:#EEE;
	padding:10px 10px 20px 5px;
	margin: 0px;
}

p.plainbg
{
	font-family: "Arial";
	font-size: 14px;
	line-height: 18px;
	background-color:#FFF;
	padding:10px 10px 20px 5px;
	margin: 0px;
}


.newsbox {
	border:1px solid #657782 
	text-align:center; 
	color:white;
	font:normal 13px Verdana;
}

.newsbox a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.newsbox a:hover {
	text-decoration:underline;
}

.newsbox a.bookmark {
	text-decoration:none;
	font-weight:normal;
}

.newsbox a.bookmark:hover {
	text-decoration:none;
}

/* Original Menu */

.chromestyle{
width: 99%;
font:normal 14px Arial;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px;
width: 100%;
background: black;
padding: 0px;
margin: 0;
text-align: left; 
line-height:26px;
}

.chromestyle ul li{
display: inline;
padding: 0px 0px 0px 10px;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 65px 4px 10px;
margin: 0;
text-decoration: none;
border-right: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: black;
color:#f3c033;
}

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

.dropmenudiv{
position:absolute;
border: 0px;
padding: 0px;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: black;
width: 140px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border: 0px;
padding: 2px 2px;
text-decoration: none;
font-weight: normal;
color: white;
}

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

.dropmenudiv a:hover { 
background: #f3c033;
color:#fff;
}