html, body {
   margin : 0;
   padding : 0;
}

body {	
	background-color: #020202;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.9em;	
	line-height: 1.5em;	
	color: #020202;
   text-align : center; /* keep page centered in IE */
   width : 100%;
   min-width : 750px;
}

#start {
  margin : .5em 0 .5em 0;
  }


a {	
	color: #7c1315;	
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color: #2b4099;
	}
	
	
h2 {
	color: #181653
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #9e0c0f;  	
	color: #F7F6C5
	}
h4 {
	color: #7c1315
	}
h5 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.1em;	
	background-color: #9e0c0f;  	
	color: #F7F6C5
	}

h5 a {
    color:#000033;
	}

h5 a:hover {
    color: #ffffff; /* Link */
}

h6 {
	font-size: 1.5em;
	}

table {
	color: #FFFFFF
	}
      
td, th {	
    font : bold 0.9em Arial, Helvetica, sans-serif;
	line-height: 2em;
	color: #F7F6C5;
	text-align : center;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.98em;	
	list-style-type: square;	
	list-style-position: outside
	}
	
/* Layout */
img {
   border : none;
}

#logo {
	width : 708px;
	height : 149px;
	background : url(assets/Logo_Head.jpg) no-repeat;
	padding : 0;
	margin : 0;
	background-position: center;
}

#uppernav {
	margin-top : 0px;
	width : 708px;
	margin-left: 2px;
}

#uppernav ul {
   margin : 0;
   padding : 0;
   white-space : nowrap;
   list-style : none;
}

#uppernav li {
   float : left;
   width : 120px;
   text-align : center;
   margin-left : 10px;
}

#uppernav li a {
   font : bold 0.8em Arial, Helvetica, sans-serif;
   text-decoration : none;
   display : block;
   line-height : 15px; /* trick provided by trx */
   height : 15px;
}

#uppernav li a:hover {
   color : #7c1315;
}

#wrapper {
	text-align : left;
	width : 708px;
	margin : auto auto;
	padding : 0;
	border-left : 1px solid #66635C;
	border-right : 1px solid #66635C;
	background-color: #93955b;

}

#contentwrapper {
   padding: 0 13px 16px 40px;
}

#columnright {
	width : 680px;
	float : right;
	padding : 5px 10px;

}
/*Style for Hidden Informational Text*/

.hidden
	{
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 	}
acronym,abbr

	{

	border-bottom: 1px dotted black;

	cursor: help;

	}
/*Classes*/	
.BulletBackgroundColor {
	color: #FFFFFF
	}
.clear {
   clear : both;
   height : 0;
   margin : 0;
   font-size : 1px;
   line-height : 0;
}	
.DataColor {
	color: #DEDECA
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	font-weight: normal;
	line-height: 1em;
	color: #000033;
	background-color: #8ea6cc;
	background-position: center;
	text-align: center;
	}
	
.footer a {
    color:#000033;
	}
	
.FormBackgroundColor {
	color: #CCCCCC;
	}
.ImageTitleColor {
	color: #84414A;
	}
.LabelColor {
	color: #CCCCCC;
	}
.ListColorEven {
	color: #CCCCCC;
	}
.ListFooterColor {
	color: #333333;
	}
.ListHeaderColor {
	color: #333333;
	}
.ListColorOdd {
	color: #DEDECA;
	}
.ListTitleColor {
	color: #CCCCCC;
	}
.NavigationBackgroundColor {
	color: #666666;
	}
.NavigationColor {
	color: #CCCCCC;
	}
.NewsDataColor {
	color: #2f449d;
	font-weight: bold;
	text-transform: capitalize;

	}
#rotate
 {
	margin : 5px;
	background-image: url(custom/rotate.php);
	width: 400px;
	height: 300px;
	padding-left: 120px;
}	

.Picture {
	padding: 2px;
	border: 3px double #84414A;
	margin: 5px;
}	
.StoryTitle {
	color: #000000;
	font-weight: bold;
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
tr.ListHeaderColor th {
	text-align: left;
	}.small {
	font-size: 85%;
}

.skiplink {
   position : absolute;
   left : -1000px;
   width : 990px;
   font-size : 2px;
}

.sidenote {
	font-size:12px;
	}
