
/* structure */

body {
	background:#00c2f7 url(bg-main.jpg) center top;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.66em;
	color: #666;
}
.mainTable {
	background:#000 url(XXX) repeat-y;
    border-color: #c41230;
    border-width: 0 1px 1px 1px;
    border-style: solid;
}
.headerTable {
	background: url(bg-head.jpg) center top no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footerTable {
	background: url(bg-footer.gif) center top no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sidebar {
	background:#000 url(XXX) repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contentTable {
	background: url(bg-tile.gif) center top repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}
.aboutTable {
	background: url(bg-about.jpg) right bottom no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr { 
	border: 0; 
	color: #ddd; 
	background-color: #ddd; 
	height: 1px; 
}

/* global special pads */
.specialPadNav {margin:0 0 26px 28px}
.specialPadHeadTitle {margin:352px 0 0 0}



/* typography */

.bodyTextOpen {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 2em;
}
.bodyTextTight {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 1.2em;
}
.bodyTextList {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 2.5em;
}
.bodyTextBoldAccent {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #900;
}
.bodyTextBoldAccentTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #900;
}
.note {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 10px;
	line-height: 1.2em;
}
.boldNote {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	font-size: 10px;
	line-height: 1.2em;
	padding-top:44px;
}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 11px;
	padding-top:22px;
	line-height: 1.6em;
}

.nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #800;
}

p.quotes {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 1.66em;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-style: italic;
	border-style:solid;
	border-color:#282828;
	border-width:1px;
}

/* links */
a:link {
	text-decoration: none;
	color: #800000
}
a:visited {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}


a.foot:link {
	text-decoration: none;
	color: #999;
}
a.foot:visited {
	text-decoration: none;
	color: #999;
}
a.foot:hover {
	text-decoration: none;
	color: #ccc;
}
a.foot:active {
	text-decoration: none;
	color: #ccc;
}


a.nav:link {
	text-decoration: none;
	color: #999;
}
a.nav:visited {
	text-decoration: none;
	color: #999;
}
a.nav:hover {
	text-decoration: none;
	color: #fff;
}
a.nav:active {
	text-decoration: none;
	color: #f00;
}



/* form styles */
.formbox {
	background-color: #e1e1e1;
	border: 1px;
	border-top-color: #666;border-right-color: #999;border-bottom-color: #999;border-left-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
	border-style: solid;
}
.submit {
	background-color: #e1e1e1;
	border: 1px;
	border-top-color: #666;border-right-color: #999;border-bottom-color: #999;border-left-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #369;
	font-style: normal;
	border-style: solid;
}
.bodyTextForm {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	line-height: 1em;
	padding-right: 0px;
}
.required {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #900;
	font-size: 10px;
	line-height: 1.5em;
}




