* {
	margin: 0;
	padding: 0;
	font-family: Helvetica,Arial,Sans-serif;
	font-size: 12px;
	text-align: left;
}
body {
  border:  none;
  background: transparent url(images/back.gif) repeat scroll 0% 50%;
  width: 100%;
  min-width: 600px;
}
h1 {
	margin: 15px 0 5px;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	clear: left;
	font-family: Palatino, Georgia, Serif;
	text-align: center;
}
img + h1 {
  padding-top: 20px;
}
h2 {
	margin: 20px 0 5px;
	font-size: 12px;
	clear: left;
	text-transform: uppercase;
	color: #003;
	letter-spacing: 1px;
}
h1 + h2 {
  margin: -5px 0 15px;
}
.box {
  border: 1px solid #cccccc;
  margin: 10px 0;
  padding: 0 10px 10px;
  background: #eeeeee none repeat scroll 0% 50%;
}
p {
	line-height: 1.5em;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}
h2 + p {
  margin-top: 5px;
}
p a, ul a {
  color: #6b80b0;
}
p a:hover, ul a:hover {
	text-decoration: none;
	font-size: 16px;
}
blockquote p {
  border-top: 0 none;
  border-left: 1px dotted #555555 ! important;
  border-right: 0 none;
  border-bottom: 0 none;
  margin: 10px 0;
  padding: 6px 0 6px 25px ! important;
  line-height: 1.5em;
}
blockquote p span {
  padding: 5px 0 0 15px;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #838c7a;
}
table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-collapse: collapse;
  width: 95%;
  margin-top: 10px;
}
form {
  width: 460px;
  text-align: left;
  margin-top: 0;
}
a img {
  border:  none;
  margin: 5px 0 0 5px;
}
ul, ol {
	line-height: 1.0em;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
	color: #333333;
	margin-left: 25px;
}
ol {
  list-style-type: decimal;
  list-style-image: none;
  list-style-position: outside;
}
img.left {
  margin: 5px 5px 5px 0;
  float: left;
}
img.right {
  margin: 5px 0 5px 5px;
  float: right;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	height: 150px;
	color: white;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/newerheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	border: 1px solid #D7CBB5;
	margin: 50px auto 0;
	width: 900px;
}
.colmask {
	overflow: hidden;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
.colright, .colmid, .colleft {
  float: left;
  width: 100%;
  position: relative;
}
.col1, .col2, .col3 {
	padding: 10px 0 20px;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #EEEEEE;
}
.threecol {
	background: #eeeeee none repeat scroll 0% 50%;
	font-size: 12px;
}
.threecol .colmid {
  background: #ffffff none repeat scroll 0% 50%;
  right: 25%;
}
.threecol .colleft {
	right: 50%;
	background-attachment: scroll;
	background-color: #EEE;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 50%;
}
.threecol .col1 {
	width: 46%;
	left: 102%;
	text-align: justify;
}
.threecol .col2 {
  width: 21%;
  left: 31%;
}
.threecol .col3 {
  width: 21%;
  left: 85%;
}
#footer {
  border-top: 1px solid #cccccc;
  background: #ffffff none repeat scroll 0% 50%;
  clear: both;
  float: left;
  width: 100%;
}
#header h1 a {
  margin: 100px 0 0 60px;
  text-decoration: none;
  color: #444444;
  font-size: 40px;
  float: left;
  font-family: georgia,times,serif;
}
#header h2 {
	letter-spacing: 1px;
	font-family: georgia,times,serif;
	font-weight: normal;
	clear: left;
	color: #666666;
	font-size: 20px;
	text-transform: none;
	padding-left: 120px;
	background-image: url(/newerheader.jpg);
}
#footer p {
  margin: 0;
  padding: 10px;
  text-align: center;
}
ul#navigation {
  border-top: 1px solid #ffffff;
  margin: 0;
  background: #333333 none repeat scroll 0% 50%;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
  width: 100%;
}
ul#navigation li {
  float: left;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul#navigation li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 14px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
}
ul#navigation li a:hover, ul#navigation li a.active {
  background: #eeeeee none repeat scroll 0% 50%;
  color: #315a74;
}
ul#sub {
	border-bottom: 1px solid #cccccc;
	margin: 0;
	clear: left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	float: left;
	width: 100%;
	height: 25px;
	background-attachment: scroll;
	background-color: #333;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 50%;
}
ul#sub li {
  float: left;
  margin-left: 14px;
  line-height: 25px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul#sub li a {
  color: #315a74;
  font-size: 12px;
  width: 90px;
  display: block;
  text-align: center;
  text-decoration: none;
}
ul#sub li a:hover {
  text-decoration: underline;
}
td, th {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 4px 0 4px 5px;
}
th {
  background: #ecf0f7 none repeat scroll 0% 50%;
  color: #333333;
}

.menu_eric         {
width:100%; margin:10px; float:left; background-color: inherit;}

.item_eric         {
float: right; width:100%; padding: 0; margin:0;}

.item_eric a       {
display: block; font-size: 18px; background-color: inherit; color: #000000; margin: 0 20px 0 0; text-decoration: none;}

.item_eric a:hover {
color: #5FB404; background-color: inherit; border-right:8px solid #5FB404; }


#sidebar1 {
	float: left;
	margin-top: 10px;
	width: 130px;
	background-color: #EEE;
}

#sidebar1 ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar1 ul li {
	display: block;
	padding-bottom: 8px;
	margin-top: 10px;	
}

#sidebar1 a {
     background-color: #A3C1E8;
	border-bottom: 1px dotted #666666;
	border-right: 1px solid #666666;
	color: #000000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 140px;
}

#sidebar1 a:hover {
	background-color: #6E8182;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

