@import url("layout.css");
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#333333;
	margin: 0;
	padding: 0;
}
#hr {
	color:#333333;
	height: 1px;
}
#container {
	width: 755px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
/*	border-left: 3px inset #999999;
	border-right: 3px outset #999999;
	border-bottom: 3px outset #999999;
*/	background-color:#333333;
}

#header {
	width: 750px;
	height:95px;
	padding-top: 6px;
	background-color:#d80018;
	border-left: 3px inset #999999;
	border-right: 3px outset #999999;
	border-top: 3px inset #FF0000;
/*	border-bottom: 3px outset #FF0000;
*/}

#navigation {
	width: 750px;
	position: relative;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 4px;
	border-left: 3px inset #999999;
	border-right: 3px outset #999999;
/*	border-top: 3px inset #FF0000;
	border-bottom: 3px outset #FF0000;*/
	float: left;
	background-color: #d80018;
}

#content {
	width: 720px;
	position: relative;
	float: left;
	margin-bottom: 0px;
	padding: 15px;
	border-left: 3px inset #999999;
	border-right: 3px outset #999999;
/*	border-top: 3px inset #999999;
	border-bottom: 3px outset #999999;
*/	background-color:#CCCCCC;	
}

/* Footer Styles */
#footernav {
	text-align: center;
	clear: both;
	width: 750px;
	font-size: .9em;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color:#d80018;
	border-left: 3px inset #999999;
	border-right: 3px outset #999999;
/*	border-top: 3px inset #FF0000;
*/	border-bottom: 3px outset #999999;
}

#footernav a {
	font-size: .9em;
	color:#ffffff;
	text-decoration:none;
	text-align: center;
}
#footernav a:hover {
	color: #FFFF33;
	text-decoration: none;
}

/* Header Styles */
#header h1 {
	color: #000000;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#header h3 {
	color: #000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}

.headerImgLeft {
	position: relative;
	float: left;
	padding-top: 4px;
	padding-left:5px;
}

.headerImgRight {
	position: relative;
	float: right;
	padding-top: 4px;
	padding-right: 5px
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	margin-left: -28px;
	margin-top: 0px;
	background-color:#d80018;
}
#navigation li {
	text-align: center;
	display: block;
/*	border-right: 1px solid #333333;
*/	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	background-color:#d80018;
}
#navigation .end {
	border-right: none;
}
#navigation a {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	background-color:#d80018;
}
#navigation a:hover {
	color: #FFFF33;
	text-decoration:none;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
}
#content h1 {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-align: left;
}

.nobackground {
	background-image: none;
}
.headSaying {
	font-size: 14px;
	font-style: italic;
}
/* pages with logo in background */
.background {
	background-image:url(../include/mcalogobg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#content p, ul, li, a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Changes the style of the tables on the chapter and membership pages */
#tabletd {
	text-align: center;
	color:#000000;
	font-size:12px;
	padding: 1px;
	vertical-align: top;
}

/* Changes the style of the tables in the events page */
#eventTable {
	text-align: left;
	color: #000000;
	font-size: 12px;
	padding: 1px;
	vertical-align: top;	
}

/* Change the style of the grey horizontal dividers in the events page */
#eventTH {
	background-color: #C0C0C0;
	border: 1px solid #C0C0C0;
	line-height: 1px;
}
a {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	color: #FFFF33;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.clearfloats {
	clear: left;
}
.clear {
	clear: both;
	}

.table {
	border: none;
	font-size:12px;
}

.th {
	background-color: #C0C0C0;
	border: 1px solid #CCCCCC;
	font-size:12px;
	text-align: center;
	font-weight:bold;
	vertical-align: middle;
}

.td {
	text-align: left;
	vertical-align: text-top;
	padding: 1px;
}

/* form validation */
#div inf_first, inf_last, inf_email {
	color:#FF0000;
	font-size:12px;
}