/* CSS Document */

body {
	margin: 0;
	padding: 0;
/*	background-image: url(graphics/sitewide/header.jpg);*/
background-image: url(graphics/sitewide/header-background.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
/*	background-color: #e6eeff;*/
}
h1, h2, h3 {
	margin-top: 0;
}
form {
	margin: 0;
	padding: 0;
}
p {
	font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
}
#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
	border-left: 165px solid #ffffff;  /* left column background */
	border-right: 200px solid #ffffff; /* right column background */
	background-color: #ffffff;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
}
#header {
	color: #0047be;
	height: 98px;
	background-image: url(graphics/sitewide/website-logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#header h1 {
	font: 150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 1em;
}
#header u {
	color: #000000;
}

#side1 {
	width: 160px;
	margin-left: -160px;
	float: left;
	position: relative;
	z-index: 10;
	padding-top: 15px;
}
#side1 h3 {
	width: 150px;
	font: 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00a844;
	margin-bottom: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 150px;
	background-color: #FCF5F5;
	border: 1px inset #901602;
}
#side1 ul {
	width: 150px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#side1 li {

	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #bfffd9;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #0047be;
	background-color: transparent;
}
#side1 a:hover {display: block;
	color: #000000;
	background-color: #00a844;
	
}
#side2 {
	width: 200px;
	margin-right: -200px;
	float: left;
	position: relative;
	z-index: 11;
	padding-top: 15px;
	text-align: right;
}
#side2 h3 {
	font: 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00a844;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-right: 0.5em;
}
#side2 p {
	padding-left: 10px;
}
#side2 ul {
	width: 170px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#side2 li {

	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #bfffd9;
}
#side2 a:link, #side2 a:visited {
	text-decoration: none;
	color: #0047be;
	background-color: transparent;
}
#side2 a:hover {display: block;
	color: #000000;
	background-color: #00a844;
	
}
.dotbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0.5em 10px;
	border: 1px dotted #00a844;
	background-color: #e6eeff;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
	padding-top: 15px;
}
#content h2 {
	font: 130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0047be;
	margin-left: 1em;
}
#content p {
	margin-left: 3em;
	margin-right: 2em;
}
#content ul {
font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 3em;
	margin-right: 2em;
}
#footer {
	background-color: #e6eeff;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #bfffd9;
	text-align: center;
}
#footer p {
	padding-left: 1em;
}
#footer a, #footer a:visited {
	color: #0047be;
	text-decoration: none;
}
#footer a:hover {
color: #a81800;
}
.clear { 
	clear: both;
}
.picture  { float: left; margin-right: 0.5em; margin-bottom: 0.5em; border: solid 1pt #000; width: 250px }
.picture150 { float: left; margin-right: 0.5em; margin-bottom: 0.5em; border: solid 1pt #000; width: 150px }
.picture150right { float: right; margin-left: 0.5em; margin-bottom: 0.5em; border: solid 1pt #000; width: 150px }
.picture200 { float: left; margin-right: 0.5em; margin-bottom: 0.5em; border: solid 1pt #000; width: 200px }
.underline {
	text-decoration: underline;
	color: #000000;
}


/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}
#side1 {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}

#content a, #content a:visited {
	color: #00a844;
	text-decoration: none;
}
#content a:hover {
	color: #a81800;
	text-decoration: none;
}
.boldtextgreen {
	color: #00a844;
	font-weight: bold;
}
#backtolink a:link, #backtolink a:visited {
	text-decoration: none;
	color: #0047be;
	background-color: transparent;
	font-size: 1em;
}
#backtolink a:hover {display: block;
	color: #000000;
}
.redtext {
	color: #FF0000;
}
.bluetext {
	color: #0047be;
}
.greentext {
	color: #00a844;
}
/* table styling */
table {

	margin-left: 3em;
		font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
		 width: 550px;
		 color: #000;
/*		 background: #82ABFF url(graphics/table-bg.png) no-repeat top left; */
background-color:#BFD4FF;
		 border-collapse: collapse;
		 border: 8px solid #82ABFF;
	 }
	 td {
		 padding: 2px 4px;
	 }
	 table a {
	text-decoration: none;
	 }
	 thead {
		 border-bottom: 1px solid #FFF;
	 }
	 tfoot {
		 text-align: center;
	 }
	 tr.even {
		 background: transparent url(graphics/tr_bg.png) repeat top left;
	 }
	 caption {
	color: #0047be;
	padding-bottom: 4px;
	text-align: center;
	 }
