/* CSS Document */
<style type="text/css">

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8E8E8;
	background-image: url(images/test.jpg);
}

.newsheadline {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.style6 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}

.headline a hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-decoration:underline;
}

.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.style9 {
	color: #000033;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}

.style14 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px;
	text-align: center;
}
.footer {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: #000033;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.footer a {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-weight: normal;
	
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




.style30 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FFFF;
}

.marquee {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.marquee a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

/* Begin of Side Navigation */

#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ 
	background-color: #FFFFFF;
	color: #333333;
}

.navlist {
	color: #FFFFFF;
	list-style-type: none;
	padding: 2px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 13px;	
}


.navlist li {
	color: #FFFFFF;
	width: 172px;
	background-color: #FFFFFF;
}

.navlist a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
}

.navlist1 {	
	list-style-type: none;
	width: 100px;
	padding: 10px;
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 13px;	
}

.navlist1 a {	
	color: #FFFFFF;
	text-decoration:none;
}

.navlist1 a:hover {	
	color: #FFFFFF;
	text-decoration:underline;
}
/* End of Side Navigation */

#article {
	float: left;
	width: 650px;
        background: #3366CC;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 20px 15px;
	border: 0px solid #CCCCCC;
	}
	
#article ol  {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
#article ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#article ul{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	}
	
#article ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#article p{
	padding: 3px 0px 0px 0px;
        margin-bottom: 1.2em;
	line-height: 20px;
	}

#post-top {
	float: left;
	width: 460px;
        background: #003399;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	border: 0px solid #CCCCCC;
	}

#post-top ol  {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
#post-top ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#post-top ul{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	}
	
#post-top ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

#post-top p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}

#post-title h1 {
	color: #FF9900;
        background: #3366CC;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
        text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border-bottom: 0px dotted #777777;
	}

#post-title h1:hover {
	color: #FF9900;
	text-decoration: underline;
	}
	
#post-title h1 a  {
	color: #000000;
	text-decoration: none;
	}

#post-title h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#post-title-article h1 {
	color: #FF9900;
        background: #3366CC;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
        text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 0px dotted #777777;
	}
	
#post-title-article h1 a  {
	color: #FF9900;
	text-decoration: none;
	}

#post-title-article h1 a:hover {
	color: #FF9900;
	text-decoration: none;
	}


#post-lower {
	float: left;
	width: 460px;
        background: #003399;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	border: 0px solid #CCCCCC;
	}

#post-lower ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	}
	
#post-lower ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#post-lower ul{
	list-style-type: square;
	color: #003399;
	font-size: 11px;
	font-family: Arial;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	}

#post-lower ul li{
	list-style-type: square;
	color: #3366CC;
	font-size: 11px;
	font-family: Arial;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#post-lower p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}

#post-lower h1 {
	color: #801D1D;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
        text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #000000;
	}
	
#post-lower h1 a  {
	color: #C02323;
	text-decoration: none;
	}

#post-lower h1 a:hover {
	color: #FA9C3A;
	text-decoration: none;
	}

#post-title-lower h1 {
	color: #FF9900;
        background: #1F3FBF;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
        text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border-bottom: 0px dotted #777777;
	}
	
#post-title-lower h1 a  {
	color: #000000;
	text-decoration: none;
	}

#post-title-lower h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#itemnav a{
        float: right;
        color: #FFFFFF;
        padding: 20px;
        }

#itemnav a:hover{
        color: #FF9900;
        padding: 20px;
        text-decoration: underline;
        }





