@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; 
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
  color: #78a769;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #78a769;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left; 
	width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#outerWrapper #header {
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat; 
	font-size: 18px;
	font-weight: bold;
	height: 290px;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #topNavigation {
	background-image: url(images/nav1.jpg);
	background-repeat: no-repeat; 
	height: 156px;
	padding: 0px 0px 0px 0px; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#outerWrapper #topNavigation a2 {
  color: #666666;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
#outerWrapper #topNavigation a:hover2 {
  color: #999966;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px 10px 10px 10px; 
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 220px; 
	padding: 10px 10px 10px 10px; 
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#outerWrapper #footer {
	padding: 10px 10px 10px 10px; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #666666;
	text-decoration: none;
}

