@charset "UTF-8";
/* CSS Document */
html	{
}
body	{
	font-family: Arial, sans-serif;
		font-size: 12px;
	line-height:16px;
	
}

a:link, a:visited	{
	color: #000000;
}
#spread	{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#header	{
	height: 125px;
	background-image:url(../images/header-bkgd.jpg);
	background-repeat:no-repeat;
}
#logo	{
	margin-left: 35px;
	margin-top: 35px;
	width: 200px;
	float: left;
}
#navigation	{
	width: 640px;
	margin-right: 35px;
	margin-top: 19px;
	float: right;
}
#maincontainer	{
	background-image:url(../images/brushmetal.jpg);
	background-repeat:repeat-y;
	padding: 30px 23px;
}
#leftcol	{
	font-size: 11px;
	line-height:14px;
	width: 240px;
	padding-top: 21px;
	padding-left: 35px;
	padding-right: 15px;
	float: left;
}
#txtEmail	{
	color: #999999;
}
#rightcol{
	width: 653px;
	float: right;
}
#tabtop	{
	margin-bottom: -1px;
	height: 28px;
}
#tabbody	{
	min-height: 400px;
	padding: 0 25px 10px 20px;
	background-image:url(../images/tab-bkgd.png);
	background-repeat:repeat-y;
}
#tabbody p	{ padding-bottom: 15px;
	list-style-type: disc;
}
#footer	{
	margin-top: 15px;
	font-size: 10px;
	color: #666666;
}
#footerright	{
	padding-right: 19px;
	float: right;
}
#footerleft	{
	margin-left: 12px;
	float: left;
}
.wtitle	{
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	color: #ff0033;
}
.header	{
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	color: #cc0033;
}
.list	{
	font-size:11px;
	line-height:13px;
	padding-left: 25px;
	
}
.letters	{
	font-size:12px;
	line-height:13px;
	color: #cc0033;
	font-weight:bold;
	
}
.widget	{
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 15px;
}
#leftcol p { padding-bottom: 10px;}

.rule {
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	color: #000;
	margin-top:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}


