/***** common styles ****/
body{
background: url(../images/blue_slice_rev.png) repeat; 
/* background-repeat: no-repeat; 
background-color: #6688CC;  */
}
#dklink{
color: #000000;
}
#smalltext {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
}
clearboth {
clear: both;
}
 
a:link {
text-decoration:  none;
font-weight: bold;
border: none;
font-weight: bold;
color: white;
 }
a:hover {
text-decoration:  underline; 
font-weight: bold;
border: none;
 }
a:visited {
text-decoration:  none; 
border: none;
font-weight: bold;
color: gold;
 }
h2 {
color: slate;
font-family: verdana, sans-serif;
} 
h3 {
color: slate;
font-family: arial, verdana, sans-serif;
} 
td {
font-family: geneva, verdana, sans-serif;
font-weight: normal;
font-size: 11px;
}

/******* narrower pages ***************/
/* # is ids and . is for class */
#outer{
position: relative;
left: 12%;
/*right: 10%; */
top: 20px; 
width: 950px;
height: 670px; 
background-color: white;

}
#header {
	height:  90px;
	position: absolute;
	left: 22%;
	right: 0%;
	top: 0%;
 }
 
#menu {
position: absolute; 
top: 15%; 
width: 50%; 
right: 1%; 
 }
.menustyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: bolder;
color: #FFFFFF;
text-decoration: none;

}
#signup {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
background-color: #ffffff; 
position: absolute;
top: 62%;
right: 4%;
width: 155px;
 }
#leftimg{
position: absolute;
top: 0%;
left: 0%; 
width: 200px;
height: 600px;
background-color: white;
}
#leftform{
position: absolute;
top: 460px;
left: 25px; 
background-color: white;
padding-left: 3px;
padding-right: 3px;
width: 150px;
height: 60px;
font-family: arial, sans-serif;
font-weight: normal;
font-size: 11px;
}
#content{
	position: absolute;
	top: 18%;
	right: 0%;
	left: 200px;
	width: 750px;
	font-family: geneva, verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	height: 138px;
	background-color: white;
}
#contentlft{
color: #002E61;
position: absolute;
top: 2%;
left: 9px; 
text-align: left;
width: 65%;
background-color: white;
padding: 5px 5px 5px 5px;
}
#contentrt{
background-color: #6688CC;
color: white;
position: absolute;
top: 2%;
right: 1%; 
text-align: left;
width: 30%;
padding: 5px 5px 5px 5px;
}
#footer{
	height: 50px;
	font-weight: normal;
	line-height: 10px;
	font-family: eurstile, verdana, sans-serif;
	font-size: 9px;
	text-align: center;
	color: white;
	position: absolute;
	right: 0%;
	left: 0%;
	bottom: 0%;
	width: 100%;
	background-color: #445577;
	padding-top: 4px;
	top: 597px;

}

/******* wider pages *****/
#outer2 {
	position: absolute;
	left: 8%;
	top: 20px; 
	width: 1050px;
	height: 880px; 
	background-color: white;
}
#content2 {
	position: absolute;
	top: 120px;
	right: 0%;
	left: 200px;
	width: 850px;
	font-family: geneva, verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	height: 700px;  
}
#contentlft2 {
	color: #002E61;
	position: absolute;
	top: 2%;
	left: 1%; 
	text-align: left;
	width: 70%;
	padding: 5px 5px 5px 5px;
}
#contentrt2 {
	background-color: #6688CC;
	color: white;
	position: absolute;
	top: 2%;
	right: 1%; 
	text-align: left;
	width: 25%;
	height:  575px;
	padding: 5px 5px 5px 5px;
}
#header2 {
	height:  90px;
	position: absolute;
	left: 200px;
/*	right: 0%; */
	top: 0%;
 }
 
#menu2 {
position: absolute; 
top: 100px; 
width: 50%; 
right: 1%; 
 }
#signup2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #ffffff;
	position: absolute;
	top: 125px;
	right: 4%;
	width: 155px;

 }
#footer2{
	height: 75px;
	font-weight: normal;
	line-height: 10px;
	font-family: eurstile, verdana, sans-serif;
	font-size: 9px;
	text-align: center;
	color: white;
	position: absolute;
	right: 0%;
	left: 0%;
	bottom: 0%;
	width: 100%;
	background-color: #445577;
	padding-top: 4px;
	top: 805px; 
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;     /* triggers hasLayout */
}  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
#footerfix{
	height: 50px;
	font-weight: normal;
	line-height: 10px;
	font-family: eurstile, verdana, sans-serif;
	font-size: 9px;
	text-align: center;
	color: white;
	position: absolute;
/*	left: 200px;
	width: 750px;  */
	right: 0%;
	left: 0%;   
	bottom: 0%;
	width: 100%; 
	background-color: #445577;
	padding-top: 4px;

/*	top: 597px; */

}


 
