

* { padding: 0; margin: 0; }

BODY {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000000 
}

	A:link { color: #666666 }
	A:visited { color: #666666 }
	A:hover { color: #FFFFFF }
	A:active { color: #00FF00 }


	.class1 A:link { color: #FFFFFF}
	.class1 A:visited { color: #FFFFFF}
	.class1 A:active { color: #00FF00}
	.class1 A:hover { color: #FF00FF}

	.class2 A:link { color: #FFFFFF; text-decoration: underline}
	.class2 A:visited { color: #FFFFFF; text-decoration: underline}
	.class2 A:active { color: #FF00FF; text-decoration: underline}
	.class2 A:hover { color: #00FF00; text-decoration: underline}
	
	p.center {text-align: center}
	p.left	 {text-align: left}
	p.right	 {text-align: right}
	p.justify {text-align: justify}


blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-left: 6px solid #666666;
} 

p {
 padding: 10px;
}

p.wide {padding: 60px 20px 20px 40px;}
p.indent {margin-left: 30px;}


#wrapper { 
 margin: 0 auto;
 min-width: 800px;
 max-width: 1000px;
 width: auto;
}

#content { 
 float: left;
 text-align: justify;
 color: #FFFFFF;
 background: #000000;

 width: 50%;
 display: inline;
 padding-top: 10px;
 padding-bottom: 20px;
  padding-left: 0px;
 padding-right: 0px;
   margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 100px;
  margin-right: 100px;
  }

#header {
 color: #FFFFFF;
 width: 100%;
 height: 100px;
 background: #000000;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 20px;

}

#footer { 
 text-align:right;
 width: 100%;
 height: 35px;
 clear: both;
 color: #FFFFFF;
 background: #666666;
}

#navigation {
 float: none;
 width: 100%;
 height: 35px;
 color: #FFFFFF;
 background: #000000;
}

#leftcolumn {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
color: #FFFFFF;
background: #000000;
width: 18%;
float: left;
}

H1 { 	color: #FFFFFF; 
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: larger;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	}

H2 { 	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: large;
	font-weight: bold;
	text-align: center;
	}

H3 { 	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	}

H4 { 	color: #FFFFFF; 

	padding-top: 0px;
	padding-bottom: 0px;
	font-size: small;
	font-weight: lighter;
	text-align: justify;
	}

H5 { 	color: #FFFFFF;

	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	}

H6 { 	color: #FFFFFF; 
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	font-weight: lighter;

	}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#666666;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:right;
		padding:0px;
		}
	.menu li a{
		background: url'images/seperator.gif' bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#666666;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#000000 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

