body{ background: #000;
	color: #000;
	font: 12px Verdana, Arial, Helvetica;
	line-height:14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0; /* required for Opera to have 0 margin */

	text-align: center; /* centers board in MSIE */	
	
}

/* links */
a:link.bodylinks {font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}
a:hover.bodylinks {font-size: 12px;
	color: #333399;
	text-decoration: underline;
}
a:visited.bodylinks {font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:active.bodylinks {font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
	
a:link {font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:hover {font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:active {font-size: 12px;
	color: #999999;
	text-decoration: none;
}

/* contains all content including border */

#outer-container {width: 748px;
  	margin-left: auto;
  	margin-right: auto;
	border: #ffffff 5px double;
}

/* header verbage and flash movie */
#header h1 {color:#ffffff;
	text-align:center;
	font-size: 18px;
	margin: 10px auto;
	border: 1px solid #C00;	
}

#movie {text-align:center;	
}


/* inner content */


#inner-container {width: 748px;
  	margin-left: auto;
  	margin-right: auto;
	background-color: #fff;
}

.blk {width:260px;
	background-color:#000;
}

table td {background-color:#fff;
	vertical-align: top;
	font: 12px Verdana, Arial, Sans Serif;
}

.content {width: 448px;
  	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	color:#000;
	text-align:left;
	line-height:16px;
}

h2 {color:#1f5104;
	font-size: 18px;
	border: 3px solid #C00;	
}

#clear {clear: both;
}

img {border:0;
}

.red {color:#CC0000;
}

.blshim {background-image:url(images/blshim.gif);
	background-repeat: repeat;
	width:740px;
	height:6px;
}

.tableheader {font-weight:bold;
	background-color:#1f5104;
	color: #FFF;
	text-align:center;
}
.tablecell {font-size: 10px;
}


h3 {background-image:url(images/address-logo.gif);
	background-repeat: no-repeat;
	height:25px;
	font-size:16px;
	margin-bottom:0;
	padding:9px 0 0 25px;
	font-weight:bold;
}


/* forms */

.buttons {background-color:#1f5104;
	color: #ffffff;
	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;
}

/* navigation */

#nav {float: right;
	width: 260px;
	margin: 0;
	background-color: #000;
	border: #ffffff 1px single;
}

#button {width: 225px;
	padding: 0 0 0 0;
	margin-top: 20px;
	margin-bottom: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #fff;
}

#button ul {list-style: none;
	margin: 5px 0 0 0;
	padding: 0 10px;
	border: none;
}
		
#button li {margin: 0;
}


#button li a {display: block;
	padding: 4px 2px;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {color: #fff;
	text-decoration: none;
	font-weight:bold;
}

.copy {font-family: Arial, Verdana;
	font-size: 10px;
	margin:10px 0;
	color: #999999;
}
.right {text-align:right;
}
