/* HTML Elements */
	
body {
	margin: 0 0 0px 0;
	color: #fff;
	}
	
body, h1, h2, h3, p, ul, ol, td {
	font-family: arial,helvetica,sans-serif;
	}
	
a:link, a:visited {
	color: #3399cc;
	background-color: transparent;
	text-decoration: underline;
	}
	
a:hover, a:focus {
	color: #2288bb;
	background-color: transparent;
	text-decoration: underline;
	}
	
a.special_links:link, a.special_links:visited {
	color: #3399cc;
	text-decoration: none;
	font-weight:bold;
	}
	
a.special_links:hover, a.special_links:focus {
	color: #2288bb;
	text-decoration: none;
	font-weight:bold;
	}

h1 {
	font-size: 18px;
	color: #036;
	background-color: #fff;
	font-weight: bold;
	}

h1 .bracket {
	color: #000;
	background-color: #fff;
	}
	
h2 {
	font-size: 14px;
	color: #69c;
	background-color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 1em;
	}
table td {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}
	
p.first {
	margin-top: 0;
	}
	
dt {
	font-weight: bold;
	}
	
cite {
	font-size: 10px;
	}
	
address {
	font-size: 11px;
	font-style: italic;
	color: #333333;
	background-color: #fff;
	}
	
hr {
	margin-top: 10px;
	}
	
/* ID Selectors */

#mastheadtop, #mastheadlogo, #mastheadbottom {
	color: #fff;
	background-color: #036;
	}

#masthead {
	border-bottom: 1px solid #fff;
	}
	
#primarynav {
	background-color: white;
	vertical-align: top;
	height: 100%;
	}
	
#primarynav div {
	padding: 10px;
	}
	
#contentarea {
	vertical-align: top;
	color: #000;
	background-color: #fff;
	background: white url("images/content-bg.jpg") no-repeat 50px ;
	background-position: 0 30px;
	}
	
#contentarea div.whitespace {
	padding: 10px 55px 20px 35px;
	}
	
#contentarea p, #contentarea ol, #contentarea ul, #contentarea dl {
	font-size: 14px;
	color: #000;

	}

#contentborderleft {
	color: #fff;
	background-color: #000;
	}
	
#contentborderright {
	background-image: url(images/border_right.gif);
	background-repeat: repeat-y;
	}

.downloadlink a:link, .downloadlink a:visited, .downloadlink a:hover, .downloadlink a:focus {
	font-weight: bold;
	text-decoration: none;
	}
	
.hide {
	display: none;
	}

#td_header 
{
	height:292px;
	width:766px;
	background: white url("images/header_bg.gif") no-repeat;
}

#td_footer 
{
	height:29px;
	width:766px;
	background: white url("images/bottom-tile.jpg") repeat-x;
	border:0px red solid;
}

#td_side
{
	width:248px;
	/*background: white url("images/left-tile.jpg") repeat-y;*/
	border: 0px red solid;
	padding: 0 1px 0 0;
}

#td_scroll
{
	border: 0px gray solid;
	background: white;
	height:30px;
	width:500px;
	color: black;
	padding: 0 5px;
	font-size: 12px;
}

.left-separator
{
	background: white url("images/left-separator.jpg") no-repeat;
	background-position: 10px 5px;
	height:3px;
	border: 0px red solid;
}

#login-box 
{
	width:246px;
	height:85px;
	padding: 0 5px 0 9px;
	line-height:25px;
	background: white url("images/login-box-bg.jpg") no-repeat;
	background-position: 0 -10px;
	border: 0px red solid;
}

#member-info-box 
{
	width:246px;
	height:100px;
	padding: 0px 5px 0 9px;
	line-height:25px;
	background: white url("images/member-info-box-bg.jpg") no-repeat;
	background-position: 0 -10px;
}