
/* ========= Layout ========== */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

body {
  margin: 0px;
  padding: 0;
  background-color:#E2E2E2;
  background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol {
	font-size: 12px;
	line-height: 150%;
}

blockquote{
font-size: 11px;
	margin:0.3em 0 0.3em 1em;
line-height:14px;
	padding-left:1em;
	font-style:italic;
	border-left:4px solid #D29024;
}

span.small {
font-size:10px;
color: #004B00;
font-weight: 300;
line-height: 12px;
}

span.yellow {
font-size:10px;
color: #FFFF00;
font-weight: 300;
line-height: 12px;
}
span.yellow1 {
font-size:12px;
color: #FFFF00;
font-weight: 900;
line-height: 12px;
}

span.red{
font-size:16px;
color: #FF0000;/*FF9933;*/
font-weight: 700;
line-height: 16px;
}

span.blue {
font-size:14px;
color: #000080;
font-weight: 700;
line-height: 12px;
}

table {
font-size:10px;
color: #FFFFFF;
font-weight: 300;
line-height: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

/* ======= Header ======= */

#header {
	width: 800px;
	height: 210px;
	margin: 0px auto;
	background: url(../images/header.jpg) no-repeat center center;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* ====== Navigation ====== */

#sidenav a:hover{
/* prevent background colour used on site wide anchors */
	background:transparent;
}

.sidenav {
margin-top:10px;
	float: left;
	width: 140px;
}

.sidenav h2 {
	color: #030689; 
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
}

.sidenav ul {

padding: 0;
background: #DFCFAA;
color: #DFAB8C;
	border-top: 0px solid #DFC4A1; 
}

.sidenav li {
/*	display:block;
	float:left;
	width:130px;*/
border-bottom: 1px solid #DFEAC3;


} 

.sidenav li a {
	font-size: 0.9em;
 color: #FFE869; 
	display: block;
	padding: 1px 0 1px 5%; /*was 5%*/
	text-decoration: none;
	width: 95%; /*was 95%*/
}
.sidenav li a:hover {
	background: #DFEAC1;/*030689;*/
	color: #000000;	
}


/* ====== Navigation End ====== */

/* Content */

#wrapper {
   width: 800px;
   margin: 0 auto;
   background-image: url(../images/container.jpg);
   border:  0;
   text-align:left;
}

/* Content Columns */

#rightcolumn {
   float: right;
   display: inline;
   width: 595px;
 color: #000000; /*font color*/
   padding-top: 10px;
   padding-bottom: 0px;
   padding-left: 0px; /* was 20px*/
  /* padding-right: 30px; can't use padding bcause of box model in ie 5*/
margin-right: 18px;/*original 20 to fix ie 5*/
}

#leftcolumn {
   float: left;
   display: inline;
   width: 142px;
   padding-bottom: 10px;
padding-left: 22px;
   padding-right: 0px;
   padding-top: 2px;
/*margin-left:21px;*/
	text-decoration: none;
}

/* ====== Extra Content Columns ======= */

#rightcolumn h2 {
	font-size: medium;
	color: #000080; /*A8AEC3; E8F278;  FFFB85*/
}

#rightcolumn h3 {
	font-size: 12px;
	color: #CC0B8D; /*A8AEC3; E8F278;  FFFB85*/
}


#rightcolumn h4 {
	font-size: 14px;
	color: #CC0B8D; /*A8AEC3; E8F278;  FFFB85*/
}

span.policy {
font-size:10px;
color: #004B00;
font-weight: 300;
line-height: 12px;
}

#leftcolumn a {
font-size:10px;
	color: #FF0000;
}

#leftcolumn a:hover {
font-size:10px;
	text-decoration: none;
}

#leftcolumn h4 {
	font-size: 14px;
	color: #CC0B8D; /*A8AEC3; E8F278;  FFFB85*/
}


#leftcolumn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftcolumn li {
	margin-bottom: 1px;
	color: #2F6860; 
}

#leftcolumn li li {
	margin-bottom: 0;
	padding-left: 1px;
}

#leftcolumn a:hover {
	color: #000000;
}

#leftcolumn a {
	color: #2F6860;
}

/* ========== End Content ========== */

/* ============ Pictures ============*/

.img200 {
		border:1px solid #CEC6AF;
		/*margin:0 auto;*/
  margin-bottom: 6px;
  margin-left: 12px;
  margin-right: 0px;
  margin-top: 6px;
		padding: 4px;
  float:right;
		width: 200px;
  height: 140px;
}


/* ============ Pictures  End ============*/

/* Footer */

#footer {
	width: 800px;
height: 85px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat center center;
	border-left: 0;
	border-right: 0;
border-bottom: 0;
}

#footer * {
	color: #000080;/*004B00;*/
}

#footer p {
	margin: 0;
	padding-top: 2em;
	text-align: center;
	font-size: 10px;
}