body {
  margin: 0;  
  text-align: center;
  font: 0.62em verdana, arial, sans-serif;  
  line-height: 170%;
  color: #EEE;
  background: #585858 url(../images/bg_body.jpg) repeat-y top center;
}

p {
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	text-align: justify;
}


a {
	color: #FFCC99;
}

a:visited {
	color: #FFCC99;
}

a:hover {
	color: #EEE;
	text-decoration: none;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  width: 70%;
}

textarea {
  width: 98%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}


h1 {
	clear: both;
	margin: 10px 0;
	font: 700 1.2em verdana, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}
#title h2 {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#box {
	margin: 0px;
	float: left;
	padding: 0px;
}
#box     p   {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#content a  img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

#sideBar h1 {
  text-align: right;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}


#content ol li {
	color: #999999;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {

}

blockquote {  
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {
	width: 990px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4E0705;
	background-repeat: repeat-y;
	background-position: center top;
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
	margin: 0 auto;
	text-align: left;
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
	display: inline;
	float: left;
	padding-top: 20px;
	list-style: none;
	text-align: center;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 1em;
	color: #FFCC99;
	font-weight: bold;
	font-size: 1.3em;
	width: 100px;
}

#menu ul li a:hover,
#menu ul li a.active {
	font-weight: bold;
	color: #FFFFFF;
}


/***************************************************
  Site Title
 ***************************************************/

#title {
	margin-right: 0.5em;
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0;
}

#title h1 {
	display: inline;
	color:  #FFCC99;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {
	clear: both;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#text {
	float: left;
	width: 500px !important;
	width: 437px;
	padding: 10px 5px 20px 20px !important;
	padding: 20px 5px 20px 20px;
}

#image {
  float: left;
  width: 170px;  
  vertical-align: top;
}

#sideBar {
	float: right;
	width: 250px !important;
	width: 160px;
	padding: 10px 15px 20px 0 !important;
	padding: 20px 15px 20px 0;
}


/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
	padding: 0px;
}

.sideMenu a {
	text-decoration: none;
}

.sideMenu a:hover {

}


/***************************************************
 Footer
 ***************************************************/

#footer {
	clear: both;
	width: 780px;
	color: #888;
	background-color: #1D1D1D;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer p {
  padding-top: 0;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}


.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}
td {
	padding-left: 10px;
	padding-right: 5px;
}
.border {
	border: 5px double #666666;
}
table {
	text-align: center;
}
input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}
.links p {
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
.links a {
	text-transform: uppercase;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.links   img   {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.links td {
	border: 1px dotted #999999;
	padding: 5px;
}

