body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p {
	margin-top: 0;
	margin-top: 0;
	margin-bottom: 8px;
	text-align: justify;
	line-height: 14px;
}
a:link {
	color: #333333;
}
a:hover {
	color: #ffcc00;
}
a:active {
	color: #ffcc00;
}
a:visited {
	color: #333333;
}
.form {
	font-size: 10px;
}
#container {
	position: absolute;
	width: 936px;
	height: 580px;
	left: 50%;
	top: 50%;
	margin-left: -468px; /*set to a negative number 1/2 of your width*/
	margin-top: -290px; /*set to a negative number 1/2 of your height*/
	text-align: left;
}
#logo {
	position: absolute;
	width: 376px;
	height: 205px;
	left: 0px;
	top: 0px;
}
#image {
	position: absolute;
	width: 374px;
	height: 261px;
	left: 0px;
	top: 205px;
	border: 1px solid;
	border-color: #999999;
}
#imagecaption {
	position: absolute;
	width: 376px;
	height: 25px;
	left: 0px;
	top: 469px;
	color: #ff9900;
}
#thumbnails {
	position: absolute;
	width: 376px;
	height: 56px;
	left: 0px;
	top: 494px;
	overflow: auto;
	y-overflow: none;
}
#thumbnails #thumbnailcontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 31px;
}
#thumbnails #thumbnailcontainer .thumb {
	width: 40px;
	height: 31px;
	border: 1px solid;
	border-color: #999999;
	float: left;
}
#footer {
	position: absolute;
	width: 936px;
	height: 22px;
	left: 0px;
	top: 558px;
	background-color: #ff9900;
}
#footer #marg {
	position: absolute;
	top: 5px;
	left: 413px;
}
#menu {
	position: absolute;
	width: 523px;
	height: 111px;
	left: 413px;
	top: 0px;
}
#menu #mainmenu {
	position: absolute;
	width: 523px;
	height: 24px;
	top: 87px;
	background-color: #ff9900;
}
#newsticker {
	position: absolute;
	width: 523px;
	height: 24px;
	left: 413px;
	top: 133px;
}
#newsticker #news {
	position: absolute;
	width: 50px;
	height: 24px;
	left: 0px;
	top: 0px;
	background-color: #ff9900;
}
#newsticker #ticker1 {
	position: absolute;
	width: 472px;
	height: 22px;
	left: 50px;
	top: 0px;
	border-top: 1px dashed;
	border-right: 1px dashed;
	border-bottom: 1px dashed;
	border-color: #ff9900;
}
#newsticker #ticker1 #TICKER {
	position: absolute;
	top: 4px;
	width: 469px;
	overflow:hidden;
	display:none; 
}
#breadcrumb {
	position: absolute;
	width: 523px;
	height: 18px;
	left: 413px;
	top: 187px;
	font-size: 9px;
	color: #CCCCCC;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:link {
	color: #CCCCCC;
}
#breadcrumb a:hover {
	color: #CCCCCC;
}
#breadcrumb a:active {
	color: #CCCCCC;
}
#breadcrumb a:visited {
	color: #CCCCCC;
}
#title {
	position: absolute;
	width: 523px;
	height: 24px;
	left: 413px;
	top: 201px;
	font-weight: bold;
	color: #AAAAAA;
}
#text {
	position: absolute;
	width: 524px;
	height: 335px;
	left: 413px;
	top: 224px;
	overflow: auto;
	font-size: 11px;
}
#text #scrolltext {
	width: 497px;
}
#text ul {
  margin-left: 12px;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#text li {
	margin-top: 0px;
	list-style-type: square;
    margin-left: 10px;
}
.subheadline {
	font-weight: bold;
	color: #666666;
}




#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	bottom: 0px;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #ff9900;
}

#nav a:link {
	color: #ff9900;
}
#nav a:hover {
	color: #ffcc00;
}
#nav a:active {
	color: #ffcc00;
}

#nav li { /* all list items */
	float: left;
	color: #ffcc00;
	line-height: 15px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
}

#nav li li {
	float: none;
	padding-right: 7px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-bottom: 2px;
	background-color: #FFFFFF;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1px 0px 0px 120px;
	white-space: nowrap;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding-left: 7px;
}

#nav .bottom24 {
	bottom: 24px;
}
#nav img {
	border: 0px;
}
