html, body {
	font-family: "Franklin Gothic Medium", "Segoe UI", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: transparent url(../img/clouds.jpg) repeat-x center 0px;
}
.Fade {
	height: 292px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 3;
}

a {
	color: rgb(100,120,140);
	text-decoration: none;
}
a:hover {
	color: rgb(140,160,180);
	text-decoration: underline;
}

blockquote {
	background: rgb(250,250,250) url(img/blockquote_bg.png) 5px center no-repeat;
	border: 1px solid rgb(235,235,235);
	display: block;
	margin: 0px;
	min-height: 18px;
	padding: 8px 8px 8px 40px;
}
code {
	background-color: rgb(250,250,250);
	border: 1px solid rgb(235,235,235);
	display: block;
	padding: 6px;
	white-space: pre;
}
ol {

	margin: 0px;
	padding: 0px 20px;
}
ol li {
	padding-bottom: 8px
}
ol span {
	color: rgb(100,100,100);
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	background: url(img/arrow.gif) left 2px no-repeat;
	list-style: none;
	padding-left: 20px;
	padding-bottom: 5px
}
.FormCaption
{
	padding:8px 0px 0px 0px
}

.Wrapper 
{
    min-height: 100%;
    margin: 0px auto;
    margin-bottom: -35px;
    min-height: 100%;
    position: relative;
    width: 966px;
    z-index: 200;
}

.Header 
{
    margin-top:45px;

	width:966px;
	height: 90px;
	border-bottom:1px solid #1061a3;	
}
.Header a {
	color: rgb(255,255,255);
}
.HeaderLeft {
	float: left;
	font-size: 36px;
	font-weight: bold;
	line-height: 60px;
}
.HeaderLeft a:hover {
	text-decoration: none;
}
.HeaderRight 
{
	font-family: "Franklin Gothic Medium";
	color: rgb(100,100,100);
	float: right;
	font-size: 1.8em
}
.Menu {
	background: #eee;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:3px;
	font-size: 9px;
	height: 26px;
	line-height: 24px;
	width:960px;
	border-left:1px solid #1061a3;
	border-right:1px solid #1061a3;	
	border-bottom:1px solid #bbb;
}
.Menu ul {
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
}
.Menu ul li {
	background-image: none;
	float: left;
	padding: 0px;
	margin-right:3px;
}
.Menu ul li a {
	display: block;
	margin: 0px 1px;
	padding: 0px 2px;
	text-align: center;
	text-transform:uppercase;
}

.Menu ul li a span
{
    position:relative;
    top:3px;
}

    
.Menu ul li a:hover {
    background: #d0e5f5 url(redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; 
	text-decoration: none;
}
.FormText {
	border: 1px solid rgb(220,220,220);
	font-size: 11px;
	height: 14px;
}
.FormSubmit {
	background: rgb(212,209,203) url(img/submit_bg.png) center;
	border-bottom: 1px solid rgb(190,190,190);
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(190,190,190);
	border-top: 1px solid rgb(220,220,220);
	color: rgb(80,80,80);
	font-size: 11px;
	height: 18px;
	margin-bottom: -1px;
}

.Content 
{
    width:944px;
	padding: 10px;
	background-color:#fff;
	border-left:1px solid #1061a3;
	border-right:1px solid #1061a3;
}

.ContentFull 
{
	width:946px;
    position:relative;	
    z-index:200;    
}

.dateField
{
    position:relative;

}

.ContentLeft 
{
	float: left;
	width: 700px;

}
.ContentRight 
{
	float: right;
	width: 230px;
}
.Box {
	border: 1px solid rgb(220,220,220);
}
.BoxTitle {
	background: rgb(240,240,240) url(img/box_title_bg.png);
	border: 1px solid rgb(255,255,255);
	color: rgb(140,80,80);
	font-weight: bold;
	height: 30px;
	line-height: 24px;
	padding: 0px 6px;
}
.BoxContent {
	padding: 0px 6px 6px 6px;
}
.FooterWrapper 
{
	background: url(../img/footer.gif);    
	bottom: 0px;
	clear: both;
	font-size: 10px;
	height: 83px;
	line-height: 24px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 966px;
	z-index: 300;
	top:10px;
}

.Footer 
{
	padding: 0px 6px;
	text-align:left;
}

.Footer #FooterLogos
{
    position:relative;
    top:7px;
    left:5px;
    
}

.Footer #FooterCopy
{
    position:relative;
    top:9px;    
    text-align:center;
}

.Footer #FooterLogos a img
{
    border:none;
    border:hidden;
    border-style:none;
    border-style:hidden;
}

/***** DUMMY BUTTON HIDE TO ENSURE FF ENTERS FORMS ON A RETURN ON KEYBOARD *****/
.DummyButton
{
    display:none;
}

/*********** SETTINGS ****************/
#Settings a
{ 
    margin-right:2px;
}


/************ FLOAT MENU **********************/
#floatMenu   
{
    text-align:right;
    position:absolute;  
    top:203px;  
    left:50%;  
    margin-left:245px;  
    width:220px;  
}  


/*********** EXPORT BUTTON *************************/
#ctl00_cphFull_btnSERGExport
{
    float:right;
    position:relative;
    right:1px;  
    top:-1px;  
}
