@charset "utf-8";
/* Reset styles*/

body {
	font: 100% Tahoma, Verdana, Helvetica, Arial, sans-serif;
	background: #2e67a1 url(../images/background2.jpg) repeat;
	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 15px 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;
}

#container {
	width: 1000px;
	margin: 15px auto;
	text-align: left;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, 
        Color=#2258280F, Positive='true');
	-webkit-box-shadow: 10px 10px 10px #584034; /* safari */
	-moz-box-shadow: 0px 5px 20px -2px #584034; /* firefox 3.1 */
	background-color: #2e67a1;
	position: relative;
}

#header {
	padding: 0;
	background: url(../images/BSV_Header2_1108_2009.jpg) no-repeat left bottom;
	height: 615px;
	position: relative;
}
#leftContent {
	background: url(/images/textbox_240x200_bg_alert.jpg) top left no-repeat;
	float: left;
	width: 225px;
	height: 188px;
	padding: 1px 6px 11px 9px;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 9px;
	font-weight:500;
	color:#dfcc9d;
	display: inline;
}
#leftContent a {
	color: #FF0;
}
#leftContent a:visited {
	color: #2e67a1;
}
#middleContent {
	background: url(/images/textbox_480x200_bg_alternate.jpg) top left no-repeat;
	width: 456px;
	height: 188px;
	padding: 12px 12px 0px 12px;
	margin-left: 260px;
	margin-top: 10px;
	font-size: 12px;
	font-weight:900;
	color:#dfcc9d;
}
#middleContent a {
	color: #FF0;
}
#middleContent a:visited {
	color: #2e67a1;
}
#rightContent {
	background: url(/images/textbox_240x200_bg_alternate.jpg) top left no-repeat;
	float: right;
	width: 240px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	display: inline;
	margin-right: 10px;
	margin-top: 10px;
}
#rightContent a {
	color: #FF0;
}
#rightContent a:visited {
	color: #2e67a1;
}
#footer {
	background-color: #1c3b5c;
	border-top: 1px solid #DFCC9D;
	width: 100%;
	height: 100px;
	padding-top: 3px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	letter-spacing: 1px;
	font: Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #DFCC9D;
}

