/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
 margin-top: 0px;
 margin-bottom: 0px;
}
a{color:#FF9900;text-decoration: none;}
a:hover{color:#FF9900;text-decoration: underline;}
a:visited{color:#FF6600;text-decoration: none;}
a:active{color:#FF9900;text-decoration: none;}

a.style1:link{color:#FF9900;text-decoration: none;}
a.style1:visited{color:#FF6600;text-decoration: none;}
a.style1:active{color:#FF9900;text-decoration: none;}
a.style1:hover{color:#FF9900;text-decoration: underline;}
div#container
{
	position:relative;
	width: 1025px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
}
body {	text-align:center;
	margin:0;
	background:#000000;
	color:#969696; 
	background-image:url('../images/floral_background.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
				
}

.Newsitem{
	position:relative; 
	left:15px; 
	margin-top:5px;
	width:330px;
	clear:both;
	height:90px;
        overflow:hidden;

}

#newsc{
	position:relative; 
	overflow:hidden; 
	margin-top:5px;
	margin-bottom:5px;
	width:374px; 
	background-color:black;
	border-style:solid; 
	border-width:1px; 
	height:325px;

}


#head{
        position:relative;

}

.newsarticle{
	margin-left:15px; 
	margin-top:20px;
	min-height:80px;
}

#newsdiv{
	position:relative; 
	overflow:hidden; 
	left:0px; 
	float:left;
	top:0px; 
	width:628px; 
	background-color:black; 
	border-style:solid; 
	border-width:1px; 
	padding-bottom:30px; 
	min-height:620px
}

#newsbanner{
position:relative; 
overflow:hidden; 
left:5px; 
top:15px; 
height:44px; 
z-index:1;
}


.newstext{

position: relative; left: 12px; top: 0px; width: 580px; z-index: 4;
}


ul.topnav {
	font-family: Arial,Helvetica,sans-serif;
	clear:both;
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	font-weight:bold;
	width: 982px;
	background: #222;
        color: #fff;
	font-size: 0.8em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index:540;
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li p{
	padding: 10px 5px;
	display: block;
	text-decoration: none;
	float: left;
	cursor:pointer 
}

ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li p:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}

.hov{
        background: url(topnav_hover.gif) no-repeat center top;
}


ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}

.selected{
color:#FF9900 !important;
}
