body {
	margin: 10px 0 0 0;
	background: #E6E7E8 url(/associations/1346/imgs/bak_body.png) repeat-x left top;
}

body,
td,
p {
	color: #333;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}


body#nobackground { background: #fff; }

#maincontentcell a:link,
#maincontentcell a:active,
#maincontentcell a:visited {
	color: #65767C;
	text-decoration: underline;
}

#maincontentcell a:hover {
	text-decoration: none;
}

h1 {
	background: #98002D;
	color: #fff;
	font: bold 24px/1em Arial, Helvetica, Geneva, sans-serif;
	padding: 6px 10px;
}

h2 {
	background: #E6E7E8;
	border-bottom: 4px solid #fff;
	border-right: 3px solid #fff;
	color: #98002D;
	font: normal 20px/1em Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 10px 0;
	padding: 8px 10px;
}

h3 {
	border-bottom: 4px solid #00539B;
	color: #65767C;
	font: normal 20px/1em Arial, Helvetica, Geneva, sans-serif;
	margin: 15px 0;
	padding: 0 0 4px 0;
}

h4 {
	color: #00539B;
	font: bold 12px/1em Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font: bold 20px/1em Arial, Helvetica, Geneva, sans-serif;
	color: #65767C;
	margin: 15px 0;
	padding: 0 0 4px 0;
}


/* Global Navigation
----------------------------------------*/
#navtop1 li ul,
#navtop2 li ul {
	background: #fff;
	width: 175px;
	border: none;
}

ul#navtop1 li li a,
ul#navtop2 li li a {
	color: #333;
	background: #DEDEE7;
	font: normal 11px/11px Arial, Helvetica, Geneva, sans-serif;
	z-index: 999;
	padding: 8px 5px;
	width: 165px;
	text-align: left;
}

ul#navtop1 li li a:hover, 
ul#navtop2 li li a:hover {
	color: #fff;
	font: normal 11px/11px Arial, Helvetica, Geneva, sans-serif;
}

ul#navtop1 li li a:hover,
ul#navtop2 li li a:hover { background: #98002D; }

* html ul#navtop1 li li a,
* html ul#navtop1 li li a:hover,
* html ul#navtop2 li li a,
* html ul#navtop2 li li a:hover { width: 175px; }

#navtop1 li ul li,
#navtop2 li ul li { border: none; }


/* System Messages
----------------------------------------*/
#returnlinktable,
.infomessage,
.errormessage,
loginmessage { padding-right: 10px; }

table#pageheadertable {
	color: #00539B;
	font: bold 17px Arial, Helvetica, Geneva, sans-serif;
}

#pageheadercell { text-align: center; }


/* Main Content
----------------------------------------*/
#maincontenttable {
	background: #fff none;
	border: solid 1px #999;
	border-top: none;

}
#maincontentcell { padding: 20px 0px 20px 12px; }

#maincontentcell ul,
#maincontentcell ol {
	margin: 15px 0 15px 35px;
	padding: 0;
}

#maincontentcell ul { list-style: none; }

#maincontentcell ul li,
#maincontentcell ol li { color: #333; }

#maincontentcell ol li { padding: 0 0 14px 0; }

#maincontentcell ul li {
	background: transparent url(/associations/1346/imgs/li_arrow.png) no-repeat left 3px;
	padding: 2px 0 14px 14px;
}


/* Sub Content
----------------------------------------*/
#maincontentsubcell p {
	line-height: 1.45em;
	margin: 12px 4px;
}

/* Right/Left Nav Styles
-----------------------------------*/
#rightnavcell,
#leftnavcell { width: 225px; }

#rightnavcell { padding-left: 15px;
}

#leftnavcell { padding-right: 15px; }

#rightnavcell h4,
#rightnavcell h3,
#leftnavcell h4,
#leftnavcell h3 {
	margin: 0 0 15px 0;
	width: 200px;
}

#rightnavcell ul,
#leftnavcell ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	border-bottom: 1px solid #dfe5e5;
}

#rightnavcell ul li,
#leftnavcell ul li {
	background: transparent url(/associations/1346/imgs/li_arrow2.png) no-repeat left 3px;
	padding: 2px 0 6px 14px;
}

td#rightnavcell ul li a:link,
td#rightnavcell ul li a:active,
td#rightnavcell ul li a:visited,
td#leftnavcell ul li a:link,
td#leftnavcell ul li a:active,
td#leftnavcell ul li a:visited {
	text-decoration: none;
	color: #666;
}

td#rightnavcell ul li a:hover,
td#leftnavcell ul li a:hover { color: #c91c1e; }


td#rightnavcell a.learnmore,
td#leftnavcell a.learnmore {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #8c917c;
}

p.learnmore { text-align: right; }

td#rightnavcell a:hover.learnmore,
td#leftnavcell a:hover.learnmore { color: #c91c1e; }

#rightnavcell p,
#leftnavcell p { 
	color: #666; 
	margin: 12px 4px;
}

/* Login Widget Styles
----------------------------------------*/
/* Logged Out */
div#quick_login {
    margin: 0px 8px;
}

div#quick_login input.qlogin-input {
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    color: #444;
    font-size: 14px;
    height: 22px;
    margin: 0 0 8px 0;
    padding: 1px 2px;
    width: 100%;
}

div#quick_login a.forgotpass {
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 110%;
    width: 70px;
}

div#quick_login input#loginbutton {
    float: right;
    margin: 0;
}

div#quick_login span#auto-logout {
    clear: both;
    display: none; /* Set to 'block' to display */
    padding: 8px 0 0 0;
}

div#quick_login span#auto-logout label {
    font-size: 10px;
}

div#quick_login select {
    background: #eee;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 2px 0;
    width: 100%;
}

/* Logged In */
div#login_welcome { margin: 0 5px; }

div#login_welcome h6 {
    font-size: 12px;
    margin: 10px 0 0 9px;
    padding: 0;
    text-transform: capitalize;
}


/* Footer
----------------------------------------*/
table#footertable {
	background: #65767C;
	padding: 7px 15px;
}

#footertable p {
	color: #fff;
	font: normal 11px/11px Arial, Helvetica, Geneva, sans-serif;
}
#footertable a {
	text-decoration: none;
	color: #fff;
}
#footertable a:hover {
	text-decoration: underline;
}

/* Landing Styles
-----------------------------------*/
table#landingtable td { vertical-align: top; }

table#landingtable td.left { background: #fff; }

table#landingtable td.left h1 { margin-bottom: 0px; }

table#landingtable td.right {
	background: #E6E7E8;
	border-left: 12px solid #fff;
	width: 355px;
}

table#landingtable td.right p {
	font: normal 10px/1.7em Arial, Helvetica, Geneva, sans-serif;
	margin: 8px 15px;	
}

table#landingtable h1 {
	border-bottom: 4px solid #fff;
	font-weight: normal;
}

table#landingtable blockquote {
	border-top: 1px solid #0178ba;
	margin: 12px 10px;
	padding: 0;
}

table#landingtable blockquote,
table#landingtable blockquote p {
	color: #7e1001;
	font: bold 10px/1.7em Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
}

#maincontentcell table#landingtable blockquote p { margin: 10px 0; }

#maincontentcell table#landingtable blockquote a { color: #7e1001; }


/* Tri tables */
table#tritable {
	margin: 37px 0 0 0;
}

table#tritable td {
	vertical-align: top;
	width: 33%;
}

table#tritable td,
table#tritable p { font-size: 12px; }

table#tritable p {
	margin: 12px 3px;
}

table#tritable td.left { border-right: 8px solid #fff; }
table#tritable td.mid {
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
table#tritable td.right { border-left: 8px solid #fff; }

div#bap { text-align: center; }

table#tritable h3 {
	border-bottom: 4px solid #00539B;
	color: #65767C;
	font: normal 18px/1em Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 12px 0;
	padding: 0 0 2px 2px;
}

table#tritable td.left h3 { border-bottom-color: #98002D; }
table#tritable td.mid h3 { border-bottom-color: #00539B; }
table#tritable td.right h3 { border-bottom-color: #28843E; }

table#tritable a.learnmore {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 0 3px;
	text-decoration: none;
	text-transform: uppercase;
}

table#tritable td.left a.learnmore { color: #98002D; }
table#tritable td.mid a.learnmore { color: #00539B; }
table#tritable td.right a.learnmore { color: #28843E; }

#maincontentcell table#tritable a:hover.learnmore {
	color: #c91c1e;
}

/* Home Link
-----------------------------------*/
div#homelink {
	width: 980px;
	margin: auto;
	_text-align: left;
}

div#homelink a {
	position: absolute;
	z-index: 999;
	background: transparent url(/images/msmimg1040/trans1.gif) no-repeat left top;
}

div#homelink a em {
	position: absolute;
	left: -999em;
}

#home {
	top: 10px;
	left: 50%;
	display: block;
	width: 142px;
	height: 108px;
	margin: 0 0 0 -470px;
}	

* html #home {
	margin: 0 0 0 -470px;
}
/* 360 Styles
----------------------------------------*/
#maincontentcell div#content h2 {
	color: #98002D;
}
#maincontentcell div#content h3,
#maincontentcell div#content h5 { color: #fff; }

div#content h2.event_name {
	background: #E6E7E8;
	color: #98002D;
	font: normal 16px/16px Verdana, Arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 8px 12px 10px 12px;
	border-bottom: none;
}

#content a#register_link {
	color: #fff;
	text-decoration: underline
}

#content a#register_link:hover {
	text-decoration: none;
}

div#content h3.section_heading {
	background: #65767C;
	color: #fff;
	font: bold 16px/16px Verdana, Arial, sans-serif;
	margin: 25px 0 15px 0;
	padding: 8px 12px 10px 12px;
	border-bottom: none;
}

div#content div#info_bar h3 {
	color: #65767C;
}
