body
{
	background: url(images/body.gif) repeat-x #7e7e7e;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
}
hr
{
	height: 0px;
	border: 0;
	border-bottom: 1px solid #fff;
}
h1,h2,h3
{
	color: #333;
	padding: 0;
}
h1 { font-size: 22px; margin: 4px 0 10px 0; }
h2 { font-size: 18px; margin: 4px 0 8px 0; }
h3 { font-size: 14px; margin: 4px 0 5px 0; }

p
{
	margin: 5px 0 8px 0;
	padding: 0;
}
.small
{
	font-size: 10px;
	color: #666;
}
a:link, a:visited
{
	color: #4169E1;
	text-decoration: none;
}
a:hover
{
	color: #002288;
	text-decoration: none;
}

ul, ol
{
	margin: 4px 0;
}

ul li, ol li
{
	font-weight: normal;
	margin-bottom: 0px;
}

#title
{
	width: 550px;
	height: 100px;
	margin: 0 auto;
	font-size: 22px;
	vertical-align: middle;
}
#titleimg
{
	margin-top: 10px;
	float:left;
}
#titletxt
{
	float:right;
	width: 450px;
	padding: 18px 0;
	color: #456;
}
#titletxt h1
{
	margin: 0;
	color: #112233;
}
#header
{
	clear:both;
	width: 650px;
	margin: 0 auto;
	background: url(images/top.gif) no-repeat bottom left;
}

#tabs
{
	margin-left: 50px;
	position: relative;
	top: -3px;
}
.tab
{	
	background-color: #ccc;
	border: 1px solid #333;
	border-bottom: 0;
	padding: 3px 5px 3px 5px;
}
.currenttab
{
	background-color: #fff;
}
a.tab:link, a.tab:visited
{
	color: #444;
}
a.currenttab:link, a.currenttab:visited
{
	color: #000;
}
#mainwrap
{
	width: 650px;
	height: 435px;
	margin: 0 auto;
	background: url(images/background.gif) no-repeat;
}
#mainwrap2
{
	width: 605px;
	height: 435px;
	padding: 15px 20px 0 25px;
}
#mainwrap3
{
	height: 385px;
	overflow: auto;
}
#main
{
	margin-right: 15px;
}
#footer
{
	border-top: 1px dotted #888;
	font-size: 12px;
}
.download
{
	font-size: 16px;
}
.archive
{
	font-size: 10px;
}
.clear
{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.vSpace
{
	height: 20px;
}
.links
{
	text-align:center;
}
.button
{
	margin: 0 0 1px 0;
	background: #f0f0f0;
	border: 1px solid #ababab;
}
.wide
{
	width: 100%;
}
.text
{
	background-color:  #ededed;
	border: 1px solid #bbb;
	font-size: 14px;
	font-weight: bold;
}
.error
{
	color: #f00;
}

