/* --- HTML TAGS ---------------------------- */
body {
	color: #243E78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #FFF url(../i/background.gif);
}
select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
textarea { font-family: sans-serif; font-size: 12px; }
p { margin-top: 12px; margin-bottom: 12px; }
h2 {
	font: normal 21px Georgia, 'Times New Roman', times, serif;
	color: #036;
	border-bottom: 1px dotted #6c6;
	padding-bottom: 2px;
	margin-top: 0;
}
h3 {
	font: normal 17px Georgia, 'Times New Roman', times, serif;
	margin-bottom: 8px;
	color: #369;
}
sup, small { font-size: 9px; }

/* --- TEXT ----------------------------------- */
.largeText { font-size: 15px; font-weight: bold; }
.bodyText { font-size: 11px; }
.smallText { font-size: 10px; }
.red { color: #C33; }

/* --- LAYOUT --------------------------------- */
.clear {clear:both;}
#header, #nav {
	width: 800px;
	border-right: 1px solid #AAB8D8;
}
#wrapper {
	width: 800px;
	background: #FFF url(../i/background_body.gif) repeat-x;
	border-right: 1px solid #AAB8D8;
	height: 1%;
	overflow: hidden;
}
#footer {
	background: #FFF url(../i/footer.gif) no-repeat 0px 20px;
	width: 788px;
	height: 150px;
	padding: 0 12px 0 0;
	border-right: 1px solid #AAB8D8;
	border-bottom: 10px solid #CAE7C7;
}
#copyright { 
	font: normal 10px arial, helvetica, sans-serif; 
	letter-spacing: .05em;	
	color: #696;
	text-align: right;
	margin-top: 53px;
}
#copyBox {
	width: 560px;
	margin-left: 216px;
	/* border:1px solid red; */
}
#copyBoxWide {
	width: 750px;
	margin-left: 24px;
}
.fl { float: left; }
.fr { float: right; }
.linkRow {
	padding: 5px 0 5px 15px;
	font-size: 13px;
	cursor: hand;
	cursor: pointer;
}
#rtCol {
	width: 185px;
	float: right;
	text-align: center;
}
#sideNav {
	background-color: #D5F1CE;
	border-right: 1px solid #A7DA99;
	border-bottom: 1px solid #A7DA99;
	border-top: 1px solid #EAFAE5;
	border-left: 1px solid #EAFAE5;	
	margin-top: 15px;
}
#sideNav img {
	display: block;
}

#col1 {
	width: 180px;
	float: left;
	margin-left: 8px;
}
html > body #col1 { margin-left: 16px; }

.item {
	font: bold 11px Georgia, 'Times New Roman', times, serif;
	color: #C27700;
	padding: 7px 0 7px 6px;
}
.subItem {
	font-size: 11px;
	margin: 2px 0 3px 0;
	padding-left: 16px;
}
.subItemOn {
	font-size: 11px;
	font-weight: bold;
	color: #060;
	margin: 2px 0 3px 0;
	padding-left: 16px;
	background: transparent url(../i/bullet_green.gif) no-repeat 7px 4px;
}
.ON { background-color: #FFECB0; }
#printMe {
	float: right;
	font-size: 10px;
}
#printMe img { display: inline; }

/* --- LISTS ----------------------------------- */
#copyBox li, #copyBoxWide li  { margin-bottom:4px; }
ul.bulleted {
	padding-left: 12px;
	margin-left: 12px;
}
ul.bulleted li {
	list-style-image: url(../i/bullet_green.gif);
	font-size: 11px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

/* --- TABLES ----------------------------------- */
table.formTbl { 
	margin-left: 12px;
}
table.formTbl td { 
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0 0 12px 8px;
}
table.longList td { 
	font-size: 10px;
}
table.tblBdr { 
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	font-size: 11px;
}
table.tblBdr th {
	background-color: #E1E1E1; 
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
table.tblBdr td {
	text-align: center;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

/* --- LINKS ----------------------------------- */
a { text-decoration: underline; color: #060; }
a:hover { text-decoration: underline; background-color: #FF9; }

#footer a { text-decoration: none; color: #060; }
#footer a:hover { text-decoration: underline; background-color: transparent; }

.item a, .subItem a { text-decoration: none; color: #060; }
.item a:hover, .subItem a:hover { text-decoration: underline; background-color: transparent; }

a.noLine { text-decoration: none; }
a.noLine:hover { text-decoration: none; background-color: transparent; }

/* --- RECEIPT ----------------------------------- */
#receipt { 
	width: 626px; 
	padding: 12px;
	margin-left: 16px;
	text-align: left; 
	background-color: #FFF;
	border: 1px solid #AAB8D8;
}
html > body #receipt { width: 650px; }

/* --- AWEBER ----------------------------------- */
#aweber {
	margin:15px 0 0 8px;
}
#aweber center {
	font-family:arial,sans-serif;
	font-size:11px;
	text-align:left;
}
#aweber center div p strong {
	font-family:arial,sans-serif;
	font-size:12px;
}
#aweber center form table tbody tr td {
	font-size:11px;
}
#aweber center form table tbody tr td input {
	font-family:arial,sans-serif;
	font-size:12px;
	width:110px;
}
#aweber center form table tbody tr td input[type="submit"] {
	width:140px;
}
