body {
	margin: 0px;
	font-family: Helvetica, Arial;
	background-color: #012E65;
}
#content {
	background-color: #FFFFFF;
	padding: 20px;
	float: right;
	width: 680px;
	font-size: 12px;
	right: 40px;
	top: 85px;
}
#content a:link, #content a:visited {
	color: #4A79B4;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #4A79B4;
}
#bgAni {
	margin: 0px;
	position: relative;
}


#nav {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1DDEC;
	background-color: #FFFFFF;
}

#logo {
	margin-top: 22px;
	position: absolute;
	margin-left: 20px;
	z-index: 99;
}
#wrapper {
	background-color: #012E65;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 500px;
}
#footer {
	width: 250px;
	margin-left: 20px;
	color: #B0C4DD;
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #D3DFEF;
	text-decoration: underline;
}
#footer a:active, #footer a:hover {
	color: #4B79B4;
	text-decoration: underline;
	background-color: #FFFFFF;
}

#BubbleSWF {
	float: left;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow{
border:1px solid #DDE5F0;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
#content h1 {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #024496;
	padding-top: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A90C1;
}
#content h2 {
	font-size: 11px;
	color: #DDE5F0;
	background-color: #E68400;
	padding-top: 25px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A90C1;
	text-transform: uppercase;
}
#content h3 {
	color: #4A79B4;
}
#content img {
	padding: 3px;
	border: 1px solid #999999;
	margin: 3px;
}
.SpecialOffer {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #CC0033;
	padding: 7px;
	text-align: center;
}
#content hr {
	color: #4A79B4;
}
#rightBox {
	float: right;
	width: 230px;
	border: 1px dashed #024496;
	background-color: #E9EEF4;
	padding: 3px;
	margin-left: 10px;
	font-size: 10px;
	background-position: center;
	margin-bottom: 5px;
}
#rightBox img {
	border-top-color: #E9EEF4;
	border-right-color: #E9EEF4;
	border-bottom-color: #E9EEF4;
	border-left-color: #E9EEF4;
}
