/* CSS Document */

body {
	background-color: #CEE1DF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:62.5%;
}


/* Div Styles */

#header {
background-image:url(images/logohead.jpg);
display:table;
position:relative;
margin-left:auto;
margin-right:auto;
width:800px;
height:180px;
border-left:outset thin;
border-right:outset thin;
}

#footer {
display:table;
position:relative;
margin-left:auto;
margin-right:auto;
width:800px;
height:auto;
background-color:#CEE1DF;
text-align:center;
border-left:outset thin;
border-right:outset thin;

}

#menubar {
background-image:url(images/menubar.jpg);
background-repeat:repeat-x;
display:table;
position:relative;
margin-left:auto;
margin-right:auto;
height:40px;
width:800px;
z-index:2;
font-size:1.2em;
border-left:outset thin;
border-right:outset thin;

}

#menutube {
padding-top:7px;
padding-left:10px;
}


#topstrip {
display:table;
margin-left:auto;
margin-right:auto;
width:800px;
height:40px;
position:relative;
background-image:url(images/topstrip.jpg);
border-left:outset thin;
border-right:outset thin;

}

#midstrip {
position:relative;
display:table;
margin-left:auto;
margin-right:auto;
padding-left:20px;
padding-right:20px;
width:760px;
height:auto;
background-image:url(images/midstrip.jpg);
text-align:justify;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
border-left:outset thin;
border-right:outset thin;


}
#scaleslayer {
height:auto;
width:auto;
background-image:url(images/scales.jpg);
background-repeat:no-repeat;
background-position:center;
clear:both;
}

#midimage {
height:448px;
width:200px;
padding-left:10px;
float:right;
}

#bottomstrip {
display:table;
margin-left:auto;
margin-right:auto;
width:800px;
height:40px;
position:relative;
background-image:url(images/bottomstrip.jpg);
border-left:outset thin;
border-right:outset thin;

}

/* Major Text Styles */
h1 {
	font-size: 1.6em;
	color: #000099;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

/*Minor Styles */

.errormsg {
color:#FF0000;
}

.lwe {
color:#000000
}