/*Use for testing:*/
/*@import url("ssl-screen.css");
@import url("ssl-mobi.css");*/
/*end testing*/
/*Use for online:*/
@import url("ssl-screen.css") only screen and (min-device-width:481px);
@import url("ssl-mobi.css") handheld, only screen and (max-device-width:480px);
/**/
@media only screen and (max-device-width: 1024px) and (orientation:landscape) {
	#wrapper {
		width:890px;
		position:absolute;
		top:0;
		left:0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	#logo {
	left: 617px;
	}
	#footer {
	margin-left: 75px;
	}	
}
@media only screen and (max-device-width: 767px) {
	#wrapper {
	width:auto;
		top:0;
		left:0;
		margin-left: 5;
		margin-top: 5;
	}
}
* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
p, ol {
	margin-bottom: 1em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #A0A000;
	color: #FFFFFF;
}
h1 {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}
h2 {
	font-size: 10px;
	font-weight: bold;
}
a {
	color: #48484f;
	text-decoration: none;
}
.on {
	color: #FFFFFF;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 3px;
}
aslink {
	text-decoration:none
}
a:hover {
	color: #FFFFFF;
}
#topnav li {
	display: inline;
	list-style-type: none;
	margin-right: 13px;
}
#topnav ul {
	margin-left: 8px;
}
#sidenav li {
	list-style-type: none;
	margin-bottom: 15px;
	list-style-position: outside;
}
#newsarea p {
	margin-bottom: 6px;
}
#newsarea h2 {
	margin-bottom: 1em;
	padding-top: 5px;
}
#textarea ul {
	margin-left: 0px;
	padding-left: 16px;
}
#textarea li {
	background-image: url(../media/pics/li-dots.gif);
	padding-left: 10px;
	margin-left: -14px;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
}
#textarea td {
	vertical-align:top;
	padding-right: 10px;
	padding-bottom: 10px;
}
#anitext {
	visibility: hidden;
	position: absolute;
}
#topnewsdisplay {
	padding: 6px;
	width: auto;
}
#topnewsdisplay p {
	margin-bottom: 5px;
}
#topnewsdisplay a {
	color: #484848;
	text-decoration: underline;
}
#flashaltwrapper li {
	background-image: url(../media/pics/li-dots.gif);
	padding-left: 10px;
	margin-left: 2px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
}
.liGrey {
	background-image: url(../media/pics/li-dots-grey.gif)!important;
}
#footer img {
	margin-top: 14px;
	margin-left: 8px;
}