body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:11px;
	color:#000000;
}
.intro {
	color:#FFFFFF;
	background-color:#0A294B;
}
.all {
	background-color:#0A294B;
}
a { text-decoration:none; }
h1 {
	font-size:17px;
	font-weight:bold;
	color:#990000;
	margin:0px 0px 1em 0px;
}
#home {
	width:600px;
	margin:0px auto;
	text-align:center;
}
#introimg {
	width:400px;
	margin:60px auto 0px;
}
#foot {
	background-image:url(images/navbg.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	height:14px;
	padding:3px 10px 3px 10px;;
	color:#000000;
}
a.dev, a.dev:visited {
	margin:0px;
	text-align:center;
	font-size:9px;
	color:#666666;
	letter-spacing:1px;
	text-decoration:none;
}
a.dev:hover {
	color:#999999;
}
#wrapper {
	width:720px;
	margin:0px auto;
	padding-top:10px;
}
#toprow {
	height:15px;
	padding-top:10px;
	padding-right:50px;
	text-align:right;
	color:#FFFFCC;
	font-size:11px;
	font-weight:bold;
}
#toprow a, #toprow a:visited {
	color:#FFFFCC;
	text-decoration:none;
}
#toprow a:hover {
	text-decoration:underline;
}
#header {
	float:right;
	width:445px;
	height:155px;
	padding:10px 20px 10px 20px;
	background-color:#8595A6;
	background-image:url(images/top_round.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.logo {
	float:left;
}
#main {
	background-image:url(images/leftnav.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:720px;
}
#leftCol {
	width:175px;
	padding:0px 0px 0px 25px;
	float:left;
}
#rightCol {
	float:right;
	width:480px;
	padding:20px 20px 0px 20px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	line-height:16px;
}
#rightCol h2 {
	font-size:15px;
	color:#990000;
}
#rightCol h3 {
	font-size:13px;
	color:#990000;
}
#rightCol h6 {
	font-size:11px;
	color:#333333;
	font-weight:normal;
}
.clear { clear:both; }
#nav {
	width:155px;
	padding:0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	margin:0px;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav ul li {
	list-style:none;
	line-height:26px;
	background-image:url(images/nav_bul.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	padding-left:20px;
}
#nav ul li a, #nav ul li a:visited {
	color:#0A294B;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#990000;
}
.nolink {
	color:#990000;
	background-image:url(images/nav_bul.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
}	
#footer {
	text-align:center;
	padding:0px 0px 10px 0px;
	border-top:2px solid #999999;
}
#footer h1 {
	font-size:15px;
	font-weight:bold;
	color:#990000;
	margin:10px 0px 10px 0px;
	line-height:20px;
}
#footer h1 a, #footer h1 a:visited {
	font-size:15px;
	color:#990000;
	border:0px;
}
#footer h1 a:hover {
	color:#FF0000;
	border:0px;
}
#footer a, #footer a:visited {
	color:#0000FF;
	text-decoration:none;
	border-bottom:1px dashed #0000FF;
	font-size:10px;
	text-transform:lowercase;
}
#footer a:hover {
	color:#FF0000;
	border-bottom:1px dashed #FF0000;
}
#bottom {
	background-image:url(images/footer_img.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-align:center;
	color:#000000;
	height:19px;
	padding-top:6px;
	margin-left:25px;
}
.testimonials {
	padding:0px 10px 0px 10px;
}
.testimonials b {
	color:#990000;
}
#ba {
	width:350px;
	border:1px solid #CCCCCC;
	margin:0px auto 5px;
}
#banav {
	width:350px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px auto;
}
#banav i {
	float:right;
	font-style:normal;
}
#banav a, #banav a:visited {
	color:#0000FF;
	text-decoration:none;
}
#banav a:hover {
	color:#FF0000;
}
form {
	margin:0px;
	padding:0px;
}
#frm {
	background-color:#FAFAFA;
	border:1px solid #999999;
	padding:10px;
	width:400px;
	margin:0px auto;
}
.fldLine {
	border-bottom:1px dashed #CCCCCC;
	padding:2px 0px 2px 0px;
}
.fldTitle {
	float:left;
	width:130px;
	padding-right:10px;
	text-align:right;
}
.fld {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CCCCCC;
}
.btn {
	background-color:#666666;
	color:#FFFFFF;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:2px solid #CCCCCC;
}