body {
	font-family: arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: #ffffff;
	color: #333333;
}

td, li, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.signUpBox {
	font-family: arial, helvetica, sans-serif;
	width: 127px;
	margin-top: 3px;
	font-size: 11px;
	color: #333333;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

p.homeContent {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.pullQuote {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.distinctText {
	font-family: georgia, times, times new roman, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}

.distinctText2 {
	font-family: georgia, times, times new roman, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #2785c5;
	padding: 15px;
}

.header {
	font-family: georgia, times, times new roman, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #ed1b24;
}

.subheader {
	font-family: georgia, times, times new roman, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ed1b24;
}

.initCap {
	font-family: georgia, times, times new roman, serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
	color: #ed1b24;
}

.rightColumnHeader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ed1b24;
}

.rightColumnHeaderWhite {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.leftSubNavPad {
	padding: 2px 3px 2px 40px;
}

.leftNav {
	cursor: pointer;
}

.whiteText {
	color: #ffffff;
}

.redText {
	color: #ed1b24;
}


/* backgrounds */

.redBG {
	background-color: #ed1b24;
}

.blueBG {
	background-color: #2785c5;
}

.lightBlueBG {
	background-color: #d8e9f5;
}

.darkGrayBG {
	background-color: #252525;
}

.grayStroke {
	background-color: #cdcdcd;
}

.lightGrayBG {
	background-color: #f5f5f5;
}


/* links */
a, a:visited {
	color: #2785c5;
	text-decoration: none;
}
a:active, a:hover {
	color: #333333;
	text-decoration: underline;
}

a.leftSubNavLink, a.leftSubNavLink:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.leftSubNavLink:active, a.leftSubNavLink:hover {
	color: #e9c348;
	text-decoration: none;
}

a.leftSubNavLinkOn, a.leftSubNavLinkOn:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #e9c348;
	text-decoration: none;
}
a.leftSubNavLinkOn:active, a.leftSubNavLinkOn:hover {
	color: #e9c348;
	text-decoration: none;
}


/* divs */
#joinCommunity {
	margin: 15px;
}


#mainBody {
	margin: 15px 15px 25px 15px;
}
