/* CSS Document */

/*****************************/
/*  Start Header Content   */
/*****************************/

body {
	padding:0px;
	margin:0px;
}

/* Starting with Horz Rules */

.hdr-a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color:#993366;
}

#hdr-b {
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 140px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 6px;
}

#navtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	vertical-align: text-bottom;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 6px;
	background-color:#993366;
}
#navtop STRONG {
	background-color: #FF6600;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navtop a:link {
	color: #ffffff;
	text-decoration: underline;
}

#navtop a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#navtop a:hover {
	color: #ffffff;
	text-decoration: none;
}

#navtop a:active {
	color: #ffffff;
	text-decoration: none;
}

/*****************************/
/*  Start The Main Content   */
/*****************************/

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	width: 800px;
	padding-left: 30px;
	border: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
