/*CSS Document
============================================================
Columned Content
============================================================*/
#content
{
	padding: 0px;
	width: 962px;
	min-height: 360px;
	background-image: url(../images/rounded-middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#content-top
{
	padding-top: 17px;
	background-image: url(../images/rounded-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content-bottom
{
	padding-bottom: 17px;
	background-image: url(../images/rounded-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*CSS Document
============================================================
Base Styles
============================================================*/
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #F5F5F5;
	margin: 0 auto;
	padding: 0;
	color: #454855;	
}
/*body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
background-color: #f5f5f5;
margin: 0;
padding: 0;
color: #454855;
}*/
/*
#wrapper
{
	margin: 0 auto -1px;
	width: 990px;
}
*/
A
{
	outline: none;
	color: #6B9ABE;
	text-decoration: none;
}
A:hover
{
	outline: none;
	color: #454855;
	text-decoration: none;
}
A IMG
{
	border: none;
}
.content-top-header
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/*for IE/Mac*/
.divbreak_stroke
{
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.divclear
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
/*============================================================
Footer
============================================================*/
#footer
{
	width: 962px;
	height: 40px;
	margin-top: 14px;
	padding-top: 20px;
	padding-left: 10px;
}
.footercontent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	color: #AFB0B5;
	line-height: 110%;
}
.footercontent A
{
	color: #AFB0B5;
	text-decoration: none;
	text-decoration: underline;
}
.footercontent A:hover
{
	color: #454855;
	text-decoration: underline;
}
DIV.footercontent SPAN#blank A
{
	color: #F1F2F2;
}

