@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #020b17;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 20px 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: #d0e2f4;
	position: relative;
	background-image: url(images/bg_web.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ---------- Menu Buttons ---------- */
a.boldbuttons {
	background: transparent url('images/roundedge-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	filter:alpha(opacity=90);   /* Internet Explorer       */
	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
	opacity: .9;               /* newer Mozilla and CSS-3 */
}
a.boldbuttonsselect {
	background: transparent url('images/roundedge-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	filter:alpha(opacity=60);   /* Internet Explorer       */
	-moz-opacity:0.6;           /* Mozilla 1.6 and below   */
	opacity: .6;               /* newer Mozilla and CSS-3 */
}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons, a:link.boldbuttonsselect, a:visited.boldbuttonsselect, a:hover.boldbuttonsselect, a:active.boldbuttonsselect{
	color: #fff; /*button text color*/
}
a.boldbuttons span, a.boldbuttonsselect span{
	background: transparent url('images/roundedge-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons, a:hover.boldbuttonsselect { /* Hover state CSS */
	filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1;           /* Mozilla 1.6 and below   */
	opacity: 1;               /* newer Mozilla and CSS-3 */
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}
/* ---------- End Menu Buttons ---------- */

#header {
	background-image: url(images/header_web.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 1110px;
	height: 205px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
#header h1 {
	margin: 0;
	padding: 157px 114px 0 0;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 105%;
	color: #0c67d5;
}
#mainBG {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #020b17;
	background-image: url(images/body_web.jpg);
	background-repeat: repeat-y;
}
#mainTopBG {
	padding: 10px 0 0 0;
	margin: 0px 0 0 0;
	background-image: url(images/body_web_top.jpg);
	background-repeat: no-repeat;
}
#mainBottomBG {
	padding: 0;
	margin: 0;
	background-image: url(images/body_web_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#mainContent {
	padding: 0 120px 20px;
	margin: 0;
	color: #e6f0cf;
	font-size: 80%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
#mainContent img {
	margin: 18px 18px;
	padding: 15px;
	text-align: center;
	border: thin solid #ccc;
	background-color: #073d7e;
}
#mainContent a:link img, #mainContent a:visited img{
	filter:alpha(opacity=60);   /* Internet Explorer       */
	-moz-opacity:.6;           /* Mozilla 1.6 and below   */
	opacity: .6;               /* newer Mozilla and CSS-3 */
}
#mainContent a:hover img{
	filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1;           /* Mozilla 1.6 and below   */
	opacity: 1;               /* newer Mozilla and CSS-3 */
}
#mainContent h1 {
	margin: -2px 20px;
	padding: 0;
	background-image: url(images/le_web.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 50px;
	text-transform: uppercase;
	filter:alpha(opacity=50);   /* Internet Explorer       */
	-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
	opacity: .5;               /* newer Mozilla and CSS-3 */
}
#mainContent h1 span {
	display: none;
}
#mainContent p {
	margin: 2px 15px 18px;
	padding: 13px 15px;
	background-color: #052852;
	border: #0b1702 thin solid;
	filter:alpha(opacity=90);   /* Internet Explorer       */
	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
	opacity: .9;               /* newer Mozilla and CSS-3 */
}
#mainContent p img {
	margin: 12px;
	padding: 15px;
	text-align: center;
	border: thin dotted #fff;
	background-color: #222;
}
