@charset "utf-8";
body {
	margin:0;
	background-color: #065081;
	background-image: url(images/bgfade.gif);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link{
color:#999999;
}
a:visited { 
	color: #999999;
	}
a:hover { 
	color: #CCCCCC;
	}

#bgswoosh {
	background-image: url(images/swoosh.png);
	background-repeat: no-repeat;
	background-position:top;
	position: relative;
	min-height:773px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
}
#bgswoosh #logobanner {
	position:relative;
	margin-top: 3px;
	padding-bottom: 15px;
	vertical-align:top;
}
#bgswoosh #menu {
	position:relative;
	text-align: center;
	width:751px;
	padding-left:40px;
	margin-left:auto;
	margin-right:auto
	
}
#bgswoosh #content {
	min-height:500px;
	position:relative;
	width: 775px;
	margin-top: 15px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-left:60px;
}


/*   Left Box */
#bgswoosh #content #left_content_box_container {
	float: left;
	position: absolute;
	clear:both;
	width:408px;
}
#bgswoosh #content #left_content_box_top {
background-image:url(images/left_content_box_top.png);
	position:relative;
	float:left;
	width: 408px;
	height:15px;
}
#bgswoosh #content #left_content_box {
	background-image: url(images/left_content_box_bg.png);
	background-repeat: repeat-y;
	float:left;
	position:relative;
	min-height:400px;
	width: 388px;
	padding: 10px;
}
#bgswoosh #content #left_content_box_bottom {
background-image:url(images/left_content_box_bottom.png);
	position:relative;
	float:left;
	width: 408px;
	height:18px;
}
#bgswoosh #content #topright_content_box_container #topright_content_box #topright_content_box_text {
	padding: 12px;
	clear:both;
}
#bgswoosh #content #right_content_box_container #right_content_box #topright_content_box_text {
	padding: 12px;
}

/*   Top Right Box */
#bgswoosh #content #topright_content_box_container {
	padding-right:15px;
}
#bgswoosh #content #topright_content_box_top {
	position:relative;
	height:15px;
	float:right;
	clear:both;
	background-image:url(images/topright_content_box_top.png);
	width: 336px;
}
#bgswoosh #content #topright_content_box {
	background-image:url(images/topright_content_box_bg.png);
	clear:both;
	float:right;
	min-height:200px;
	position:relative;
	width: 336px;
}
#bgswoosh #content #topright_content_box_bottom {
	background-image:url(images/topright_content_box_bottom.png);
	float:right;
	clear:both;
	position:relative;
	height:17px;
	width: 336px;
}
/*   Right Box */
#bgswoosh #content #right_content_box_container {
	padding-right:15px;
	clear:both;
	widows:336px;
}
#bgswoosh #content #right_content_box_top {
	position:relative;
	margin-top: 15px;
	background-repeat:no-repeat;
	height:10px;
	float:right;
	clear:both;
	background-image:url(images/right_content_box_top.png);
	width: 336px;
}
#bgswoosh #content #right_content_box {
	background-image:url(images/right_content_box_bg.png);
	background-repeat:repeat-y;
	clear:both;
	float:right;
	min-height:175px;
	position:relative;
	width: 336px;
	color:#FFFFFF;
}
#bgswoosh #content #right_content_box_bottom {
	background-image:url(images/right_content_box_bottom.png);
	float:right;
	clear:both;
	position:relative;
	height:17px;
	width: 336px;
}


#bgswoosh #content #right_content_box_container #right_content_box #right_content_box_text {
	padding: 12px;
}

