@CHARSET "ISO-8859-1";

body {
	padding: 0;
	padding-top: 10px;
	margin: 0;
	background: #a5b4c5;
	background: #eeeeee;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

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: 60px;
}

h3 {
	font-size: 100%;
	color: #2f537a;
	margin-top: 30px;
}

.main {
	width: 938px;
	background: transparent url(/images/main_bg.png) left top repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: none;
}

.footlinks {
	width: 938px;
	background: transparent url(/images/footlinks_bg.png) left top repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: none;
}

/*strong {
	color: maroon;
}*/

.header {
	width: 978px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
}

.header_left {
	float: left;
	background: transparent url(/images/hdr_left.png) left bottom no-repeat;
	margin: 0;
	padding: 0;
	width: 156px;
	height: 145px;
}

.header_right {
	float: right;
	background: transparent url(/images/hdr_right.png) right bottom no-repeat;
	margin: 0;
	padding: 0;
	width: 95px;
	height: 145px;
}

.header_center {
	background: transparent url(/images/hdr_shade.png) left bottom repeat-x;
	margin: 0;
	padding: 0;
	margin-left: 156px;
	margin-right: 95px;
	width: auto;
	height: 145px;
}

.nav_left {
	float: left;
	background: transparent url(/images/nav_bg_left.png) left bottom no-repeat;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 45px;
}

.nav_right {
	float: right;
	background: transparent url(/images/nav_bg_right.png) right bottom no-repeat;
	margin: 0;
	padding: 0;
	width: 15px;
	height: 45px;
}

.nav_center {
	background: transparent url(/images/nav_bg_shade.png) left bottom repeat-x;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
	height: 45px;
}

.header table {
	background: none;
	border: hidden;
	border-width: 0px;
	width: 100%;
}

.header td {
	padding: 0;
}

.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;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	line-height: 140%;
 font-size: 1.1em;
}

.header p.title {
	font-size: 2em;
	font-style: italic;
	padding: 10px;
	padding-top: 50px;
}

.header p.right {
	font-size: 0.9em;
	font-style: italic;
	float: right;
	padding: 0;
	padding-top: 120px;
	margin: 0;
	margin-right: -60px;
}

.header a {
	color: #ffffff;
}

.footer {
	width: 979px;
	background: transparent url(/images/footer_bg.png) left top repeat-y;
	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: 45px;
	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: 45px;
	display: inline;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 124px;
	margin-right: 3px;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
}

ul#nav a {
	float: left;
	width: 124px;
	height: 45px;
	padding: 15px 0px;
	text-decoration: none;
	background: transparent url(/images/nav_shade.gif) top left no-repeat;
	color: #efefef;
}

ul#nav a:hover {
	background: transparent url(/images/nav_shade_hover.gif) top left no-repeat;
	color: #cdcdcd;
}

ul#nav li.active a {
	background: transparent url(/images/nav_shade_active.gif) top left no-repeat;
	color: #000000;
}

ul {
line-height: 150%;
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: 270px;
}

.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;
}

.scroll {
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  clear: left;
  background: #fef9f4 url(/images/coda_bk.png) repeat-x scroll left top;
  border: 0px solid #2f537a;
  padding: 20px;
/*  width: 90%;*/
  margin: 0px auto;
}

#shade {
    background: #fff url(/script/shade.jpg) no-repeat center top;
    height: 25px;
    margin: 0 auto;
}

.panel {
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  clear: left;
  padding: 0px;
  margin: 0px auto;
}

.panel img {
  margin: 10px;
  text-align: center;
}

.panel td {
  vertical-align: top;
}