body {
	color: #000000;
	background-color: #f0f0f0;
	margin:  0px;
	padding: 0px;
}

body {
	min-width:750px;
}

#wrap {
	font-family: arial, sans-serif;
	width: 770px;
	background-image: url(shadow.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin-left:   auto;
	margin-right:  auto;
	margin-top:    10px;
	margin-bottom: 10px;
}

#banner {
	width: 770px;  
	height: 80px;
	background-image: url(top_banner.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav {
	width: 748px;
	margin-left:  11px;
	margin-right: 11px;
	font-weight: bold;
	font-size:   small;
	text-align: center;
	vertical-align: baseline;
	background-color: #236ac5;
	background-image: url(top_menu_bg3.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-top:    1px solid #606060;
	border-bottom: 1px solid #606060;
	padding-top:    3px;
	padding-bottom: 3px;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	padding-left:  5px;
	padding-right: 5px;
}

#nav a:hover, #nav a.selected {
	background-image: url(top_menu_bg3h.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #3e86d3;
	padding-left:  5px;
	padding-right: 5px;
	padding-top:    3px;
	padding-bottom: 3px;
}

#back_nav {
	font-weight: normal;
	font-size: x-small;
	text-decoration: none;
	color: #808080;
	padding: 10px 0px 10px 10px;
	margin-left:  21px;
	margin-right: 21px;
}

#back_nav a {
	color: #808080;
	text-decoration: underline;
}

#main {
	width: 748px;
	margin-left:  11px;
	margin-right: 11px;
}

#main_left {
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
	width: 470px;
}

#main_right {
	padding-right: 10px;
	padding-bottom: 10px;
	float: right;
	width: 230px;
}

#main_center {
	padding-left: 20px;
	padding-right: 20px;
	width: 708px;
}

#footer {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #808080;
	padding: 15px 1px 1px 1px;
	margin-top: 40px;
	border-top:     1px dashed #c0c0c0;
	clear:both;
}

#footer p {
	padding:0px;
	margin: 0px;
}

#rounded_bottom {
	height: 30px;
	background-color: #f0f0f0;
	background-image: url(footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


a:link {
	color: #ea711e;
}

a:visited {
	color: #f6a52a;
}

h1 {
	font-size: large;
	color: #282425;
	border-bottom: 1px dotted #808080;
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 1em 0px;
}

h2 {
	font-size: medium;
	/*border-bottom: 1px solid #c0c0c0;*/
	color: #282425;
	padding: 1px 5px 1px 5px;
	margin: 1em 0px 1em 0px;
}

img.standalone {
	padding-top:    1em;
	padding-bottom: 2em;
}

img.link {
	border: 0px;
}

p.footnote {
	font-size: small;
	margin: 0px 0px 2em 0px;
}

ul.feature_set {
	font-weight: bold;
	font-size: large;
	list-style-type:none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.feature_set li {
	background: url(orange_bullet_large2.gif) no-repeat 0 0.5em;
	padding-left:   22px;
	padding-top:    0.5em;
	padding-bottom: 0.5em;
}

ul.feature {
	font-weight: normal;
	font-size: medium;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url(orange_bullet2.gif);
	padding-left: 2em;
}

ul.feature li {
	background-image: none;
	padding-left:   0px;
	padding-top:    0.25em;
	padding-bottom: 0.25em;
}

ul.no_margin {
	margin:   0px;
	padding-left: 1.5em;
	padding-bottom: 1em;
}

li.padded {
    padding-top:    0.25em;
    padding-bottom: 0.25em;
}

ul.benefits {
	list-style-type:none;
	margin:   0px;
	padding-left: 0px;
	margin-left: 0px;
}

ul.benefits li  {
	background: url(check.png) no-repeat 0 0.5em;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:   20px;
	padding-bottom: 0.5em;
}

span.news_title {
	font-weight: bold;
}

table.basic {
	background-color: #a0a0a0;
	font-size: small;
	margin: 1em 0px 1em 0px;
}

th.basic {
	text-align: left;
	color: #686465;
	background-color: #f0f0f0;
	padding: 5px 5px 5px 5px;
}

td.basic {
	background-color: #ffffff;
	padding: 2px 5px 2px 5px;
}

div.md5 {
	font-family: sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #808080;
}

.float_right {
	float: right;
	clear: right;
	margin-left:   1em;
	margin-bottom: 1em;
}

.float_left {
	float: left;
	clear: left;
	margin-right:   1em;
	margin-bottom: 1em;
}

img.center {
	display: block;
	margin-left:  auto;
	margin-right: auto;
}


img.right {
	display: block;
	margin-left:  auto;
	margin-right: 0px;
}


img.vcenter {
	display: inline;
	vertical-align: middle;
}

.input {
	font-family: arial, sans-serif;
	font-size:   small;
}

span.eml {
    color: #236ac5;
    font-weight: bold;
}

.orange {
    color: #eb711f;
}

.blue {
    color: #236ac5;
}

li.padded {
    padding-bottom: 0.5em;
}
