body {
background-color: #f0f0f0;
font-size: 11px;
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#316202;
padding:0px;
margin:0px;
}
a {color: #316202; font-weight:bold;}
a:visited {color:#316202; font-weight:bold;}
a:hover {color: #D7E3CC; font-weight:bold;}
a:active { color:#D7E3CC; font-weight:bold;}

h1 {
font-size: 11px;
padding:5px 15px;
margin:0px }

h2 {
font-size:16px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

h4 {
	color: #254902;
	font-weight: bold;
	font-size:14px;
	padding:0px 10px;
    margin:0px 
	
}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;

}

#wrapper {
background:url(images/bg.jpg) top center repeat-x;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;

}



/* ----------banner for logo-------------- */
#banner {
text-align: right;
height:305px;
padding: 0px;
margin: 0px;
}

#flash{
float:right;
width:487px;
height:305px;
display:inline;


}

#fifty{
width:310px;
height:53px;
float:left;
font-size:12px;
font-weight:bold;


}

#logo{
width:310px;
height:180px;
float:left;

}



#navwrapper{
height:40px;
background-color:#316202;
margin:0px 0px;
overflow: hidden;

}
#nav{
height:32px;
margin:8px auto 0px auto;
width:800px;
}

/* -----------------content--------------------- */
#content {

padding: 0px;
margin-right: 250px;
margin-left: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding:0px 10px 5px 10px;
margin:0px;
}

/*---------------ChamberMaster Buttons---*/
.shiny-container {
	margin-top: 10px;
	margin-left: 10px;
}
.shiny a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 2px #333333;
	-moz-box-shadow: 0px 0px 2px #333333;
	box-shadow: 0px 0px 2px #333333;
	background-color: #D7E3CB;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BCD6A4), to(#50871D));
	background-image: -webkit-linear-gradient(top, #BCD6A4, #50871D);
	background-image:    -moz-linear-gradient(top, #BCD6A4, #50871D);
	background-image:     -ms-linear-gradient(top, #BCD6A4, #50871D);
	background-image:      -o-linear-gradient(top, #BCD6A4, #50871D);
	background-image:         linear-gradient(top, #BCD6A4, #50871D);
	font:bold 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:15px 20px;
	width:120px;
	border:medium none;
	text-align:center;
	display:block;
	margin-top:10px;
	text-decoration:none;
	color:#316202;
}
.shiny a:hover {
	color: #fff;
	background-color: #D7E3CB;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BCD6A4), to(#50871D));
	background-image: -webkit-linear-gradient(top, #BCD6A4, #50871D);
	background-image:    -moz-linear-gradient(top, #BCD6A4, #50871D);
	background-image:     -ms-linear-gradient(top, #BCD6A4, #50871D);
	background-image:      -o-linear-gradient(top, #BCD6A4, #50871D);
	background-image:         linear-gradient(top, #BCD6A4, #50871D);
}

/* --------------left navi------------- */
#right {
float: right;
width: 250px;
margin: 0px;
padding: 0px;
clear:both;
}

/* -----------footer--------------------------- */
#footer {
position:relative;
width:100%;
background:url(images/footer.jpg) top center repeat-x;
height:169px;
clear: both;
padding: 0px;
 }
 
.alert {
	background: #fff6bf url(images/exclamation.png) 15px center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
 

#footer a {color: #FFFFFF;}
#footer a:visited {color:#FFFFFF;}
#footer a:hover {color: #cddebe;}
#footer a:active { color:#000000;}	

 
 #foot {
background:url(images/foot.jpg) top center no-repeat;
width:800px;
height:169px;
clear: both;
margin:0px auto;
padding: 0px;
 }


