body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#Container {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 440px;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#Main {
	position: relative;
	width: 750px;
	min-width: 750px;
	max-width: 900px;
	text-align: left;
	margin-left: 11px;
	margin-right: 10px;
	background-color: #FFFFFF;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 255px;
}
#Header {
	padding-top: 20px;
	height: 130px;
	min-width: 750px;
	max-width: 900px;
}
#Header .logo {
	height: 130px;
	width: 195px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#Header .photo {
	height: 130px;
	width: 255px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#Header .info {
	position: relative;
	height: 15px;
	top: 0px;
	right: 0px;
	width: 250px;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
#Header .info ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#Header .info  li {
	list-style-type: none;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#Header .tagline {
	position: relative;
	float: left;
	height: 105px;
	width: 300px;
}
#Menu {
	position: relative;
	top: 2px;
	height: 25px;
	margin-right: 10px;
	margin-left: 10px;
	min-width: 750px;
	max-width: 900px;
	text-align: center;
	white-space: nowrap;
}
#Menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#Menu li {
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#SubMenu {
	background-image: url(images/submenu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 180px;
}
#SubMenu  .content {
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 14pt;
	color: #666666;
}
#SubMenu .content ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
#SubMenu .content li {
	background-image: url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 .7em;
	padding: 0px 0px 0px 15px;
}
#SubMenu .content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#SubMenu .content .copyright {
	padding: 30px 0px 20px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #CCCCCC;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	color: #006666;
	font-weight: normal;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 5px 0px;
}
h1 .crumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
h1 .crumb a:link, h1 .crumb a:visited {
	color: #666666;
	text-decoration: none;
}
h1 .crumb a:active, h1 .crumb a:hover {
	color: #006666;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006666;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	font-weight: bold;
	line-height: 15pt;
	margin: 0px 20px 0px 20px;
	padding: 5px 0px 0px 0px;
}
#Content {
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 20px 0px 20px;
}
.line {
	height: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	margin: 0px 20px 0px 20px;
}
#Body {
	position: absolute;
	left: 240px;
	top: 210px;
}
a:link, a:visited {
	color: #006666;
}
a:active, a:hover {
	color: #339999;
}
#Body ul {
	padding: 5px 100px 10px 20px;
	margin: 0px 0px 0px 0px;
}
#Body li {
	padding: 5px 0px 0px 15px;
	font-size: 11px;
	color: #666666;
	list-style-type: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 1.3em;
}
#Body blockquote {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
}
#Body p {
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#Body .options ul {
	padding: 5px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
#Body .options li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 15pt;
	color: #666666;
	background-image:url(images/bg-options.gif);
	background-position: 0 0;
	padding: 0px;
}

#Body p.lastmodified {
	margin-bottom: 15px;
	text-align: right;
}#header1 #heading2 {
	background-color: #00929F;
	margin: 0px;
	padding: 5px 15px 5px 5px;
	font-size: 10px;
}
#header1  #heading2  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
#header1 #heading2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
#header1 #heading2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EAB3B9;
	text-decoration: none;
	text-align: right;
}
#header1 #left_side {
	float: left;
	margin: 0px;
	padding: 0px;
}

