@charset "UTF-8";
/* CSS Document */

/* Body and Page Wrapper ---------------------------------------- */
/* *:focus 
{
    border-style:none;
    
}*/ 

body {
	text-align: center;
	min-width: 860px;
	margin: 0px;
	background-color: #E7E7E7;
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;	
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

/* Masthead Elements ---------------------------------------- */

#masthead {
	margin-top: 12px;
	display: block;
	background-image: url(images/masthead-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead .outer {
	display: block;
	background-image: url(images/masthead-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
}
#masthead .inner {
	display: block;
	background-image: url(images/masthead-center.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	position: relative;
}

/* Content Area Structure Elements ---------------------------------------- */

#contentArea {
}

#content
{
	clear: both;
}

#contentArea #topCap {
	margin-top: 6px;
	display: block;
	background-image: url(images/content-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
#contentArea #topCap .inner {
	display: block;
	background-image: url(images/content-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 5px;
}
#contentArea #content {
	display: block;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#contentArea #bottomCap {
	display: block;
	background-image: url(images/content-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
}
#contentArea #bottomCap .inner {
	display: block;
	background-image: url(images/content-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 5px;
}
#contentArea .clear {
	clear: both;
}

/* Copyright Line ------------------------------- */

#copyright {
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#copyright a {
	color: #666666;
	text-decoration: none;
	_cursor:hand;
	font-weight: normal;
}
#copyright a:link {
	color: #666666;
	text-decoration: none;
}
#copyright a:visited {
	color: #666666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright a:active {
	text-decoration: underline;
}

