/* CSS Document */

body {
	margin-top:10px;
	background:#FFFFFF;
	}
img {
	border:0px;
	}
.wrapper {
	width:769px;
	border:1px solid #000000;
	background:#00ff00;
	}
.navbar {
	position:relative;
	text-align: center;
	background:#00ff00;
	}
.buttons {
	margin:0px 0px 0px -16px;
	padding:0px 16px 0px 16px;
	text-transform:uppercase;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:.6em;
	white-space:nowrap;
	}  
.buttons a {
	float:left;
	border-style:none;
	padding:7px 20px;
	text-decoration:none;
	color:#0000ff;
	}  
.buttons strong {
	float:left;
	border-style:none;
	padding:7px 20px;
	text-decoration:none;
	background:#fff;
	color:#000;
	}
.buttons a:hover {
	color:#fff;
	background:#000;
	border-bottom-width:0;
	}
.subnav {
	background:#000;
	padding:2px;
	}
/* These styles define link behaviors */
a:hover {
	text-decoration:none;
	}
a:active {
	color:#0000ff;
	} 
/* These styles define the columns that appear within the body of the page */
.leftcolumn {

/* These styles define font attributes */
h1 {
	font-family:Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	}
h4 {
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
.smltxt {
	font-family:Verdana, sans-serif;
	font-size:.6em;
	}
p {
	font-family:Verdana, sans-serif;
	font-size:.8em;
	font-weight:normal;
	}
/* This style defines the footer */
.footer {
	position:relative;
	padding:4px 12px;
	margin:0px;
	background:#fff;
	border-top:1px solid #666666;
	font-family:Verdana, sans-serif;
	font-size:.6em;
	color:#666666;
	text-align:center;
	clear:both;
	}