body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #cccccc;
}
A:link {
	COLOR: #336633; text-decoration: none
}
A:visited {
	COLOR: #336633; text-decoration: none
}
A:active {
	COLOR: #336633; text-decoration: none
}
A:hover {
	COLOR: #CC6600; text-decoration: underline
}
#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	background: #FFFFFF url('../img/content_bg.gif') top left repeat-y;
	border: 1px solid #666666;
}
.filetype {
	font-size: xx-small;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#page_header {
  height: 115px;
  background: #FFFFFF url('../img/header.jpg') bottom left no-repeat;
  clear: both;
}
#content_wrapper {
  margin-top:30px;
  margin-bottom:40px;
  margin-left:30px;
  margin-right:30px;      
  border:0px dashed #FFFFFF;  
}

dt {
	font-weight: bold;
}
#navcontainer ul {

  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #FFFFFF;
  background: url('menubg.gif') top right no-repeat; 
  color: White;
  float: left;
  width: 100%;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	font-size: x-small;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: #333333;
  text-decoration: none;
  float: left;
  border-right: 1px solid #666666;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('menubg_hover.gif') bottom left repeat-x; 
  color: #fff;
}
#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  background: #FFFFFF url('') bottom left no-repeat;
}
#page_footer {
  clear: both;
 	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#page_footer p {
  padding-top:15px;

  font-family: verdana;
  font-size: 10px;
  line-height:14px;
  color:#000000;
}

#page_footer A:link {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:visited {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:active {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:hover {
	COLOR: #FBD539; text-decoration: underline
}
h2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #336633;
	color: #CC6600;
}
h3 {
	color: #336633;
}
h4 {
	color: #336633;
}
.webdesigntag {
	color: #333333
}
.floatright { 
float: right; 
}