BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica;
	color: #000;
	font-size: 11px;
}
IMG {
	border: none;
}
A {
	text-decoration: none;
}
UL 
{
	list-style-type: square;
}
UL.TopNavigation {
	padding-right: 10px;
	list-style-type: square;
}
.TopNavigation a {
	color: #000;
}
.TopNavigation a:hover {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.Inline {
	display: inline;
	float: left;
}
#Wrapper {
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 10px;
}
#Header {
	width: 762px;
	height: 85px;
	border: 1px solid #ccc;
	background-image: url(/images/header_bg.jpg);
}
#Logo {
	display: inline;
	float: left;
}
#TopNavigation {
	display: inline;
	float: right;
	height: 85px;
	line-height: 85px;
}
.Navigation {
	background: green;
	display: inline;
	float: left;
}
#Main {
	width: 752px;
	border: 1px solid #9b9b9b;
	background: #e6e6e6;
	padding: 5px;
}
#SideNavigation {
	display: inline;
	float: left;
	width: 138px;
	margin: 6px;
}
#Sibername {
	clear: both;
	text-align: right;
	margin: 6px;
}
#Sibername a {
	color: #000;
}
#Footer {
	width: 764px;
}
DIV.RedLine {
	clear: both;
	border: 1px solid #ccc;
	background-color: #f00;
	height: 7px;
	line-height: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#ContentContainer {
	display: inline;
	float: left;
	border-top: 2px solid #000;
	margin: 6px;
}
.TwoColumns {
	width: 340px;
	/*min-height: 340px;*/
	background: #fff;
	border: 1px solid #000;
	padding: 10px;
	overflow-x: hidden;
}
.SingleColumn {
	width: 548px;
	/*min-height: 340px;*/
	background: #fff;
	border: 1px solid #000;
	padding: 20px;
	overflow-x: hidden;
}
.SideBar {
	display: inline;
	float: left;
	width: 216px;
	margin: 6px;
	border-top: 2px solid #000;
}
.NoSideBar 
{
	display: none;
}
.Banner
{	
	margin-bottom: 10px;
	text-align: center;
}
.Banner .Image 
{
	border-color: #000;
}

.BannerButton
{
	display: inline;
	background-color: #fff;
	padding-right: 3px;
	padding-left: 3px;
	height: 24px;
	line-height: 24px;
	margin-top: -38px;
	border: solid 1px #666;
}

.BannerButton:hover 
{
	background-color: #dfd;
}


.BannerButton a 
{
	color: #333;
}

.BannerButton a:hover
{
	color: #000;
}
.Breadcrumb 
{
	border-bottom: solid 1px #666;
	padding-bottom: 10px;
	margin-bottom: 20px;
	/*text-align: right;*/
}
.BreadcrumbExpanded 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #3d3d3d;
}
.Breadcrumb a
{
	color: #3d3d3d;
}
.Breadcrumb a:hover
{
	text-decoration: underline;
}
.BreadcrumbSelected
{
	display: block;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-top: 10px;
}
.Left 
{
	float: left;	
}
.Paging 
{
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.Paging .PageLabel 
{
	float: left;
	padding-right: 10px;
	color: #000;
	font-weight: bold;
}

.Paging .Select 
{
	padding: 0px 5px 0px 5px;
	float: left;
}

.Paging .Link 
{
	float: left;
}

.Paging .Link a 
{
	color: #ccc;
	font-weight: bold;
}
.Right 
{
	float: right;
}
.SearchBox 
{
	border-style: none;
	background-color: #e6e6e6;
}
.SearchControls 
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.SearchResults .Heading 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #f00;
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: solid 1px #e6e6e6;
}
.SearchResults .Title 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
}
.SearchResults .Title a 
{
	color: #303030;
}
.SearchResults .Title a:hover 
{
	text-decoration: underline;
}
.SearchResults .Text 
{
	display: block;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #303030;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #e6e6e6;
}