body {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
/*	font-family: Trebuchet MS; */
	font-size:12px;
	color: #0d2b88;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
}

h1 {
	font-size: 115%;
	color: #0d2b88;
	padding: 0;
}


h2 {
	font-size: 100%;
	color: #FE370F;
	padding: 0;
}


a {
	font-size:100%;
}

a:link {
	color: #000000;
}
a:hover {
	color: red;
}
a:visited {
	color: red;
}

#wrapper {
	margin: 10px auto;
	background: #FFFFFF;
	border: 1px solid #0d2b88;
	width: 770px;
	text-align: left;
}

#banner {
	height: 100px;
	width: 100%;
}

#logo {
	position: absolute;
	margin-top: 22px;
	margin-right: 22px;
	margin-left: 586px;
}

#nav {
	border-bottom: 1px solid #0d2b88;
	background-color: #0d2b88;
}

#nav-new {
	border-bottom: 1px solid #0d2b88;
	background-color: #d30000;
	background-image:url(/images/navi-bar-bg.gif);
	background-repeat:repeat-x;
	height:35px;
}

#navi-menu {
	background-color:#d30000;
}

#navi-menu td {
	width:128px;
	height:25px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:hand;
}




#nav ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 7px 0 7px;
	text-align: center;
	width: 9em;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus{
	color: #FE370F;
}

#content {
	height: 100%;
	border-left: 1px solid #0d2b88;
	border-right: 1px solid #0d2b88;
	float: left;
	width: 400px;
	padding: 20px 10px;
	font-size: 70%;
	line-height: 15px;
	color: navy;
}

#content-custom {
	height: 300px;
	border-left: 1px solid #0d2b88;
	border-right: 1px solid #0d2b88;
	float: left;
	width: 400px;
	padding: 20px 10px;
	font-size: 70%;
	line-height: 15px;
}

#leftcol {
	height: 100%;
	float: left;
	width: 150px;
	padding: 0px 5px;
	font-size: 60%;
}

#address {
	float: right;
	width: 175px;
	padding: 20px 5px;
	font-size: 60%;
	text-align: right;
}

#rightcol {
	height: 100%;
	float: right;
	width: 175px;
	padding: 0px 5px 20px 5px;
	font-size: 60%;
	text-align: right;
}

#optin-box {
	border:2px solid red;
	float: right; 
	width: 175px;
	font-size: 60%;
	text-align: center;
	margin-right:2px;
	margin-left:2px;
	margin-top:0px;
	margin-bottom:2px;
}

#optin-table{
	text-align:center;
}

#optin-box-header{
	font-family:Verdana;
	font-size:14px;
}

#text-input {
	width:80px;
	font-size:12px;
}

#footer {
	font-size: 60%;
	height: 25px; 
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #0d2b88;
	background-color: #0d2b88;
	color: #FFFFFF;
	clear: both;
}

#footer a{
	color: #FFFFFF;
}

#footer div{
}

.testimonial {
	width: 93.6%;
	padding: 5px;
	text-align: left;
	background-color: #DFDFE6;
	font-family: Arial, Helvetica, sans-serif;
}

.testimonial a:visited{
	color:#0D2B88;
	text-decoration:none;
}
.testimonial a:link{
	color:#0D2B88;
	text-decoration:none;
}
.testimonial a:hover {
	text-decoration:underline;
	color:#0D2B88;
}


.redtext {
	color: #F00;
	font-weight: bold;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

hr {
	border: none;
	color: #dfdfe6;
	background-color: #dfdfe6;
	height: 1px;
}
.table {
	vertical-align: top;
}
th {
	text-align: left;
	background-color: #FFF0F0;
}

#quote-begin{
	width:100%;
	height:25px;
	background-image:url(../images/quote-begin.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0;
	margin:0;
}
#quote-end{
	width:100%;
	height:25px;
	background-image:url(../images/quote-end.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0;
	margin:0;
}
#bottom-links{
	text-align:center;
}
#copyright{
	text-align:left;
	padding-top:3px;
}

#like-a-text{
	font-size:100%;
}

#anchors li a{
	font-size:100%;
	color:#0d2b88;
}

.a-simple-text {
	text-decoration:none;
	font-size:100%;
	color:navy;
}



/* border */
#b-lt, #b-rt, #b-rb, #b-lb{
	width: 4px;
	height: 4px;
}

#b-r{
	width: 4px;
	height: 1px;
	background-image: url(/images/border/gray/r.gif);
	background-repeat: repeat-y;
}

#b-l{
	width: 4px;
	height: 1px;
	background-image: url(/images/border/gray/l.gif);
	background-repeat: repeat-y;
}

#b-t{
	height: 4px;
	width: 1px;
	background-image: url(/images/border/gray/t.gif);
	background-repeat: repeat-x;
}

#b-b{
	height: 4px;
	width: 1px;
	background-image: url(/images/border/gray/b.gif);
	background-repeat: repeat-x;
}

.subscribe-form {
font-size:12px;
}

#rigthconinfo {
	font-size: 12px;
	text-align:center;
}
#rigthconinfo #infotext strong{
	font-size: 14px; 
	color:#FF0033;
	font-weight: bold;
}
#rigthconinfo #infotext strong a{
	color:#FF0033;
	text-decoration:none;
}
#rigthconinfo #infotext strong a:hover{
	color:#FF0033;
	text-decoration:underline;
}
