html {
	overflow: scroll;
}

body {
	margin: 0px;
	padding: 15px;
}

body, p, td, textarea, input {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h1, h2, h3 {
	font-family: arial, verdana, sans-serif;
	letter-spacing: -1px;
	color: #3c3c3c;
	font-weight: bold;
}

h1 {
	font-size: 22px;
	margin: 10px 0px 10px 3px;
}

h2 {
	color: #CC6600;
	font-size: 18px;
	margin: 5px 0px 5px 3px;
}

h3 {
	color: #CC6600;
	font-size: 16px;
	margin: 5px 0px 5px 3px;
}

h3 a:link, h3 a:visited {
	color: #CC6600;
	text-decoration: none;
}

h3 a:active, h3 a:hover {
	color: #CC6600;
	text-decoration: underline;
}

p {
	margin: 5px 0px 10px 3px;
	line-height: 120%;
}

li {
	margin: 0px 0px 10px 0px;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0px;
	vertical-align: middle;
}

input, button, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

button, .btn {
	width: 125px;
}

.btnShort {
	width: auto;
	padding: 0px 5px;
}

button, label, .btn {
	cursor: pointer;	
}

a, a:link, a:visited, a:active {
	color: #AA0000;
	text-decoration: underline;
}

a:active, a:hover {
	color: #FF0000;
	text-decoration: underline;	
}

form {
	margin: 0px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.container {
	width: 970px;
	margin: 0px auto;	
}

.top .menu {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.top .menu img {
	vertical-align: middle;
}

.top .menu .divider {
	vertical-align: middle;
	height: 37px;
	width: 4px;
}

.top .menu .left {
	background: url(../images/bar1-left.gif) top left no-repeat;
	height: 37px;
	width: 11px;
	float: left;
}

.top .menu .right {
	background: url(../images/bar1-right.gif) top left no-repeat;
	height: 37px;
	width: 11px;
	float: right;
}

.top .menu .middle {
	background: url(../images/bar1-middle.gif) top left repeat-x;
	height: 37px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
	text-transform: uppercase;
	white-space: nowrap;
}

.top .menu .middle a {
	padding: 0px 10px;
}

.top .menu .middle a:link, .top .menu .middle a:visited {
	text-decoration: none;
	color: #444;
}

.top .menu .middle a:active, .top .menu .middle a:hover {
	text-decoration: none;
	color: #900;
}

.main {
	margin: 1px 0px 0px 0px;	
}

.main .nav {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.main .nav h2 {
	background: #E4E9A6;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding: 2px 5px;
	margin: 0px;
}

.main .nav ul {
	margin: 0px;
	padding: 0px;	
}

.main .nav li {
	margin: 0px;
	padding: 5px 0px 5px 12px;	
	list-style: none;
	width: 178px;
	border-bottom: #E1E1E1 1px solid;
	cursor: pointer;
}

.main .nav li:hover {
	background: #f0f0f0 url('../images/bullet1.gif') 4px 10px no-repeat;
} 

.main .nav li a:link, .main .nav li a:visited {
	color: #000;
	text-decoration: none;	
} 

.main .content {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	vertical-align: top;
	width: 100%;
}

.main td {
	padding: 2px;	
}

.main .check {
	margin: 3px 5px 3px 0px;
}

.bottom .menu {
	margin: 0px;
	padding: 0px;
}

.bottom .menu img {
	vertical-align: middle;
	margin-top: 1px;
}

.bottom .menu .left {
	background: url(../images/bar2-left.gif) top left no-repeat;
	height: 28px;
	width: 11px;
	float: left;
}

.bottom .menu .right {
	background: url(../images/bar2-right.gif) top left no-repeat;
	height: 28px;
	width: 11px;
	float: right;
}

.bottom .menu .middle {
	background: url(../images/bar2-middle.gif) top left repeat-x;
	height: 28px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 5px 0px 0px 0px;
}

.bottom .menu .middle a {
	padding: 0px 10px;
}

.bottom .menu .middle a:link, .bottom .menu .middle a:visited {
	text-decoration: none;
	color: #444;
}

.bottom .menu .middle a:active, .bottom .menu .middle a:hover {
	text-decoration: none;
	color: #900;
}

.bottom .icons {
	float: right;
	margin-right: 5px;	
}

.bottom .copyright {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 5px 0px 2px 5px;
}

.bottom .links {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 3px 5px;
}

.bottom .links a:link, .bottom .links a:visited {
	text-decoration: underline;
	color: #900;
}

.bottom .links a:active, .bottom .links a:hover {
	text-decoration: underline;
	color: #444;
}

.bottom .signedin {
	float: right;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 5px 0px 2px 25px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.bar {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.bar img {
	vertical-align: middle;	
}

.bar .left {
	background: url(../images/bar1-left.gif) top left no-repeat;
	height: 37px;
	width: 11px;
	float: left;
}

.bar .right {
	background: url(../images/bar1-right.gif) top right no-repeat;
	height: 37px;
	width: 11px;
	float: right;
}

.bar .middle {
	background: url(../images/bar1-middle.gif) top left repeat-x;
	height: 37px;
	vertical-align: middle;
	white-space: nowrap;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A71E07;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.bar .middle a {
	padding: 0px 10px;
}

.bar .middle a:link, .bar .middle a:visited {
	text-decoration: none;
	color: #A71E07;
}

.bar .middle a:active, .bar .middle a:hover {
	text-decoration: none;
	color: #900;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.bar3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.bar3 img {
	vertical-align: middle;	
}

.bar3 .top .left {
	background: url(../images/bar3-nw.gif) top left no-repeat;
	height: 40px;
	width: 11px;
	float: left;
}

.bar3 .top .right {
	background: url(../images/bar3-ne.gif) top right no-repeat;
	height: 40px;
	width: 11px;
	float: right;
}

.bar3 .top .middle {
	background: url(../images/bar3-n.gif) top left repeat-x;
	height: 40px;
	vertical-align: middle;
	white-space: nowrap;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A71E07;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.bar3 .top .middle a {
	padding: 0px 10px;
}

.bar3 .top .middle a:link, .bar3 .top .middle a:visited {
	text-decoration: none;
	color: #A71E07;
}

.bar3 .top .middle a:active, .bar3 .top .middle a:hover {
	text-decoration: none;
	color: #900;
}

.bar3 .bottom .left {
	background: url(../images/bar3-sw.gif) top left no-repeat;
	height: 40px;
	width: 11px;
	float: left;
}

.bar3 .bottom .right {
	background: url(../images/bar3-se.gif) top right no-repeat;
	height: 40px;
	width: 11px;
	float: right;
}

.bar3 .bottom .middle {
	background: url(../images/bar3-s.gif) top left repeat-x;
	height: 40px;
}

.bar3 .inner1 {
	background: url(../images/bar3-w.gif) top left repeat-y;
}

.bar3 .inner2 {
	background: url(../images/bar3-e.gif) top right repeat-y;
	padding: 0px 4px 0px 3px;
}

.bar3 .inner3 {
	padding: 5px 10px;
}

.bar3 p {
	margin: 0px;
	padding: 5px 10px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.bar4 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.bar4 img {
	vertical-align: middle;	
}

.bar4 .top .left {
	background: url(../images/bar4-nw.gif) top left no-repeat;
	height: 15px;
	width: 11px;
	float: left;
}

.bar4 .top .right {
	background: url(../images/bar4-ne.gif) top right no-repeat;
	height: 15px;
	width: 11px;
	float: right;
}

.bar4 .top .middle {
	background: url(../images/bar4-n.gif) top left repeat-x;
	height: 15px;
	vertical-align: middle;
	white-space: nowrap;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A71E07;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.bar4 .top .middle a {
	padding: 0px 10px;
}

.bar4 .top .middle a:link, .bar4 .top .middle a:visited {
	text-decoration: none;
	color: #A71E07;
}

.bar4 .top .middle a:active, .bar4 .top .middle a:hover {
	text-decoration: none;
	color: #900;
}

.bar4 .bottom .left {
	background: url(../images/bar4-sw.gif) top left no-repeat;
	height: 15px;
	width: 11px;
	float: left;
}

.bar4 .bottom .right {
	background: url(../images/bar4-se.gif) top right no-repeat;
	height: 15px;
	width: 11px;
	float: right;
}

.bar4 .bottom .middle {
	background: url(../images/bar4-s.gif) top left repeat-x;
	height: 15px;
}

.bar4 .inner1 {
	background: url(../images/bar4-w.gif) top left repeat-y;
}

.bar4 .inner2 {
	background: url(../images/bar4-e.gif) top right repeat-y;
	padding: 0px 4px 0px 3px;
}

.bar4 .inner3 {
	padding: 1px 10px;
	white-space: normal;
}

.bar4 p {
	margin: 0px;
	padding: 5px 0px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.table01 {
	border-collapse: collapse;
	margin: 2px 0px;
	width: 100%;
}

.table01 .row1 {
	background: #F9F9F9;
}

.table01 .row2 {
	background: #EDEDED;
}

.table01 input {
	margin: 0px;
}

.table01 .center {
	text-align: center;
}

.table01 .right {
	text-align: right;
}

.table01 .expand {
	width: 100%;
}

.table01 td {
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 8px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.table01 td a:link, .table01 td a:visited {
	color: #000;
	text-decoration: none;
}

.table01 td a:hover, .table01 td a:active {
	color: #000;
	text-decoration: underline;
}

.table01 thead td {
	background: #193568;
	border: #66AA66 1px solid;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px;
	vertical-align: bottom;
}

.table01 thead td a:link, .table01 thead td a:visited {
	color: #FFF;
	text-decoration: none;
}

.table01 thead td a:hover, .table01 thead td a:active {
	color: #FFF;
	text-decoration: underline;
}

.table01 tbody td {
	border: #E6E6E6 1px solid;
}

.table01 tfoot td {
	background: #193568;
	border: #66AA66 1px solid;
	height: 8px;
}

.table01 .edgeRight {
	background: #FFF;
	border: none;
}

.table01 .negate {
	background: #193568;
	border: #66AA66 1px solid;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 8px;
	vertical-align: bottom;
}

.table01 .indent {
	padding-left: 25px;	
}

.table02 td {
	padding: 3px 3px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.btn1 {
	width: 125px;	
}

.btn2 {
	width: 150px;	
}

.errors {
	background: #FFFAFA;
	border: #FF0000 1px dashed;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 10px;
}

.errors li {
	margin: 0px;
}

.message {
	background: #EFFFEF;
	border: #00AA00 1px dashed;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 10px;
}

.finePrint {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.items li {
	font-size: 12px;
	margin: 0px 0px;	
}


.contactTbl {
	margin: 0px 0px 10px 0px;	
}

.contactTbl td {
	padding: 1px 3px;	
}

.errors {
	color: #FF0000;	
}

.formField {
	color: #F00;
	font-weight: bold;
	font-size: 13px;
}

.bullet1 {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 2px;
}

.help {
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	color: #A71E07;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


.help a:link, .help a:visited {
	text-decoration: none;
	color: #A71E07;
}
.help a:active, .help a:hover {
	text-decoration: underline;
	color: #A71E07;
}

.home p {
	font-size: 12px;	
	line-height: 120%;
	margin: 5px 0px 15px 3px;
}

.small {
	font-size: 10px;	
}

.testimonial {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.testimonial .name {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-style: italic;
}

.pagination {
	margin: 0px;
}

.pagination td {
	vertical-align: bottom;
}

.pagination a {
	margin: 0px 3px;	
}

.pagination img {
	vertical-align: middle;
}

.pagination .focus {
	border: #CCC 1px solid;
	padding: 3px;
	font-weight: bold;
}

.previews li {
	margin: 0px 0px 3px 0px;
		
}

.attachments a, .attachments a:link, .attachments a:visited, .attachments a:active {
	color: #000;
	text-decoration: none;
}

.attachments a:active, .attachments a:hover {
	color: #000;
	text-decoration: underline;	
}

.nav {
	margin: 4px 5px;
}

.nav a:link, .nav a:visited, .nav a:active {
	color: #800;
	text-decoration: none;
}

.nav a:hover {
	color: #F00;
	text-decoration: underline;
}

.borderBlue td {
	padding: 3px 10px 3px 5px;
	border: #97BAE2 1px solid;
}

.borderBlue .highlight {
	background: #D5E2F0;
}

.imageOn {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.imagePartial {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.imageOff {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.new {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #f00;
	font-style: italic;
	margin-left: 10px;
}