@charset "utf-8";
@import url("navigation.css");

html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

p {
	margin: 0 0 12px 0;
}
.new {
    color:#fff !important;
}
body {
	background-color: #ffe6a9;
	background-image: url(../img/shadow.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

h1 {
	color: #8281d1;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

h2 {
	color: #8281d1;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 0px;
	padding-top: 10px;
}

a,  a:link {
  color: #da4d33;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #5f519e;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #b92200;
  text-decoration: underline;
}

a:focus {
  color: #b92200;
}

a:active {
  color: #392f69;
}

#outerWrapper {
	background-color: #ffe6a9;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 780px;
	border-width: 2px;
	border-style: none solid solid solid;
	border-color: #b92200;
}
#outerWrapper #header {
	background-color: #ffe6a9;
	background-image: url(../img/header.jpg);	
	border-bottom: solid 1px #b92200; 
	height: 96px;	
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px; 
}


#outerWrapper #subheader {
	background-color: #ea713f;
	height: 20px;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b92200;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 15px 5px 5px;
	text-align:right;
	color: #b92200;
}

#outerWrapper #subheader a {
	color: #fff4c7;
	font-weight: lighter;
	padding-top: 5px;
	line-height: 1.2em;
}

#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #ffe6a9;
	/*border-right: solid 1px #a8a2d1; */
	float: left; 
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#outerWrapper #contentWrapper #content {
	background-color: #fff4c7;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #ea713f; 
	padding: 10px 10px 10px 10px; 
	color: #fff4c7;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b72118;
}

img.right {
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

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

.contentpadding {
	height: 10em;
	background-color:#fff4c7;
}

.contentbold {
	font-weight: bold;
	color: #b92200;
}

#content ul li {
	list-style-image: url(../img/list.gif);
}

td {
	vertical-align: top; border: 1px dotted #000; padding: 5px;
	min-width: 160px;
}

table {
	margin: 0 0 15px 0;
}
