@charset "utf-8";
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img	{
	border:0;
}
#container	{
	width:980px;
	margin-left: auto;
	margin-right:auto;
}
#top	{
	margin-top:38px;
	margin-left:30px;
	margin-right:1px;
}
#date	{
	text-align:right;
	font-size:15px;
	padding-right:30px;
	margin-bottom:4px;
}
#logo	{
	width:324px;
	float:left;
}
.clear	{
	clear:both;
}
#content	{
	margin-left:30px;
	margin-right:30px;
	margin-top:30px;
	margin-bottom:30px;
}

/* Content Holders */

#leftColumn	{
	width:369px;
	float:left;
}

#middleColumn	{
	width:371px;
	margin-left:10px;
	float:left;
}

#rightColumn	{
	width:160px;
	margin-left:10px;
	padding:0px;
	float:left;
}
#centerColumn	{
	width:710px;
	float:left;
	background-color:#FFFFFF;
	padding:20px;
	min-height:753px;
}

.copy	{
	margin-bottom:10px;
	padding:20px;
	background-color:#FFFFFF;
	height:auto;
	
}
hr	{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c7c7c7;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* End Content Holders */

/* Font Settings */

h1	{
	font-family: "Lucida Sans", Arial, sans-serif, Tahoma;
	font-weight:normal;
	font-size: 17px;
	text-transform:uppercase;
	color: #707070;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e1;
	padding-bottom:10px;
	padding-top:0px;
	margin-top:0px;
}

h2	{
	font-family: "Lucida Sans", Arial, sans-serif, Tahoma;
	font-weight:normal;
	font-size: 17px;
	text-transform:uppercase;
	color: #707070;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e2e2e1;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:20px;
}

h3	{
	font-family: "Lucida Sans", Arial, sans-serif, Tahoma;
	font-weight:normal;
	font-size: 14px;
	text-transform:uppercase;
	color: #707070;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e2e2e1;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:20px;
}

h4	{
	font-family: "Lucida Sans", Arial, sans-serif, Tahoma;
	font-weight:normal;
	font-size: 14px;
	text-transform:uppercase;
	color: #707070;
}


h5	{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

p, td, div	{
	color:#676767;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
}

strong	{
	color:#000000;
	font-weight:bold;
}

a:link, a:visited, a:active	{
	color:#d70000;
	text-decoration:none;
}

a:hover	{
	text-decoration:underline;
}
a.footerLink:link, a.footerLink:visited, a.footerLink:active	{
	color:#6b6b6b;
	text-decoration:underline;
	margin-left:15px;
}
.siteMap	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
a.sitemapLink:link, a.sitemapLink:active, a.sitemapLink:visited	{
	color:#6b6b6b;
	text-decoration:underline;
}

/* End Start Footer */

/* Start Footer */

#footer	{
	border-top:#e3e3e3 2px solid;
	margin-top:20px;
	margin-bottom:30px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}

#copyright	{
	border-top:#e3e3e3 2px solid;
	padding-bottom:30px;
	padding-top:30px;
}
.map	{
	float:left;
	padding-bottom:30px;
}
.mapMar	{
	margin-left:42px;
}	

/* End Footer */