/* CSS Document */

 * {
 padding:0;
margin:0;
 }

pre, blockquote, form, label, ol, dl, fieldset, address { margin:20px 0; }
dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }

body {
	padding:5px;
	text-align: center;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	}
	
#wrapper {
	width:960px;
	margin:10px auto;
	text-align:left;
	position:relative;
	visibility: visible;
	z-index: auto;
	height:auto;
	}

#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 320px;
	margin: 0;
	padding:0;
}

#navigation {
	padding:212px 0 0 50px;
}


#main {
	background: url(../images/bkgrnd-strip.jpg) repeat-y;
	position:relative;
	width:960px;
	padding:0 10px 0 0;
	float:left;
	overflow:auto;
	
}

#content {
	position:relative;
	padding: 0 10px 0 0;
	width:620px;
}

.sidebar {
	float:right;
	background-color:#FFFFFF;
	position:relative;
	display: inline;
	margin: 0 10px;
	border: thin solid #0000FF;
	width: 288px; width/**/:/**/298px;
	clear:both;
	}
	
.sidebar2 {
float:right;
	width:250px;
	background-color:#FFFFFF;
	position:relative;
	display: inline;
	clear:both;
	
	}

#footer {
	margin: 0px;
	width: 960px;
	height:107px;
	padding: 0;
	background: url(../png-files/footer.png);
	float:left;
}

#textnav {
	font-size:11px;
	padding:26px 0 10px 0;
	text-transform:capitalize;
	color:#66FFFF;
	text-align:center;
	
}

#copyright {
	font-size:10px;
	color:#66FFFF;
	padding:16px 0;
	text-align:center;
}

.menu {
	padding: 0;
	
	
	list-style: none;
}
	.menu li {
	width: 146px;
	height: 44px;
	margin-bottom: 5px;
	background: url(../images/buttons.gif) no-repeat;
	overflow: hidden;
	float: left;
	}
	
	.menu a:link, .menu a:visited {
		display: block;
		width: 146px;
		height: 44px;
		padding: 10px 0px 0px 24px;
		color: #000000;
		text-decoration: none;
		
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		
	}
		html>body .menu a:link, html>body .menu a:visited {
	width: 146px;
	height: 44px;
	padding: 10px 0px 0px 25px;
	font-size:14px;
	font-weight: bold;
	}
		
	.menu a:active, .menu a:hover {
		background: url(../images/buttons.gif) no-repeat 0 -44px; 
	}

h1 {
	font: bold 24px "Times New Roman", Times, serif;
	padding: .2em 0 .2em 1em;
}

h2 {
	font:bold 20px "Times New Roman", Times, serif;
	padding: .2em 0 .2em 2em;
}

h3{
}

h4 {
}

p {
	padding: 0 1em 1em 4em;
	}
	
.sidebar p {
	padding: .5em 1em;
	}

.content ul {
padding: 0 1em 1em 4em;
}

.content ul li {
}

.content ol {
}

.content ol li {
}

.imagefloatleft {
}

.imagefloatright {
}

.imagefloatrightbdr {
}

.clear { clear: both; }

.center { text-align: center; }
