@CHARSET "ISO-8859-1";

body {
	padding: 0;
	padding-top: 10px;
	margin: 0;
	background: #a5b4c5;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
}

a:link, a:visited, a:hover {
	color: #292ABC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2 {
	color: #2e2e2e;
	color: #2f537a;
	font-size: 130%;
	border-top: dotted 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
}

h2 {
	margin-top: 40px;
}

h3 {
	font-size: 100%;
	color: #2f537a;
	margin-top: 40px;
}

.main {
	width: 910px;
/*	height: 100%;*/	
	background: white;	
	margin-left: auto;
	margin-right: auto;
	border: solid 4px #2f537a;
	border-top: none;
	border-bottom: solid 2px #2f537a;
	padding: 20px;
/*	border-bottom: none; */
}

.footlinks {
	width: 910px;
/*	height: 100%;*/	
	background: #d9e9ff;	
	margin-left: auto;
	margin-right: auto;
	border: solid 4px #2f537a;
	border-top: none;
	padding: 20px;
/*	border-bottom: none; */
}

/*strong {
	color: maroon;
}*/

.header {
	width: 958px;
	background: #2f537a url(/images/hdr_shade.gif) left top repeat-x;
	margin-left: auto;
	margin-right: auto;	
}

.header table {
	background: none;
	border: hidden;
	border-width: 0px;
	width: 100%;
}

.header td {
	padding: 5px;
}

.header td.menu {
	vertical-align: bottom;
	padding: 0px;
}

p {
	line-height: 180%;
}

.header p {
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}

.header p.title {
	font-size: 2em;
	padding: 0;
}

.footer {
	width: 958px;
	background: #2f537a;
	margin-left: auto;
	margin-right: auto;	
}

.footer p {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 180%;
	font-size: 90%;
}

.footer a:link, .footer a:visited, .footer a:hover {
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 20px;
}

ul#nav {
	padding: 0px;
	margin: 0px;
	height: 30px;
	display: inline;
	overflow: hidden;
	white-space: nowrap;
	list-style-image: none;
	list-style-type: none;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-weight: bold;
}

ul#nav li {
	padding: 0px;
	margin: 0px;
	height: 30px;
	display: inline;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 100px;
	margin-right: 3px;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
}

ul#nav a {
	float: left;
	width: 100px;
	height: 30px;
	padding: 7px 0px;
	text-decoration: none;
	background: transparent url(/images/nav_shade.gif) top left no-repeat;
	color: #212121;
}

ul#nav a:hover {
	background: transparent url(/images/nav_shade_hover.gif) top left no-repeat;
	color: #000000;
}

ul#nav li.active a {
	background: transparent url(/images/nav_shade_active.gif) top left no-repeat;
	color: #FFFFFF;
}

ul {
line-height: 180%;
list-style: square;
}

img {
	border: none;
}

table.central {
	width: 888px;
	height: 269px;
	background: transparent url(/images/bigimage.png) top left no-repeat;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

table.central td {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3em;
	line-height: 160%;
}

table.central p {
	line-height: 150%;
}

table.central img {
	margin: 0px;
}

table.central td.buttons {
	padding: 40px;
	padding-right: 20px;
	vertical-align: top;
}

table.central td.screen {
	width: 210px;
	padding: 30px;
	padding-left: 20px;
	vertical-align: top;
}

hr {
	border: none;
	border-top: dotted;
	border-width: 1px;
}

table.features {
	width: 100%;
	border: 1px;
	margin: auto;
}

table.features td {
	vertical-align: top;
}

li {
	line-height: 250%;
	list-style-type: square;
}

table.links {
	width: 100%;
	border: 1px;
	margin: auto;
}

table.links tr.first {
	font-weight: bold;
}

table.links td {
	vertical-align: top;
	line-height: 160%;
	width: 25%;
}

img.features {
	margin: 0px;
	margin-right: 25px;
	border: none;
	float: right;
}

.testimonial {
	background: #ffffa5;
	text-align: center;
/*	font-style: italic;*/
	font-size: 85%;
	padding: 10px;
	border: solid 1px gray;
	border-bottom: solid 2px black;
	border-right: solid 2px black;
	width: 350px;
}

.testimonial p {
	margin: 0;
	padding: 0;
}

.testimonial p.signature {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
}

p.breadcrumbs {
	font-size: 8pt;
	line-height: 100%;
	padding: 5px;
	margin-bottom: 30px;
	color: #555555;
	background-color: #efefef;
}
