/* CSS Document */

body	{margin:0;
		padding:0;
		font-family:Arial;
		font-size:12px;}
		
img		{margin:0;
		padding:0;
		border:0;}

#wrapper	{position:relative;
			margin:0 auto;
			width:778px;
			text-align:left;}
			
a:link        {text-decoration: none; font-family: Arial; font-size:12px; color: #999780; font-weight:bold;}
a:visited     {text-decoration: none; font-family: Arial; font-size:12px; color: #999780; font-weight:bold;}
a:active      {text-decoration: none; font-family: Arial; font-size:12px; color: #999780; font-weight:bold;}
a:hover       {text-decoration: underline; font-family: Arial; font-size:12px; color: #999780; font-weight:bold;}

#topArea	{
			background-image:url(../images/header.jpg);
			width:776px;
			height:110px;
			margin-bottom:10px;
}

h2	{margin:0px; padding:0px;}
			
/* Stylesheet for tabbed navigation*/

div.content {
	border: #bebca5 solid 1px;
	clear: left;
	padding-left:30px;
	padding-right:70px;
}

img {
	border: 0px;
}

li {
	margin: .2em 0;
}

ol#toc {
	height: 2.3em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	background: #bdf url(../images/tab.png);
	color: #fff;
	font-weight:bold;
	display: block;
	float: left;
	height: 2.3em;
	padding-left: 10px;
	text-decoration: none;
}

ol#toc a:hover {
	background-color: #3af;
	background-position: 0 -120px;
}

ol#toc a:hover span {
	background-position: 100% -120px;
}

ol#toc li {
	float: left;
	margin: 0 1px 0 0;
}

ol#toc li.current a {
	background-color: #48f;
	background-position: 0 -60px;
	color: #000;
	font-weight: bold;
}

ol#toc li.current span {
	background-position: 100% -60px;
}

ol#toc span {
	background: url(../images/tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2.3em;
	padding-right: 10px;
}

/* End Stylesheet for tabbed navigation*/

p#footer {
	color: #000;
	font-size: 11px;
	margin: 1em;
	text-align: right;
}
