body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;}
	
	
#header {
	width: 800px;
	background-image: url(images/bg_head.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	
#navcontainer { margin: 1px 0 0 10px; }

/*Fat Erik's Pipelist*/
#navlist{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#navlist li{
display: inline;
padding: 0;
margin: 0;}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

#navlist a:link, #navlist a:visited{
text-decoration: none;
color: #333333;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
color: #CC3300;}

#navlist a:hover { color: #999999; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li{
display: block;
float: left;}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }	

a:link, a:visited {
    color: #999966;
    text-decoration: none;}
	
a:hover, a:active {
    color: #666666;
    text-decoration: none;}

#content {
	text-align: left;
	vertical-align: top;
	color: #333333;
}	
	
#content ul {
	list-style-type: none;
	padding-left: 20px;
	margin-top: 0px;
}	
	
#content li{
padding-left: 10px;
background-image: url(images/b1.gif);
background-repeat: no-repeat;
background-position: 0.2em 3px;}	

p {
	padding: 5px;
	margin: 0px;
	line-height: 16px;
}
	
h3 + p  {margin: -0.5em 0 5px 0; }		
	
#holder {
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;}

.bg3 {
	background-image: url(images/bg3.gif);
	background-repeat: repeat-x;
	background-position: bottom;}
	
h1 {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;}

h2 {
	font-size: 16px;
	color: #CC3300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;}

h3 {
	font-size: 14px;
	color: #000000;
	text-transform: none;}
	
h4 {
	font-size: 13px;
	color: #333333;}
	
h5 {
	font-size: 16px;
	text-transform: capitalize;
	color: #333333;}	
	
h1, h2, h3, h4, h5 {
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	margin: 0px;} 

.bld {
	font-weight: bold;}
	
.hilight {
	color: #CC3300;}
	
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;}	
	
#side {
	width: 178px;
	padding: 0 5px;
	margin-top: 62px;
	text-align: left;
}
	

	
#side ul {
	margin-left: 5px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;}
	
#side li {
	margin: 0 5px 0 5px;
	padding-left: 5px;}		
	
.ahcung {
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	padding: 2px;
	font-weight: bold;}
	
.dots_vr {
	background-image: url(images/bg_v.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.dots_ht {
	background-image: url(images/bg3.gif);
	background-repeat: repeat-x;
	background-position: top;}
	
form {
	margin: 0px;
	padding: 0px;}

contents {
	padding: 0px;}

.sml {	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 12px;}
	
.floatleft{
	float: left;
	margin: 3px 5px 0 0;
	color: #FFFFFF;
	border: 1px solid #666666;
	clear: left;}	

.floatright{
	float: right;
	margin: 3px 0 0 5px;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	clear: right;}	
