p              { color: #000; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td             { color: #000; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3           { color: #4a84b5; font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h4        { color: #ce5a08; font-style: italic; font-weight: bolder; font-size: 10pt; line-height: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

a {
	text-decoration: underline;	
}
a:hover {
	color: #930;
	text-decoration: underline;	
}


#email a:visited { color: #1e90ff; text-decoration: none }
h5 { color: #4a57cb; font-style: italic; font-size: 11pt; line-height: 13pt; font-family: "Times New Roman", Georgia, Times }
.footer   { color: #f0e2b9; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.largertext   { color: #000; font-size: 14px }
.header1    {
	color: #121212;
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
}
h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: normal;
}
.lightsmtext { color: #fff0a3; font-size: 10px; line-height: 10px; font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular }
.hometitle  { color: #5e4033; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Verdana, Swiss, SunSans-Regular }

.qtext { color: #FCF4E9; font-weight: bolder; font-size: 18px; line-height: 14px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; background: #C9691C no-repeat}
.answertext {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background: #5C4032 no-repeat;
	font-weight: bolder;
}

.heading2 {
	font-weight: bold;
	text-transform: uppercase;
}
.smallText {
	font-size: 10px;
}
.blue {
	color: #00C;
}

/* ===== main content ===== */

#content div#mainContent {
    float: left;
    width: 280px; /* 1/2 of total width */
    margin: 0;
    padding: 0 15px 0 0;
}

#mainContent p {
    margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
}

#mainContent h1 {
}

#mainContent h2 {
}

#mainContent h4 {
}

/* ===== sideBar ===== */

#content div#sideBar {
    float: right;
    width: 300px;
    padding: 0 10px;
    margin: 0;
    border-left: solid #aaa 1px;
}

#sideBar p {
    margin: 0 0 3ex 0;
}

#sideBar h3 {
    margin: 1ex 0 .5ex 0;
}
#sideBar li {
	margin-left: 20px;
	list-style-type: none;
}
#sideBar u {
	color: #BD373E;
}
.redUnderline {
	color: #F00;
	text-decoration: underline;
}



/* ===== miscellaneous styles ===== */

.clear { clear: both }
