/* CSS Document */


body {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:.75em;
color: black;
}

H1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 1.5em;
}
H2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 1.25em;
}
H3 {
font-family:Arial, Helvetica, sans-serif;
FONT-SIZE: 1em;
}
H4 {
font-family:Arial, Helvetica, sans-serif;
FONT-SIZE: 1em;
font-weight:500;
}
H5 {
font-family:Arial, Helvetica, sans-serif;
FONT-SIZE: .75em;
font-weight:500;
}

a:link {
color: #FFCC00;
/*background-color:#000;*/
} 

a:visited {
/*background-color: #000;*/
color:#FFFFFF;
} 

a:hover {
/*background-color:#000;*/
color:#FF3300;
}

a:active {
background-color: #FF3300;
color:#000;
}

#header {
border-bottom: none;
color:#000;
}

#topNavBar {
white-space:nowrap;
font-weight:700;
border-bottom: 1px solid #000;
line-height:25px;
}

#topNavBar ul {
margin-left: 0;
padding: 0px 0;
display: inline;
}

#topNavBar ul li {
list-style: none;
margin: 0;
display: inline;
}

#topNavBar ul li a:link, #topNavBar ul li a:visited {
padding: 0px;
padding-left: 2px;
padding-right: 2px;
margin-left: 3px;
border: 1px solid #000;
border-bottom: 0px;
text-decoration: none;
width:auto;
}

#columnLeft {
float: left;
width: 200px;
color:#FFCC00;
font-family: Arial, Helvetica, sans-serif;
FONT-SIZE: 10px;
font-weight:700;
}

#columnLeft ul {
margin-left: 0;
margin-top: 0px;
padding: 0px;
border-bottom-color:#ffffff;
background-color:#000000;
}

#columnLeft ul li {
margin: 0px;
list-style-type:none;
BORDER: #000000 1px solid; 
border-bottom-color:#ffffff;
}

#columnLeft ul li a:link, #columnLeft ul li a:visited {
display:block;
text-decoration: none;
padding:5px;
font-weight:bold;
border-bottom-color:#ffffff;
}


/*#columnRight {
padding-top: 1em;
 
}*/
#columnRight a:link, #columnRight a:hover {
text-decoration: underline;
color:#0000FF;
background-color:#fff;
}
#columnRight a:visited {
text-decoration: underline;
color:#660000;
background-color:#fff;
}

#footer {
clear:both;
padding-bottom: 1em;
border-top: 2px solid #ff9900;
border-bottom: 2px solid #ff9900;
text-align: center;
font-size: .9em;
color: #000000;
}
#footer a:link, #footer a:visited, #footer a:hover {
text-decoration: underline;
color:#0000FF;
background-color:#fff;
}

/*define images*/
img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin-left:15px;
}


#rotatephoto {
float: right;
width:auto;
margin-left:15px;
margin-top: 0px;
margin-bottom: 15px;
margin-right: 0px;
}

/*right side navigation bar or news*/
/*#Rnav {
	margin-top:0px;
	margin-left: 10px;
	margin-right: 0px;
    float: right;
	width: 235px;
	text-align:right;
	FONT-SIZE: 11px;
	font-weight:700;
	color: #000000;
	line-height:12px;
	padding-left:5px;
	padding-right:5px;
}

#Rnav ul {
margin-top: 0px;
}

#Rnav li , #Rnav a:link {
	display:block;
	color:#000000;
	list-style-type:none;
	text-decoration: none;
}

#Rnav a:hover {
text-decoration: underline;
/*background-color:#ffcc00;
}

#Rnav a:visited {
	display:block;
	margin: 0px;
	list-style-type:none;
}*/
