* {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-variant:normal;
	color: #333333;
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
}
IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
A {
	COLOR: #36b; TEXT-DECORATION: none
}
A:visited {
	BORDER-LEFT-COLOR: #757; 
	BORDER-BOTTOM-COLOR: #757; 
	COLOR: #757; 
	BORDER-TOP-COLOR: #757; 
	BORDER-RIGHT-COLOR: #757
}
A:hover {
	BORDER-LEFT-COLOR: #911;
	BORDER-BOTTOM-COLOR: #911; 
	COLOR: #d81f26; 
	BORDER-TOP-COLOR: #911; 
	BORDER-RIGHT-COLOR: #911
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: sans-serif;
}

h2{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
}

.column {
	FLOAT: left
}

.loginform{
}

.titles{
	border: 1px solid #666666;
	font: sans-serif;
	margin-top: 2px;
	background-color:#E4E4E4;
	padding: 5px;
	text-align: center;
}

.homebar{
	margin-bottom: 2px;
	background-color: #efefef;
	padding: 5px;
}

#copyright {
	font-family: sans-serif;
	font-size: 10px;
	color:#666666;
	padding: 15px;
}

#copyright a {
	color:#666666;
	text-decoration: none;
}

#copyright a:Hover {
	color:#666666;
	text-decoration: underline;
}

#footBar {
	border: 1px solid #666666;
	background-color: #E4E4E4;
	font-family: sans-serif;
	font-size: 10px;
	color:#333333;
	padding: 5px;
}

#footBar a {
	color:#666666;
	text-decoration: none;
}

#footBar a:Hover {
	color:#666666;
	text-decoration: underline;
}

.menuskin{
        position:absolute;
        width:220px;
        background-color:#999999;
        border:1px solid #FFFFFF;
        font-family:sans-serif;
        font-weight:bold;
        font-size:12px;
        line-height:18px;
        z-index:100;
        visibility:hidden;
        color:#FFFFFF;
}

.menuskin a{
text-decoration:none;
padding-left:10px;
padding-right:10px;
color:#FFFFFF;
}

#mouseoverstyle{
background-color:black;
}

.loginHeader {
	background-color:#999999;
	border: 1px solid #333333;
}

.borderLR {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #333333;
}

.borderL {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #333333;
}

.borderR {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #333333;
}

.borderB {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #333333;
}

.borderBR {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #333333;
}

.borderBL {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #333333;
}

.border {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #333333;
}

.borderLBR {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #333333;
}

#rss {
	font-family: sans-serif;
	font-size: 12px;
	padding: 2px;
}

#rss a {
	color:#003399;
	text-decoration: none;
}

#rss a:hover {
	text-decoration: underline;
}

.tickls{color:#ca1f25;font-weight:bold;}
.tickh{display:none;}
a.tickl{
	font-size:1em;	
	text-decoration:none;
	color:#1F527B;	
}
a.tickl:hover{
	color:#0D3059;
	text-decoration:none;
}
input.add-btn {
	width: 52px;
	height: 18px;
	background: #5B80AC url(/images/btn_add.gif) no-repeat;
	outline: none;
	vertical-align: middle;
	*vertical-align: text-bottom;
}
input.add-btn:hover {
	background: #5B80AC url(/images/btn_add.gif) no-repeat 0 -18px;
}
input.edit-btn {
	width: 52px;
	height: 18px;
	background: #5B80AC url(/images/btn_edit.gif) no-repeat;
	outline: none;
	vertical-align: middle;
	*vertical-align: text-bottom;
}
input.edit-btn:hover {
	background: #5B80AC url(/images/btn_edit.gif) no-repeat 0 -18px;
}
input.submit-btn {
	width: 52px;
	height: 18px;
	background: #5B80AC url(/images/btn_submit.gif) no-repeat;
	outline: none;
	vertical-align: middle;
	*vertical-align: text-bottom;
}
input.submit-btn:hover {
	background: #5B80AC url(/images/btn_submit.gif) no-repeat 0 -18px;
}
.errMsg {
	font-weight: bold;
	color:#CC0000;
}

#news-head {
	font-size: 1.2em;
	font-weight: bold;
	color:#333333;
}

.leftTicker {
	width: 90px;
	text-align: left;
	font-size: .8em;
	font-weight: bold;
	color:#CC0000;
}

.rightTicker {
	float: right;
	width: 660px;
	font-size: .8em;
}

.rightTicker a {
	color: #000000;
	text-decoration: none;
}

.rightTicker a:hover {
	color: #0099CC;
	text-decoration: underline;
}

#findUs {
	position: relative;
	width: 740px;
}

.findUsForm {
	width: 210px;
	float: left;
	border: solid 1px #333333;
	font-size: 1em;
	background-color: #E7E7E7;
	padding: 1em;
}

.findUsMap {
	width: 460px;
	float: right;
	border: solid 1px #333333;
	padding: 1em;
	font-size: 1em;
	background-color: #E7E7E7;
}

.findUsMapHeader {
	color:#333333;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}

.findUsFormHeader {
	color:#333333;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

.findUsMapText {
	color:#333333;
	font-size: 1em;
	text-align: left;
}

.findUsFormText {
	color:#333333;
	font-size: .7em;
	text-align: left;
}

#mainText {
	padding: 7px 7px 7px 0px;
}

