body, form, div, p, table, tr, td, th, img {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.9em;
	padding-top: 1px;
}

div {
	position: relative;
}

p {
	margin-bottom: 7px;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

input[type="text"], input[type="password"], input[type="submit"], textarea, select, option {
	border: 1px solid #FF6633;
	background-color: #FFFFFF;
	color: #000000;
	outline: none;
	font-size: 0.75em;
}

input[type="submit"] {
	cursor: pointer;
}

a {	color: #AA2200; text-decoration: none; border-bottom: 1px dotted #FF6633; }
a:hover { color: #FF6633; text-decoration: none; border-bottom: 1px solid #FF6633; }

a.blackLink { color: #000000; }
a.blackLink:hover { color: #FF6633; }

a.menuLink { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-size: 0.9em; border: none; }
a.menuLink:hover { text-decoration: underline; }

a.subtleBlackLink { color: #000000; text-decoration: none; border: none; }
a.subtleBlackLink:hover { text-decoration: underline; }

a.whiteLink { color: #FFFFFF; border: none; }
a.whiteLink:hover { text-decoration: underline; }

a.noUnderline { border-bottom: none; }
a:hover.noUnderline { border-bottom: none; }

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginRight10 {
	margin-right: 10px;
}

.padLeft10 {
	padding-left: 10px;
}

.padRight10 {
	padding-right: 10px;
}

.orangeBorder {
	border: 1px solid #FF6633;
}

.noBorder {
	border: none !important;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.smallerText {
	font-size: 0.9em;
}

.largerText {
	font-size: 1.1em;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
}

h2 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
}

h3 {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.container {
	border: 3px double #FF6633;
	margin: 0px auto;
	width: 950px;
	height: auto;
}

.header {
	border-bottom: 1px solid #FF6633;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(../images/headerBack.gif);
	width: 100%;
	height: 150px;
	margin: 0px;
	padding: 0px;
}

.headerLoginBar {
	position: absolute;
	top: -2px;
	right: -2px;
	padding: 2px;
	border: 1px solid white;
	font-size: 0.9em;
}

.headerLogo {
	float: left;
}

.headerText {
	float: left;
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 35px;
}

.headerErrorBar {
	position: absolute;
	bottom: 2px;
	left: 180px;
}

.posMsg {
	color: #339933;
	font-weight: bold;
}

.negMsg {
	color: #CC3333;
	font-weight: bold;
}

.midSection {
	
}

.sideMenu {
	float: left;
	width: 174px;
	height: auto;
	padding: 5px 0px;
}

.sideMenu .menuTitle {
	text-align: center;
	font-size: 1.1em;
}

.sideMenu .menuButton {
	height: auto;
	text-align: left;
	border: 1px solid #FF6633;
	padding: 2px 4px;
	margin: 5px 10px;
	background-image: url(../images/menuBack.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.bodyContainer {
	float: left;
	width: 775px;
	height: auto;
	min-height: 300px;
}

.msgLoginBar {
	width: auto;
}

.msgLoginBar .loginBar {
	text-align: right;
	width: auto;
	font-size: 0.9em;
	padding: 3px;
	border-bottom: 1px solid #FF6633;
}

.msgLoginBar .loginBar input {
	font-size: 0.85em;
}

.msgLoginBar .redMsgBar {
	width: auto;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px;
	border-bottom: 1px solid #990000;
	background-color: #FFBBBB;
	color: #990000;
}

.msgLoginBar .greenMsgBar {
	width: auto;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px;
	border-bottom: 1px solid #006600;
	background-color: #BBFFBB;
	color: #006600;
}

.mainBody {
	padding: 5px;
	font-size: 0.9em;
}

.orangeHeaderText {
	background-color: #FFFFFF;
	color: #FF6633;
	font-size: 1.1em;
	font-weight: bold;
}

.footer {
	border-top: 1px solid #FF6633;
	padding: 4px;
	font-size: 0.8em;
}

.footerLeft {
	float: left;
	width: 50%;
	text-align: left;
}

.footerRight {
	float: right;
	width: 50%;
	text-align: right;
}

.downloadsPage p {
	padding-left: 15px;
	margin-bottom: 2px;
}

.downloadsPage h3 {
	margin-top: 5px;
}

.awardsTable {
	border: 1px solid #FF6633;
}

.awardsTable th {
	border: 1px solid #FF6633;
}

.awardsTable td {
	padding: 2px 3px;
	padding-right: 15px;
	margin: 2px 0px;
	border: 1px solid #FF6633;
	border-top: none;
	border-bottom: 1px dotted #FF6633;
}

.awardsTable td.awardName {
	
}

.committeeTable {
	width: 100%;
}

.committeeTable td {
	padding: 2px;
	padding-right: 15px;
	margin: 2px 0px;
	border-bottom: 1px dotted #666666;
}

.committeeTable a {
	border: none;
}

.committeeTitle {
	font-weight: bold;
	color: #FF6633;
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666 !important;
}

.committeePosition {
	
}

.committeeMember {
	
}

.committeeEmail {
	
}

.googleMap {
	float: right;
	width: 400px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.googleMap #map {
	border: 1px solid #FF6633;
}

.heading {
	font-weight: bold;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 3px;
}

.calendar {
	margin-left: 75px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.calendarTable {
	border: 1px solid gray;
	border-collapse: collapse;
}

.calendarTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

.calendarTable .monthYear td {
	border-bottom: 1px solid gray;
}

.calendarTable .calendarHeading {
	font-weight: bold;
	padding: 10px;
}

.calendarTable .monthLink a {
	border: none;
}

.calendarTable .monthLink a:hover {
	font-weight: bold;
}

.calendarTable .calendarDates {
	padding: 3px;
}

.calendarTable .calendarDatesHighlighted {
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid #FF6633;
	background-color: #FFEEDD;
	padding: 3px;
}

.calendarTable .calendarDatesHighlighted a {
	color: #000000;
	border: none;
}

.calendarTable .calendarDatesNotThisMonth {
	color: #AAAAAA;
	cursor: pointer;
}

.event {
	margin-left: 15px;
}

.eventDate {
	font-weight: bold;
	margin-top: 10px;
	color: #FF6633;
}

.eventDetail {
	margin-left: 10px;
	margin-bottom: 5px;
}

.eventTitle {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.eventLocation {
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
}

.committeeMeetings {
	list-style: none;
	padding-left: 15px;
	font-size: 1.1em;
}

.committeeMeetings li {
	margin-bottom: 3px;
}

.committeeMeetingList1 {
	list-style-type: disc;
	padding-left: 30px;
	margin-bottom: 10px;
}

.committeeMeetingList2 {
	list-style-type: circle;
	padding-left: 15px;
	margin-bottom: 10px;
}

.pageImageTopRight {
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 2px;
	border: 1px solid #FF6633;
}
