@charset "utf-8";
/* CSS Document */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

img {border: 0;}

body
{
  margin: 0;
  color: #666666;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  min-width: 900px;
  text-align: center;
  background: url(images/bg_page.gif) top center repeat-y #cccccc;
}


a:link {text-decoration: none; color: #006699; background-color: transparent;}
a:visited {text-decoration: none; color: #006699; background-color: transparent;}
a:hover {text-decoration: underline; color: #006699; background-color: transparent;}

hr {height: 1px; border: 0; background-color: #CCCCCC; color: #CCCCCC; width: 100%; margin: 15px 0 15px 0;}

/*-- CONTAINER DIVS --*/
.container {margin: 0 auto; width: 900px; border: 0; position: relative; text-align: left; padding: 0;}


/*-- GENERAL USEFUL CLASSES --*/
.divClear {clear: both;}

/*-- LEFT COLUMN --*/
.leftColumn {float: left; display: inline; width: 240px; margin: 0;}
	.leftColumn ul {float: left; position: relative; margin: 0 0 0 0; font-size: 14px; border-top: 1px solid #CCCCCC; list-style: none; width: 240px;}
	.leftColumn li {position: relative; border-bottom: 1px solid #CCCCCC; line-height: 2.6em; margin: 0; text-indent: 30px; color: #333333;}
	.leftColumn a:link {color: #006699; text-decoration: none;}
	.leftColumn a:visited {color: #006699; text-decoration: none;}
	.leftColumn a:hover {color: #333333; text-decoration: none;}

.headerLogo {margin: 25px 0 40px 30px; border: 0;}

/*-- MAIN COLUMN --*/
.mainColumn {float: right; display: inline; width: 640px; margin: 0;}

.mainImage {margin: 0 0 30px 0;}

.contentColumn {float: left; display: inline; width: 410px; margin: 0;}
	.contentColumn h1 {width: 410px; font-size: 24px; font-weight: normal; color: #007aab; padding: 0 0 10px 0; border-bottom: 1px solid #e94b28; margin: 0 0 15px 0;}
	.contentColumn h3 {font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; color: #333333; font-size: 14px; font-weight: normal;}
	.contentColumn h5 {font-size: 14px; color: #333333; line-height: 1.5em; font-weight: normal;}
	.contentColumn p {font-size: 12px; color: #666666; line-height: 1.5em;}
	.contentColumn p strong {color: #333333;}
	.contentColumn ol {font-size: 12px; color: #666666; line-height: 1.5em;}
	.contentColumn ol li {font-size: 12px; color: #666666; line-height: 1.5em; margin: 0.5em 0 0.5em 20px;}
	.contentColumn ul {font-size: 12px; color: #666666; line-height: 1.5em;}
	.contentColumn ul li {font-size: 12px; color: #666666; line-height: 1.5em; margin: 0.5em 0 0.5em 20px;}
	.contentColumn ul li strong {color: #333333; font-weight: normal;}
	
/*-- FULL WIDTH COLUMN --*/
.contentColumnFull {float: left; display: inline; width: 615px; margin: 0;}
	.contentColumnFull h1 {width: 615px; font-size: 24px; font-weight: normal; color: #007aab; padding: 0 0 10px 0; border-bottom: 1px solid #e94b28; margin: 0 0 15px 0;}
	.contentColumnFull h3 {font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; color: #333333; font-size: 14px; font-weight: normal;}
	.contentColumnFull h5 {font-size: 14px; color: #333333; line-height: 1.5em; font-weight: normal;}
	.contentColumnFull p {font-size: 12px; color: #666666; line-height: 1.5em;}
	.contentColumnFull p strong {color: #333333;}
	.contentColumnFull ol {font-size: 12px; color: #666666; line-height: 1.5em;}
	.contentColumnFull ol li {font-size: 12px; color: #666666; line-height: 1.5em; margin: 0.5em 0 0.5em 20px;}
	.contentColumnFull ul {font-size: 12px; color: #666666; line-height: 1.5em;}
	.contentColumnFull ul li {font-size: 12px; color: #666666; line-height: 1.5em; margin: 0.5em 0 0.5em 20px;}
	
/*-- RIGHT COLUMN --*/
.rightColumn {float: right; display: inline; width: 180px; margin: 29px 25px 0 0;}

.rightBoxout {width: 180px; margin: 0 0 25px 0; background: url(images/right_box_gradient_bg.gif) bottom left repeat-x; padding: 0 0 5px 0;}
	.rightBoxout h2 {border-top: 1px solid #ed4923; background: url(images/right_box_heading_bg.gif) top right no-repeat; font-size: 13px; color: #ed4923; line-height: 2em; border-bottom: 1px solid #ed4923; margin: 0;}
	.rightBoxout p {font-size: 11px; color: #666666; line-height: 1.5em; margin: 0.4em 0 0.4em 0;}
	.rightBoxout h6 {font-size: 11px; font-weight: bold; color: #333333; line-height: 1.5em; margin: 0.2em 0 0.4em 0;}
	.rightBoxout img {margin: 0 0 5px; 0;}


/*-- FOOTER --*/
.footer {float: left; display: inline; margin: 30px 0 10px 25px; width: 850px; border-top: 1px solid #cccccc; padding: 0 0 30px 0;}
	.footer p {font-size: 12px; color: #666666; line-height: 1.5em; margin: 1em 0 0.5em 10px;}
	
/*-- EVENTS LISTING --*/
.eventListing {width: 100%; border-top: 1px solid #CCCCCC; padding: 20px 0 0 0; margin: 20px 0 20px 0;}
	.eventListing h6 {font-size: 11px; font-weight: bold; color: #333333; margin: 0; line-height: 1.5em;}
	.eventListing h3 {font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; color: #007aab; font-size: 16px; font-weight: normal; margin: 0; line-height: 1.8em;}
	.eventListing h5 {font-size: 12px; color: #666666; font-weight: normal; line-height: 1.8em; margin: 0;}
	.eventListing h5 strong {font-weight: bold; color: #333333;}

/*-- MEMBERSHIP TABLE --*/
.membershipTable {margin: 20px 0 20px 0;}
	.membershipTable th {border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; color: #333333; font-size: 12px; font-weight: bold; padding: 1em 0 1em 0; text-align: left; background-color: #d9eaef;}
	.membershipTable th em {font-size: 10px; font-weight: normal; line-height: 1.2em;}
	.membershipTable td {border-bottom: 1px solid #CCCCCC;}
	.membershipTable td {font-size: 11px; font-weight: normal; color: #666666; padding: 0.7em 0 0.7em 0; text-align: left;}

.membershipTableSummary {background-color: #d9eaef;}
.membershipTableRight {border-left: 1px solid #CCCCCC;}