/* CSS Document */
a { 
		color:#fff;
		text-decoration: none;
		}
		
a:hover { 
		text-decoration: underline;
		color:#CCCCCC;
		}
		
a.fullview { 
		color:#3a3c39;
		text-decoration: none;
		}
a.fullview:link { 
		color:#3a3c39;
		text-decoration: none;
		}		
a.fullview:visited { 
		color:#3a3c39;
		text-decoration: none;
		}
a.fullview:active { 
		color:#3a3c39;
		text-decoration: none;
		}		
a.fullview:hover { 
		text-decoration: underline;
		color:red;
		}
		
.menutext {
			font-family:tahoma;
			color:#FFFFFF;
			font-size:11px;
			font-weight:bold;
			}			



.H1		 {
			font-family: "impact";
			color: #000000;
			font-size:35px;
			font-weight:bold;
			}
.date		 {
			font-family: "arial";
			color: #000000;
			font-size:20px;
			font-weight:bold;
			}
			
.H1_title	 {
			font-family: "arial";
			color: #fff;
			font-size:19px;
			font-weight:bold;
			padding-right:10px;
			}
			
.ul	 {
			font-family: "arial";
			color: #626262;
			font-size:18px;
			font-weight:bold;
			padding-top:20px;
			text-decoration:underline;
			}
.li {
			padding-top:10px;
			
			}
			
.title_h1		 {
			font-family: "Times New Roman";
			color: #000000;
			font-size:15px;
			font-weight:bold;
			}
			
.title		 {
			font-family: tahoma;
			color: #fff;
			font-size:12px;
			font-weight:bold;
			}
			
.comments {
			font-family: tahoma;
			color: #3a3c39;
			font-size: 11px; 
			padding-left:5px; 
			padding-top:5px;
			}
			
.text {
			font-family: tahoma;
			color: #3a3c39;
			font-size: 11px;
			padding-right:20px;
			}
			
.readmore {
			font-family: tahoma;
			color: #0076b7;
			font-size: 11px;
			font-weight:bold;
			}
			
.readmore a{
			color: #0076b7;
			}
			
.headlines		 {
			font-family: georgia;
			color: #fff;
			font-size:12px;
			font-weight:bold;
			}
			

.footer		 {
			font-family: tahoma;
			color: #fff;
			font-size:11px;
			background-image:url(images/footer.jpg);
			background-repeat:repeat-x;
			}
			
			
/* rotator in-page placement */
    div#rotator {
			position:relative;
			height:320px;
			margin-left: -30px;
			width:255px;
			overflow:hidden;
}
/* rotator css */
	div#rotator ul li {
			position:absolute;
			list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
			border:1px solid #ccc;
			padding: 4px;
			background: #FFF;
}
    div#rotator ul li.show {
			z-index:500
}


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

.dropmenudiv{
margin-top:7px;
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px tahoma;
line-height:18px;
z-index:100;
background-color: #CE0108;
color:#ffffff;
width: 160px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ED1A21;
color:#f1f1f1;
}

.displaycontent{
color:#333333;
}

table.classlist a
	{
	font-size:18px;
	color:#333333;
	font-weight:bold;
	} 
	
	
/*.headerblue a div{
			background-color:yellow;
			border-bottom:thin 1px #0099FF;
			cursor:pointer;
			width:100px;
			} 	
			
.headerblue a :hover div {
			background-color:#000000;
			border:inset #00CCFF 3px;
			cursor:pointer;
			width:100px;
			} */	
			
			
a.headerblue:link div {
	background-color:#00AEFD;
	border:outset #ccc 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}
a.headerblue:visited  div{
	background-color:#00AEFD;
	border:outset #ccc 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}
a.headerblue:hover div {
	background-color:#39D9FB;
	border:inset #01A3F8 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}
a.headerblue:active div{
	background-color:#00AEFD;
	border:outset #ccc 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}

			


a.headergreen:link div {
	background-color:#00A650;
	border:outset #ccc 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}
a.headergreen:visited  div{
	background-color:#00A650;
	border:outset #ccc 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}
a.headergreen:hover div {
	background-color:#7DCE79;
	border:inset #01A3F8 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}
a.headergreen:active div{
	background-color:#00A650;
	border:outset #ccc 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}			

 a.headerred:link div {
	background-color:#ED1C24;
	border:outset #ccc 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}
a.headerred:visited  div{
	background-color:#ED1C24;
	border:outset #ccc 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}
a.headerred:hover div {
	background-color:#FF6A81;
	border:inset #01A3F8 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}
a.headerred:active div{
	background-color:#ED1C24;
	border:outset #ccc 2px;
    cursor:pointer;
	width:100%;
	font-family: "arial";
	color: #fff;
	font-size:19px;
	font-weight:bold;
	padding-right:10px;
	height:30px;
}		


a.buttonnew:link div
	{
	width:150px; 
	border:#000000 1px outset; 
	background-color:#0099FF; 
	color:#666666; 
	font-size:14px; 
	font-weight:bold;		
	}
a.buttonnew:active div
	{
	width:150px; 
	border:#000000 1px outset; 
	background-color:#0099FF; 
	color:#666666; 
	font-size:14px; 
	font-weight:bold;		
	}
a.buttonnew:visited div
	{
	width:150px; 
	border:#000000 1px outset; 
	background-color:#0099FF; 
	color:#666666; 
	font-size:14px; 
	font-weight:bold;		
	}
a.buttonnew:hover div
	{
	width:150px; 
	border:#000000 1px inset; 
	background-color:#77BFE3; 
	color:#666666; 
	font-size:14px; 
	font-weight:bold;		
	}									