html { padding:0; margin:0; }
body
{
	padding: 0;
	margin: 0;
	background-color: #900;
	background-repeat: repeat-x;
}

a { 
	text-decoration:none;
	color:#990000;
}
a:hover {
	color:#990000;
	text-decoration:underline;

}

#body-container { width:764px; margin:auto; margin-top:3px; background:#fff; }

#nav {  }
#nav a { display:block; float:left; }

#content {
	font:12px verdana, sans-serif;
}

#content-login
{
	background:#990000;
	padding:0px 0px 0px 0px;
	text-align:right;
	line-height: .3em;
	font:10px verdana, sans-serif; color:#ffffff;
}

#content-login a:link {
color: #ffffff;
text-decoration: none;
}

#content-login a:visited {
color: #ffffff;
text-decoration: none;
}

#content-login a:hover {
	color:#ffffff;
	text-decoration:underline;

}


#content-left
{
	background:#ffffff;
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-x;
	width:508px;
	overflow:hidden;
	padding:15px 15px 10px 15px;
	float:left;
	line-height: 1.3em;

}

#content-right
{
	width: 206px;
	overflow:hidden;
	float: left;
	background-color: #FFF;
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-x;
	padding:15px 10px 10px 10px;
	font:10px verdana, sans-serif;
	line-height: 1.3em;


}

h1 {
	font:24px Georgia, Times, Serif;
	margin:0;
	padding:0;
}

h2 {
	font:18px Georgia, Times, Serif;
	margin:0;
	padding:0;
	margin-top:4px;
}

#content-left ul
{
	list-style-type: none;
	margin:0;
	margin-left:20px;
	margin-top:10px;
	padding:0;
	font-size:10px;
	font-weight: normal;
	line-height: 1.2em;
}

#content-left li
{
	line-height: 1.0em;
	background-image: url(images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left:13px;
	margin-bottom:8px;
}

#content-left li p
{
	font-weight: bold;
	font-style: italic;
	color:#900;
	margin:0;
}

p.focus  {
	font-size:12px;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: none;

}

p.quote {
	font-size:11px;
	font-style: italic;
	font-weight: bold;
}

p.toc1Bold {
	font-size:11px;
	font-weight: bold;
}

p.toc2 {
	font-size:10px;
	font-weight: normal;
	line-height: 1.8em;
	list-style-type: none;

}

p.header 
{
	font-weight: bold;
	color:#900;
	margin:0;
	font-size:12px;

}

#content-right p {
	color:#900;
}

#footer {
	background:#900;
	color:#ccc;
	text-align:center;
	padding-top:10px;
}

#footer p {
	margin-bottom:10px;
}

#footer a {
	color:#ccc;
	margin:0 10px;
}

.clear { clear:both; }
