@charset "utf-8";
/* CSS Document */

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: #292929;
	color: #2c2d2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(images/BG1.jpg);
	background-repeat: repeat;
}
/* Commonly used to style page titles. */
h1 {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
/* Commonly used to style section titles. */
h2 {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #AC783B;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #AC783B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #AC783B;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #AC783B;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #AC783B;
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 780px;
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
	outline-color: #FFFFFF;
}
#outerWrapper #header {
	background-color: #000;
	border-bottom: solid 1px #2a2a2a;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	height: 107px;
}

#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background-color: #363636;
	color: #FFFFFF;
}
#outerWrapper #footer {
	background-color: #000000;
	border-top: solid 1px #2a2a2a;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 10px;
}
body,td,th {
	color: #CCCCCC;
}

#Nav {
	height: 35px;
	background-color: #000000;
}

