/**** HTML TAGS ****/
BODY {
	background: #FFF url(../images/background.gif) repeat-x 0 40px;
	margin: 0;
}
H2 {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 140%;
	margin-bottom: 1px;
}
H2.red {
	color: Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 140%;
	margin-bottom: 1px;
}
H3 {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	margin-bottom: 1px;
}
H4 {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	margin-bottom: 1px;
}
SELECT {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: black; 
}
STRONG { font-weight: bold; }
LABEL { cursor: pointer; cursor: hand; }
INPUT.control {
	color: #333;
	font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	background-color: #ffcccc;
}
INPUT {
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
	font-size: 11px;
}
UL.regular { 
	margin-top: 4px;
	padding-top: 4px;	
}

/**** TEXT STYLES ****/
.bodyText, P, OL, UL, DD, DT {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	font-style: normal; 
	font-weight: normal; 
}
.boldText {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	font-style: normal; 
	font-weight: bold; 
}
.boldTextRed {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	font-style: normal; 
	font-weight: bold; 
	color: #F00; 
}
.formatHead {
	color: #F00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-style: normal; 
	font-weight: bold; 	
	border-bottom: 1px solid #F66;
	width: 600px;
	margin-bottom: 4px;
}
.footerText {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 60%; 
	font-style: normal; 
	font-weight: normal; 
	color: #999;
}
.formTbl {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	font-style: normal; 
	font-weight: normal; 
}
.bodyTextGrBol {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	font-style: normal; 
	font-weight: bold; 
	color: #360; 
}
.bodyTextLG {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	font-style: normal; 
	font-weight: normal; 
}
.smallText {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	font-style: normal; 
	font-weight: normal; 
	color: #333; 
}
.redText {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	font-style: normal; 
	font-weight: normal; 
	color: red; 
}
.subHead {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	font-style: normal; 
	font-weight: bold; 
}
.faq LI { margin-bottom:4px; }

/**** LAYOUT ****/
#highlightBox {
	color: #C00;
	font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 75%;
	font-weight: bold;
	background-color: #FFFDDE;
	padding: 2px;
	margin-top: 3px;
	width: 600px;
	border-bottom: 1px solid #FFCF49;
	border-top: 1px solid #FFCF49;		
}
#calloutBox {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	font-style: normal; 
	font-weight: normal; 
	padding: 1px 2px 1px 2px;
	background-color:#f0f0f0;
	color: #555;
}
#copyBox {
	margin: 5px 0 0 15px;
}
.ruled {
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #999;
}
.entry {
	border-width: 1px; 
	border-style: solid; 
	border-color: #999;
} 
.formHeader {
	color: #666;
	font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 70%;
	font-weight: bold;	
	background-color: #f5f5f5;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #999;
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #999;	
	padding-top: 3px;
	padding-bottom: 2px;
} 
.instrTbl {
	width: 560px; }
.borderT {
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #ccc;
}
#logBox {
	border-width: 2px; 
	border-top-style: solid; 
	border-top-color: #e8e8e8;
	border-right-style: solid; 
	border-right-color: #999;
	border-bottom-style: solid; 
	border-bottom-color: #999;
	border-left-style: solid; 
	border-left-color: #e8e8e8;
	background-color: #CCC;
}

/* side navigation */
.sideNavTitle {
	color: #5861E3;
	background-color: #BCCEFC;
	font: bold 14px 'trebuchet ms', arial, helvetica, sans-serif;
	padding: 3px 0 3px 7px;
	border-top: 1px solid #FFF;
}
.sideNav { width: 168px; }
.sideNav ul { 
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	font: bold 13px 'trebuchet ms', arial, helvetica, sans-serif;
}
.sideNav a { 
	display: block;
	padding: 3px 0 2px 21px;
	width: 168px;
	border-top: 1px solid #FFF;
	background-color: #E8EFFF;
}
html > body .sideNav a { width: 147px; }
.sideNav a, .sideNavList a:visited { 
	color: #00C; 
	text-decoration: none; 
}
.sideNav a.ON, .sideNavList a.ON:visited { 
	color: #C00; 
	text-decoration: none;
	background: white url(../images/nav/subNav_ON.gif) no-repeat;
}
.sideNav a:hover {  text-decoration: underline; }

/* sub navigation */
.subNavTitle {
	color: #C00;
	background-color: #FECBCB;
	font: bold 13px 'trebuchet ms', arial, helvetica, sans-serif;
	padding: 3px 0 2px 21px;
	border-top: 1px solid #FFF;
}
.sideNav .subNavList a { 
	display: block;
	padding: 3px 0 2px 21px;
	border-top: 1px solid #FECBCB;
	background-color: #FFF;
}
.sideNav .subNavList a, .sideNavList .subNavList a:visited { 
	color: #C00; 
}

/**** LINKS ****/
A.TN:link { text-decoration: none; color: #00F; background-color: transparent; }
A.TN:visited { text-decoration: none; color: #00F; background-color: transparent; }
A.TN:hover { text-decoration: underline; color: #00F; background-color: transparent; }		
A.TN:active { text-decoration: none; color: #00F; background-color: transparent; }  

/* Aweber sign up form */
#aweber {
	margin: 12px 0 0 8px;
	border-top: 1px solid #CCC;
}
#aweber center {
	text-align: left;
	font-family: arial,sans-serif;
	font-size: 11px;
}
#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;
}
