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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(media/background.gif);
	background-color: #003F69;
	}

h1, h2, h3 {letter-spacing: -1px;
}
.oneColElsCtrHdr #container {
	width: 975px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 

} 

.oneColElsCtrHdr #mainContent {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
		/* -moz-box-shadow: 0px 0px 5px black;
		-webkit-box-shadow: 0px 0px 5px black;
		text-shadow: #F1F1F1 1px 1px; */

}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EBEBEB;		-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-box-shadow: 0px 0px 5px black;
		-webkit-box-shadow: 0px 0px 5px black;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

} .oneColElsCtrHdr #nav { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(media/navbg.png) repeat-x;	
-moz-box-shadow: 0px 0px 5px black;
		-webkit-box-shadow: 0px 0px 5px black;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height: 30px;
padding-top: 0px;
padding-bottom: 0px;
}  .oneColElsCtrHdr #homehd { 
-moz-box-shadow: 0px 0px 5px black;
-webkit-box-shadow: 0px 0px 5px black;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style1 {
	font-size: x-small;
	color: #005384;
}

-->
</style><style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 100%;
height: 30px;
}

.wireframeauramenu ul{
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: white;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
}

.wireframeauramenu ul li a:hover{
color: white;
background:url(media/roll.png)center no-repeat;

}

.style2 {
	font-size: medium;
	font-weight: bold;
}
.style4 {
	color: #006600
}