 html, body {
  margin:0; 
  padding:0;
  border:0;
}
body{
	background-image: url();
	background-repeat: repeat;
  background-color:#FCFCFC;
  min-width:970px; 
  text-align:center; 
 font-size:100%

}
.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{
	height:auto;
	margin-bottom:0
} 

#uppercontainer{
  border-bottom:4px solid #fff;
  margin-left: auto;
  margin-right: auto;
  text-align:left; 
  position:relative; 
  width:970px;
  top: 0px;
}


#wrapper{
  border-right:4px solid #fff; 
  border-left:4px solid #fff; 
  background:#ECE9DF;
}

#outer{
  z-index:1; 
  position:relative; 
  margin-left:152px; 
  width:805px;
	visibility: visible;
 
/* \*/
  height:100%;
}

* html #outer{ 
  width:810px; 
  w\idth:810px; 
}
#float-wrap{
  width:810px; 
  margin-right:0; 
  float:left;
  background-color: #fff; 
	position: relative;
	left: 0;
}

#center{
  width:810px; /*** Set to = center col width ***/
  float:right;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}

#clearheadercenter{
  height:0px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}
#clearheaderleft{
  height:0px; /*** needed to make room for header in left column ***/
  overflow:hidden;
}

#clearheaderright{
  height:0px; /*** needed to make room for header in right column ***/
  overflow:hidden;
}

#clearfooterleft{
  height:25px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}
#clearfootercenter{
  height:15px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}
.outer_horiz_border, .sb_outer_horiz_border{
  background:#fff;
  height:1px;
  overflow:hidden;
  font-size:0px
}

strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; 
	color: #ccc; 
	background-color: #ccc; 
	height: 1px;
	padding: 0;
	}
td {
	font-size: 90%;
	}
img {
	border: 0;
	}
/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
he\ight: 1px;
}
/* */


/***** General formatting ****/ 

p {
	margin: 10px 0 10px 0;
	padding: 10px;
	font-size: 100%;
	line-height: 1.6em;
	color: #333;
	page-break-inside: auto;
} 

#rolenav {
	position: relative;
	margin: 5px 0 0 0;
	width: 100%;
	visibility: visible;
	background-color: #048;
	text-align: center;
	height: 10px;
	padding: 0;
	border-bottom: 1px solid #fff;
}

a:link {
	color: #048;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #636363;
}

a:hover {
	color: #AF8906;
}

* html #left{margin-right:-3px;}

#left{
  width:152px; 
  float:left;
  position:relative;
  margin-left:-152px; 
}
*>html #left{width:152px;} 
#container-left {
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: .8em;
	letter-spacing: 1px;
	background: #ECE9DF; /* IE6 Bug */
	margin: 0;
	padding: 0;
	width: 152px;
	left: 0;
	position: relative;
	text-align: left;
}


#container-left p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 1em 0 0 0;
	margin: 0;
}	
#container-left2{
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: .8em;
	letter-spacing: 1px;
	background: #EDEAE1; /* IE6 Bug */
	margin: 0;
	padding: 0;
	width: 152px;
	left: 0;
	position: relative;
}

#container-left2 p {
	font-family: Helvetica,Arial,sans-serif;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0;
}	

ul#container-left li {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #fff;
	}

ul#container-left li a {
	display: block;
	text-decoration: none;
	padding: 10px 5px 10px 5px;
	font-family: Helvetica,Arial,sans-serif;
	color: #000000
	margin: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul#container-left li { float: left; height: 1%; }
* html ul#container-left li a { height: 1%; }
/* End */

ul#container-left ul {
	position: absolute;
	display: none;
	left: 150px; /* Set 1px less than menu width */
	top: 0;
	padding: 0;
	margin: 0;
	}

ul#container-left li ul li a { 
	padding: 5px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: .9em;	
	letter-spacing: 1px;
	color:#333;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0;
} /* Sub Menu Styles */

ul#container-left li:hover ul ul,
ul#container-left li:hover ul ul ul,
ul#container-left li.over ul ul,
ul#container-left li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#container-left li:hover ul,
ul#container-left li li:hover ul,
ul#container-left li li li:hover ul,
ul#container-left li.over ul,
ul#container-left li li.over ul,
ul#container-left li li li.over ul { display: block; } /* The magic */


ul#container-left li.menuparent:hover,
ul#container-left li.over { 
	background: #f9f9f9 right center no-repeat; 
}

ul#container-left li a:hover { 
	color: #AF8906; 
	text-decoration: underline;
}


ul#container-left li ul li.last{ 
	border-bottom: 1px solid #fff;
} 


#content {
	padding: 0;
	margin: 0 10px 0 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .955em;
	line-height: 1.5em;
	width: 810px;
	position: relative;
}


#content p.caption {
	font-size: .6em;
	color: #333;
	line-height: 1.3em;
	padding: 0 0 10px 0;
	margin: 0;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 10px 0;
}
#content1 {
	padding: 0;
	margin: 0 0px 0 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
    position: relative;
}

#content1 p.caption {
	font-size: .7em;
	color: #333;
	line-height: 1.6em;
	padding: 0 0 0px 0;
	margin: 0;
}

#content1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 0px 0;
}

#sidebar ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333;
	line-height: 1.4em;
	padding: 5px 0 0 0;
	margin: 0 0 0 -1em;
	list-style-type: square;
}

.sidebar {
	position: relative;
	padding: 10px;
	margin: 2px 0 10px 10px;
	background-color: #f0f0f0;
	width: 200px;
	float: right;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.sidebar h2 {
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#subfooter1{
  background:#048; /*** Background Color of Sub-footer #1 ***/
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:22px; /*** sub-footer row height ***/
	border-bottom: 4px solid #fff;
}
#footer{
  position:absolute;
  clear: both;
  width:962px; 
  height:22px; 
  overflow:hidden;
	left: 0;
  margin-top:-1px; 
	border: 4px solid #fff;
}
#city {
	position: relative;
	float: left;
	margin: 4px 5px 5px 3px;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: .6em;
	text-align: left;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.2em;
}

#footer-links{
	position: relative;
	float: right;
	padding: 0;
	margin: 3px 3px 5px 5px;
	line-height: 1.2em;
	font-family: Verdana, sans-serif;
	font-size: .6em;
	text-align: left;
}
#footer-links ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer-links li{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#footer-links li a{
	color: #fff;
	text-decoration: underline;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #fff;
}
#footer-links li a.last {
	border-right: none;
}

a em {
	font-style: normal;
	text-decoration: underline;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
#sectm {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	width: 967px;
	position: relative;
	height: 124px;
	text-align: center;
}
#sectm-title {
	padding: 0;
	margin: 0;
	width: 810px;
	background-color: #6e83ad;
	height: 98px;
	top: 0;
	vertical-align: top;
}

#sectm-title h4 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 10px;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 20px;
}



#sectm-left {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	border-right: 2px solid #fff;
	width: 150px;
}
#sectm-right {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 805px;
	text-align: center;
}



#sectm-right h2 {
	padding-top: 19px;
	margin-top: 0;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#sectm-right h4 {
	padding-top: 8px;
	margin: 0 0 0 0;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#sectm-right h5 {
	padding-top: 8px;
	margin: 0 0 0 0;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: .8em;
	text-align: center;
	letter-spacing: 7px;
}

#sectm-right h3 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#header{
  position:relative;
  top:0px
	left: 0;
  width:962px; 
	z-index: 2;
}
#header2 {
	background:#ffffff; 
    padding: 0;
	margin: 0;
	width: 962px;
	height: 4px;
}

#subheader1{
  background:#ECE9DF; 
  text-align:left;
  margin:0; 
	top: 0;
}

#header-right table a {
}

#header-left {
	position: relative;
	left: 1px;
	padding: 0;
	margin: 0;
	float: left;
	top: 6px;
	width: 100px;
}


#header-left img {
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
	width: 100px;
}

#header-right {
	position: relative;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0 .1em 0 0;
	float: right;
	width: 690px;
}

#header-rt-top {
	position: relative;
	margin: 0;
	padding: 5px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	text-align: right;
	top: 0;
}
#header-rt-bot {
	margin: 0 .2em 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
}

