@charset "utf-8";
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-image: url(images/bg.gif);
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color:#336600;
}
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size:11pt;
}
a img { 
	border: none;
}
form {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size:11pt;
}
table {
	padding-bottom:15px;	
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited, a:active, a:focus {
	color: #000000;
	text-decoration: underline;
}
a:hover  {
	color:#336600;
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 955px;
	min-height:100%;
	background: #ffffff;
	margin: 0 auto;
}

/* ~~ the header ~~ */
.header {
	background-image: url(images/header.png);
	height:200px;
}

/* ~~ This is the layout information. ~~ */

.content {
	overflow:auto;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right:10px;
}

.content ul {
	margin-top: 0;
	padding-right: 40px;
	padding-left: 40px;
	font-size:11pt;
	list-style-image:url(images/ul.gif);
	list-style-position: outside;
	list-style-type: square;
}

.content ul li {
	list-style-image:url(images/ul.gif);
	margin:10px;
}
/* ~~ The footer ~~ */
.footer {
	background-image: url(images/footer.gif);
	background-color:#ffffff;	
	position:relative;
	margin: 0 auto;
	margin-top:-50px;
	width:955px;
	height:50px;
	clear:both;
	text-align:center;
}
.footer p {
	color:#cccccc;
	font-size:10px;
	padding-top:10px;
}
.footer a {
	font-size:10px;
	color: #99ff00;
	text-decoration: underline;
}
.footer a:hover  {
	font-size:10px;
	color:#cccccc;
	text-decoration: none;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

