html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
}
img {
	border-style: none;
}

body {
	background-color: #666666;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	color: #333333;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 2.8em;
}
h2 {
	color: #666666;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2.0em;
	padding-bottom: 5px;
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
p {
	font-size: 1.2em;
	line-height: 1.6em;

}
a,  a:link {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:focus {
	color: #666666;
}
a:active {
	color: #666666;
}
#outerWrapper {
	text-align: left;
	width: 920px;
	background: #fff url(../images/content-bg.png) repeat-y left 13px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#outerWrapper #gradient {
	background-image: url(../images/gradient-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header  {
	height: 80px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 20px;
}
#header   #logo {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 0px;
	line-height: 50px;
	float: left;
	width: 480px;
}
#header #links{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 25px;
	padding-right: 15px;
}
#links a, #links a:active, #links a:visited {
	font-weight: normal;
	color: #FFF;
}
#header #links a:hover {
	color: #999;
	text-decoration: underline;
}

#nav    {
	height: 62px;
	margin-right: 20px;
	margin-left: 20px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D7D7D7;
	border-left-color: #D7D7D7;
	margin-bottom: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}
#nav ul li a {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 62px;
	font-weight: normal;
	background-image: url(../images/nav-border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav ul li a:hover {
	background: url(../images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
	color: #FFFFFF;
}
#nav ul li#active {
	background: url(../images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
}
#nav ul li#active a {
	color: #FFFFFF;
}
.subpage-navimage {
	float: right;
}

#spacer {
	background-image: url(../images/nav-spacer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
}
#header_image  {
	height: 230px;
	width: 880px;
	margin-left: 20px;
	margin-bottom: 5px;
	background-image: url(../images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#outerWrapper #contentWrapper {
	padding-right: 25px;
	padding-left: 25px;
	clear: both;

}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px;
	width: 200px;
}
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 205px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#content-image {
	margin-bottom: 15px;
}

#content ul li {
	margin-bottom: 5px;
}


.clearFloat   {
  clear: both;
  display: block;
}
#content ul {
	list-style-type: none;
}
#content ul li {
	background-image: url(../images/li-dot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
#content ul li a {
	text-decoration: underline;
}


#outerWrapper #footer {
	background: url(../images/footer-bg.png) no-repeat left top;
	height: 60px;
	color: #666666;
	text-align: center;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#leftColumnContent {
	padding: 10px 0px 10px;
	width: 200px;
}
#leftColumnContent h3 {
	border: 1px solid #EAEAEA;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	padding-right: 4px;
	padding-left: 4px;
	background-image: url(../images/sidebar-h3-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#leftColumn1 ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#leftColumn1 ul li {
	list-style: none;
	display: inline;
}#leftColumn1 ul li a {
	display: block;
	padding: 4px 4px 4px 10px;
	background: url(../images/li-dot.gif) no-repeat left top;
}
#leftColumn1  ul li a:hover {
	text-decoration: none;
	background-color: #EFEFEF;
	background-image: url(../images/li-dot.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.sidebarlt {
	padding: 6px;
	border: 1px solid #C6CCD9;
	background-color: #F3F3F3;
}
.sidebardk {
	color: #FFFFFF;
	border: 1px solid #666666;
	padding: 6px;
	background-color: #999999;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color: #666666;
}
.hide {
	display: none;
}
#thumbs {
	position: relative;
	width: 650px;
	height: 470px;
}
div.thumb {
	padding: 1px;
	width: 212px;
	height: 162px;
	float: left;
}
div.thumb img {
	border: 1px solid #C6CCD9;
}
