/* CSS Document */
/* .class for class */
/* #id for id */

body
{
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #818182;
	font-size: 10px;
	text-align: center;
	padding: 0px;
}

a:link, a:visited
{
	color: #bb0000;
	text-decoration: none;
}

a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

img
{
	border: 0;
}

#SlideShow
{
	width: 750px;
	height: 180px;
	background-image: url("/images/template/SlideShowHeader.jpg");
}

.Page
{
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	width: 750px;
}

.PageHeader
{

}

.PageHeaderLeftCorner
{
	background-position: left top;
	background-repeat: no-repeat;
}

.PageHeaderRightCorner
{
	background-position: right top;
	background-repeat: no-repeat;
}

.PageHeaderContent
{

}

.PageHeaderLogo
{
	float: left;
}

.PageHeaderContactBlock
{
	float: right;
	color: #333333;
	margin: 0 5px 0 0;
}

.PageHeaderContactBlock p
{
	padding: 2px;
	margin: 0;
	font-size: 13px;
}

.PageHeaderMessageBlock
{
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	background-color: #4763ab;
	border: 1px solid #cccccc;
}

#PageHeaderLinkBlock
{
	text-align: center;
}

#PageHeaderLinkBlock
{
	text-align: -moz-center;
}

#PageHeaderLinks
{
	margin: 5px 0 0 0;
	padding: 0;
}

#PageHeaderLinks li
{
	float: left;
	list-style-type: none;
	margin: 0 0 0 5px;
}

#PageHeaderLinks li a:link, #PageHeaderLinks li a:visited
{
	font-size: 10px;
	color: #f4f4f4;
	display: block;
	width: 100px;
	padding: 5px 0 8px 0;
	text-decoration: none;
	text-align: center;
	background-image: url("/images/template/nav_btn_off.jpg");
	background-repeat: no-repeat;
}

#PageHeaderLinks li a:hover
{
	color: #f4f4f4;
	text-decoration: none;
	background-image: url("/images/template/nav_btn_over.jpg");
}

.PageContent
{
	margin: 40px;
	margin-top: 20px;
}

.PageFooter
{

}

.PageFooterLeftCorner
{
	background-image: url("/images/template/page_bottom_left.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
}

.PageFooterRightCorner
{
	background-image: url("/images/template/page_bottom_right.jpg");
	padding: 10px 10px 10px 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.PageFooterContent
{
	margin: 0px auto 0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

.PageFooterLinks
{
	margin: 2px 0 5px 0;
}

.PageFooterLinks a:link, .PageFooterLinks a:visited
{
	color: #666666;
	display: inline;
	text-decoration: none;
	margin: 0 2px 0 2px;
}

.PageFooterLinks a:hover
{
	color: #333333;
	display: inline;
	text-decoration: none;
}

.DivClearer
{
	height: 0;
	line-height: 0px;
	clear:both;
}
