	/*  general rules */

* {margin:0; padding:0;}
.inline {display:inline;}
.alt {display:none;}
.hide {display:none;}
td, th {vertical-align: top;}

	/* general layout */

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	background-color: #43557b;  */
	margin:20px 0px;
	background-color: #c7d1e0;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat;
	background-position: left top;
	}
#header	{
	z-index:300;
	width: 735px;
	height: 260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	}
#bodybox {
	background: #fff url("/media/bgMap1.gif") top left no-repeat;
	margin: 0px auto;
	position:relative; top:0;left:0;
	border-width: 0px 5px 5px;
	border-style: solid;
	border-color: #fff;
	z-index:100;
	width: 735px;
	}
#nav {
	position:absolute; top:0px;left:0px;
	z-index:200;
	width: 145px;
	}
#content {
	margin: 0px 0px 0px 160px;
	padding-top: 14px;
	width: 560px;
	min-height: 300px;
	}
div.narrow {
	width: 305px;
	}
/*  Footer  */
#footer {
	width: 735px;
	clear: both;
	border-top:1px solid #4e698d;
	margin-top:35px;
	}
#footer p {
	color:#8caad0;
	font-size: xx-small;
	padding: 2px;
	margin:0;
	}
#footer a:link, #footer a:hover, #footer a:visited {color:#8caad0; text-decoration:none;}
#footer a:hover {text-decoration: underline;}

/*
#footerLine{
	background: #fff url("/media/footerM.gif") bottom left no-repeat;
	height:4px;
	width:735px;
	}
*/
	/* general typography */
.smaller {font-size: 80%;}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	text-align: left;
	}
p {
	margin-bottom: 1em;
	font-size: small;
	}
h1, h2 {margin-bottom: 10px;}
h2 {color:#43557b;}
h3 {
	color: #43557b;
	margin: 18px 0px 4px;
	}
h1 {font-size: large;}
h2 {font-size: medium;}
h3 {font-size: small;}
h4, h5, h6 {font-size: x-small; 	color: #43557b;}

ul, ol {
	font-size: x-small;
	}
a:link, a:visited {
	color: #36f;
	text-decoration: none;
	}
a:hover {text-decoration: underline;}


/*  Home Page Specifics  */

/*  Right Column  */

#rightcol {
	float:right;
	width: auto;
	display:inline; /* IE float margin bug fix  */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#rightcol img {
	padding-bottom:5px;
}

.rightcolBox {
	margin-bottom: 1px;
	background-color: #fff;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #43557B;
	border-bottom-color: #43557B;
	}
.rightcolBox h4 {
	color:#4e698d;
	font-size: 11px;
	font-weight: bold;
	border-bottom:1px dashed #8caad0;
	padding-bottom:4px;
	margin-bottom:4px;
	}
.rightcolBox h5 {
	padding: 0px 0px 5px;
	font-size: x-small;
	font-weight: bold;
	margin:0;
	}
.rightcolBox p {
	font-size: x-small;
	}
.rightcolBox a:link, .rightcolBox a:visited {
	color: #4e698d;
	text-decoration: none;
	}
.rightcolBox a:hover {text-decoration: underline;}

.rightcolBox img {
	text-align:center;
	padding: 0px 8px 10px 8px;
	}
.rightcolBox .photo {
	padding-bottom: 10px;
	clear: left;
	min-height:60px;
	}
.rightcolBox .photo img {
	float: left;
	padding: 0px 8px 10px 8px;
	}
.rightcolBox .photo p {
	padding: 0px 10px;
	font-size: x-small;
	}

.rightcolBox ul {
	line-height: 100%;
	list-style-type: square;
	padding: 0px 5px;
	}
.rightcolBox ol {
	line-height: 100%;
	padding: 2px 10px 10px;
	margin-left: 20px;
	}
.rightcolBox li {
	padding-bottom:4px;
	font-size: x-small;
	}
.rightcolBox ul ul, .rightcolBox ol ol {
	line-height: 100%;
	list-style-type: circle;
	padding: 2px 10px 10px;
	margin-left: 20px;
	}
.rightcolBox ul ul li, .rightcolBox ol ol li {
	font-size: x-small;
	}
.rightcolBox ul p {margin-top: 10px;}

.rightcolBox ul.links	{
	list-style-type:none !important;
	margin-left: 0px !important;
	}

	/* navigation styles */

#menuBox {
	border-right:1px dashed #8caad0;
	background-color: #fff;
	}
#menuBox ul {
	list-style-type: none;
	padding: 15px 0px 15px 8px;
	width: 131px;
	}
#menuBox li {
	text-align: left;
	margin-bottom:2px;
	font-size: 11px;
	}
#menuBox ul ul {
	list-style-type: none;
	display: block;
	margin: 0px 8px 0px 0px;
	padding:0px;
	}
#menuBox ul ul li {
	padding: 0px 0px 0px 8px;
	font-size: 11px;
	font-weight: normal;
	display: block;
	}
#menuBox a:link,
#menuBox a:visited {
	color: #43557b;
	display: block;
	border: 1px solid #fff;
	padding: 1px 4px 2px;
	text-decoration: none;
	width: 114px;
	}
#menuBox a:hover {
	color: #000;
	border-width: 1px;
	border-style: dashed;
	border-color: #8caad0;
	background-color: #c9d6e6;
	text-decoration:none;
	}
#menuBox ul p {margin-top: 10px; font-size:11px;}
.menuItemSep {
	border-bottom: 1px dashed #8caad0;
	margin: 6px 4px 6px 0px;
	}

	/* content styles */

#content ul {
	list-style-type: square;
	margin: 0px 0px 1em 3em;
	}
#content ol {
	margin: 0px 0px 1em 3em;
	}
#content li {
	font-size: x-small;
	}
#content ul ul, #content ol ol {
	list-style-type: disc;
	margin: 0px 0px 0em 1em;
	}
#content ul ul li,
#content ul li ul li,
#content ol ol li,
#content ol li ol li {
	}
#content ul p {margin: 0px 0px 2px;}

/*  Tables  */
#content table {
	font-size: x-small;
	margin: 25px 0px;
	}
#content table p {
	font-size: x-small;
	line-height: 100%;
	padding-bottom: 10px;
	}
#content table ul {
	margin-bottom: .5em;
	}
#content table li {
	font-size: x-small;
	line-height: 100%;
	}

.sidebarwide {
	margin:0px 2px 10px;
	padding:10px 10px 0px;
	border:1px solid #ccc;
	background:#effdf3;
}



ul.links	{
	list-style-type:none !important;
	margin-left: 8px !important;
	}
ul.links ul	{
	list-style-type:none !important;
	margin-left: -10px !important;
	padding-bottom:0px;
	}
ul.links li, ul.links li li	{
	background: transparent url("/media/bullet.gif") 0px 3px no-repeat;
	padding-left: 12px;
	}
.floatright {
	float:right;
	margin:0px 0px 20px 20px;
	display:inline; /* IE float margin bug fix  */
}
.tight p {margin-bottom:2px;}
.separator {border-bottom:1px dashed #81a8b1; margin: 8px 0px;}

#menuBox .separator {border-bottom:1px dashed #81a8b1; margin: 4px;}

form#feedbackForm {
	width: 561px;
	margin:10px 2px;
	}

form#feedbackForm legend {font-size:12px; margin-left:10px; padding:0px 6px;}
