html, body {
	background: #284557;
	color: #0e2235;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 19px;
}

A:link, A:visited {
	color:#990000;
	text-decoration: underline;
}
A:hover {
	color:#ffffff;
	text-decoration: none;
}
A:link.footnav, A:visited.footnav {
	text-decoration: none;
	color:#ffffff;
}
A:hover.footnav {
	text-decoration: underline;
	color:#ffffff;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em  {
	font-style: italic;
}

.clearfloats {
	clear:both;
}

ul.unordered, ol.ordered  {
	margin: 0 0 1em 1em;
	padding-left: 1em;
}

ul.unordered li {
	list-style-type: disc;
	margin-bottom: 1em;
}

ol.ordered li {
	list-style-type: decimal;
	margin-bottom: 1em;
}

/* Wrapper ----------------------------------- */
#wrapper {
	width: 850px;
	margin: 0 auto 10px auto;
	background: #aec1d0;
	border: 1px solid #0e2235 /* this b/g color is visible below the center col content   */
}

/* Header ----------------------------------- */

#header {
}

#header object {
	display: block;
}

/* Nav ----------------------------------- */

#nav {
	background: url(../img/nav-bg.jpg);
	border-top: 1px solid #f90;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	height: 33px;
	padding-top: 3px;
}

#nav li {
	border-right: 1px solid #f90;
	float: left;
}

#nav a {
	color: #f90;
	display: block;
	height: 30px;
	float: left;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}

#nav #nav-login {
	background: url(../img/nav-login-bg.jpg);
	border-right: none;
	height: 35px;
	margin-bottom: -3px;
	padding-right: 2px;
	position: relative;
	top: -3px;
}

#nav #nav-login a {
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 95px;
}

#nav #nav-login a:hover {
	color: #0e2235;
}

.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
}

#navwrapper {
	width:850px;
	height:37px;
	background-color:#999999;
}
/* Home */

#home-content {
	background: url(../img/home-content-bg.jpg) repeat-x;

}

#home-left-column {
	float: left;
	padding: 40px 60px 0 15px;
	width: 570px;
}

#home-right-column {
	float: right;
	padding: 40px 15px 0 0;
	width: 190px;
}

#home-right-column img {
	margin-bottom: 1em;
}

#login {
	width:191px;
	height:100px;
	float:left;
	background-color:#0E2235;
	margin-bottom:5px;
}
#login form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C4D2E1;
}
#login form input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
}
#section1, #section3 {
	width:265px;
	float:left;
	height: 287px; 
	background-color:#2B435D;
	margin: 0 10px 10px 13px;
	border:1px solid #000066;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C4D2E1;
}
#section2 {
	width:265px;
	float:left;
	height: 287px; 
	background-color:#2B435D;
	margin: 0 0 0 0;
	border:1px solid #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C4D2E1;
}

#section1 td, #section2 td, #section3 td {
	padding: 0 3px;
}

/* Internal */

#secondary-header {
	background: url(../img/gen/2page-masthead.jpg);
	height: 108px;
	position: relative;
}

#secondary-header-contact {
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	left: 530px;
	line-height: 1.4;
	position: absolute;
	text-align: center;
	top: 18px;
	width: 300px;
}

#secondary-header-contact span {
	color: #fc3;
	font: bold 19px Arial, Helvetica, sans-serif;
}

#secondary-header-contact a {
	color: #fff;
	text-decoration: none;
}

form table td {
	padding: 3px;
}

#left {
	width:253px;
	float:left;
}

#contentarea {
	width:577px;
	padding: 20px 10px;
	background:url(../img/gen/2page-back.jpg) repeat-x;
	float:right;
}
#pagehed {
	background-image: url(../img/gen/hed-2page.jpg);
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
}

#sidebar-wawf {
	background: url(../img/sidebar-wawf.png);
	float: left;
	height: 566px;
	position: relative;
	width: 253px;
}

#download-now {
	left: 45px;
	position: absolute;
	top: 330px;
}
/* Footer */		
#footer {
	color: #fff;
	font-size:11px;
	line-height: 2;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	padding: 5px 10px;
	background-image:url(../img/footer-back.jpg);
	background-repeat:repeat-x;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.developer {
	color:#ffffff;
	float: right;
}
