html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #DDDDDD;
	color: #BD0102;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #BE0000;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
h2 {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 770px;
	border: 1px solid #999999;
}
#outerWrapper #header {
  background-color: #FFFFFF;
}
#outerWrapper #contentWrapper #content {
	margin: 0;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#outerWrapper #footer {
	background-color: #ddd;
	padding: 10px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#outerWrapper #navbg {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/09navbg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	padding-left: 28px;
	padding-top: 5px;
}
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #DF0000;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:24px;
	z-index:100;
	background-color: #B80300;
	width: 140px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;

}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	text-decoration: underline;
}

.smalltext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.mapBG {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/map.jpg);
}
.boldwhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.smallredtext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BE0000;
}
.shade-table    { /* just to remind us we're using this -- we don't want to write over it later! */ }   
.odd        {
	padding:3px;
	background-color: #E8E8E8;
}   
.even       {
	padding:3px;
	background-color: #FFFFFF;
}  
.newsround {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A067F;
	font-weight: bold;
	line-height: 16px;
}
a.newsroundlink:link {
	color: #5A067F;
	text-decoration: none;
}
a.newsroundlink:visited {
	text-decoration: none;
	color: #5A067F;
}
a.newsroundlink:hover {
	text-decoration: underline;
	color: #5A067F;
}
a.newsroundlink:active {
	text-decoration: none;
	color: #5A067F;
}
a.bluelink:link {
	color: #0066CC;
	text-decoration: none;
}
a.bluelink:visited {
	text-decoration: none;
	color: #0066CC;
}
a.bluelink:hover {
	text-decoration: underline;
	color: #0066CC;
}
a.bluelink:active {
	text-decoration: none;
	color: #0066CC;
}
li {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}
.adminnav1 {
	background-color: #E9E9E9;
	margin: 5px;
	height: 30px;
	width: 300px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
}
.adminnavcont {
	padding: 5px;
	float: left;
	width: 350px;
}
.adminnav2 {

	background-color: #E9E9E9;
	margin: 5px;
	height: 30px;
	width: 300px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
}
