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

* {
	margin: 0px;
	padding: 0px;
}
html {
	/*height: 100%;
	overflow: hidden*/
}
#flashcontent {
	/*width: 100%;
	height: 100%;*/
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #EFEFEF;
}
#flashcontent #alternateContent {
	background-color: #FFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	clear: left;
}
#flashcontent #alternateContent h1 {
	background-image: url(../images/static_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 211px;
	width: 770px;
}
#flashcontent #alternateContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 235px;
}
#flashcontent #alternateContent #sitenav {
	float: left;
	width: 200px;
	margin-bottom: 75px;
}
#flashcontent #alternateContent #sitenav li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	letter-spacing: 0.05em;
	text-align: right;
	margin-bottom: 1px;	
}
#flashcontent #alternateContent #sitenav a {
	display: block;
	height: 22px;
	width: 190px;
	overflow: hidden;
	color: #FFF;
	background-color: #CC0000;
	padding-right: 10px;
	text-decoration: none;
	padding-top: 3px;
}
#flashcontent #alternateContent #sitenav a:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
#flashcontent #alternateContent #copy {
	float: left;
	width: 500px;
	padding-right: 35px;
	padding-bottom: 50px;
	padding-left: 35px;
	overflow: auto;
}
#flashcontent #alternateContent #copy p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 20px;
}
#flashcontent #alternateContent #copy ol, #flashcontent #alternateContent #copy ul {
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}
#flashcontent #alternateContent #copy li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 50px;
	line-height: 18px;
	margin-bottom: 10px;
}
#flashcontent #alternateContent #copy a {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
#flashcontent #alternateContent #copy a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
#flashcontent #alternateContent #copy .references {
	font-size: 9px;
	color: #999999;
	font-style: italic;
}
#flashcontent #alternateContent #copy .references a {
	font-weight: normal;
	color: #999999;
}
#flashcontent #noflash {
	background-color: #58595b;
	padding: 50px;
	clear: left;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	margin-bottom: 50px;
}
#flashcontent #noflash p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: center;
}
#flashcontent #noflash a {
	color: #999;
	text-decoration: underline;
	font-weight: bold;
}
#flashcontent #noflash a:hover {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
