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

/* First remove all defaults from all browsers so you know where you are starting from*/
* html, body {
 	margin:0;
	padding:0;
	border:0;
	}
	
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,li,address, a, div {
	margin:0;
	padding:0;
	font: normal;
	}
	
/*disable those pesky linked image borders*/
img a {
	border:none;
}	

/*Deal with the most general elements*/
body {
	margin:0;
	background:#fcfce9;
	font-size:100%;
	font-family:Arial, sans-serif;
	}
	
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}
	
/* styling for containers*/

#container {
	width:1020px;
	margin:20px auto;
	background:url(other%20assets/bgShadow.gif) repeat-y;
	}

#wrapper {
	width:1000px;
	margin:0 auto;
	border-top-width: 2px;
	border-top-color: #964247;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #933F44;
	}

#banner {
	width:630px;
	height:138px;
	background:url(images/bridgeheader.gif) no-repeat left;
	padding-top: 60px;
	padding-left: 370px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #933F44;	
	}
	
#NavBar {
	width:920px;
	text-align:center;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #933F44;
	}	
	
#flashes {
	width:600px;
	text-align: center;
	padding-top: 20px;
	padding-right: 199px;
	padding-bottom: 20px;
	padding-left: 199px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #933F44;
	border-right-color: #933F44;
	border-bottom-color: #933F44;
	border-left-color: #933F44;
	}
	
#MainContent {
	width:920px;
	margin:0;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	}

#footer {
	width:960px;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #933F44;
	}

/*styles by container*/
#banner h1 {
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}
#banner h1 a {
	color: #933F44;
	text-decoration: none;
	font-weight: bold;
}

#banner p {
	font-size: 1.3em;
	font-weight: 700;
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
	margin-top: 6px;
	color: #933F44;
}

#NavBar a {
	padding:0 20px;
	font-size:1.2em;
	font-weight:bold;
	}

#NavBar a:link {
	color:#8F3D43;
	text-decoration:none;
	}
#NavBar a:hover {
	color:#C17177;
	text-decoration:none;
	background-image: url(images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
#NavBar a:active {
	color:#8F3D43;
	text-decoration:underline;
	background-image: url(images/nav_arrow_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
#NavBar a:visited {
	color:#8F3D43;
	text-decoration:none;
	}

#Flashes blockquote {
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 40px;
	margin-left: 100px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B65159;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #933E44;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flashes h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align:center;
	line-height: 1.8em;
	font-weight: bold;
	color: #933E44;
}
#flashes h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align:center;
	line-height: 1.6em;
	font-weight: bold;
	color: #933E44;
}
#flashes h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align:left;
	line-height: 1.6em;
	font-weight: bold;
	color: #4A2023;
}
#flashes h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align:center;
	line-height: 1.6em;
	/*font-weight: bold;*/
	color: #4A2023;
}
#flashes p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
	line-height: 1.4em;
	color: #4A2023;
}

#flashes a {
	color: #8F3D43;
	}
	
#flashes a:link {
	color: #8F3D43;
	}

#flashes a:hover {
	color:#C17177;
	}

#MainContent blockquote {
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 40px;
	margin-left: 100px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B65159;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #933E44;
	/* background-image: url(images/quote.gif); */
	background-repeat: no-repeat;
	background-position: left top;
}

/* #MainContent table {
	border-style: solid;
	border-width: 0;
	} */
	
#MainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align:center;
	line-height: 1.8em;
	font-weight: bold;
	color: #933E44;
}
#MainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align:center;
	line-height: 1.6em;
	font-weight: bold;
	color: #933E44;
}
#MainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	text-align:center;
	line-height: 1.4em;
	font-weight: bold;
	color: #933E44;
}
#MainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #4A2023;
}

#MainContent a {
	color: #8F3D43;
	}
	
#MainContent a:link {
	color: #8F3D43;
	}

#MainContent a:hover {
	color:#C17177;
	}
	
#small_ital_indent {
	color: #933E44;
	font-size: 0.5em;
	font-style: italic;
	margin-right: 30px;
	margin-left: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#footer address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #933E44;
}
#footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #8F3D43;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

#footer a:link {
	color:#8F3D43;
	text-decoration:none;
	}
#footer a:hover {
	color:#C17177;
	text-decoration:none;
	}
#footer a:active {
	color:#8F3D43;
	text-decoration:underline;
	}
#footer a:visited {
	color:#8F3D43;
	text-decoration:none;
	}
	
#membershiptable {
	width:572;
	border:1px;
	border-color:#66CCCC;
	text-align:center;
	background-color:#66FF99;
	
	}

td.bottemborderonly {
	border-bottom:medium, #33CC00;
	}
/*classes*/

/* the clear class is best used with a div, ie.  div class="clear" to clear any floats above.*/
.clear {
	clear:both;
	}

/*use the next three for floating images left or right within content or centering an image.  If floated images might be near each other remember to apply a <div class="clear"></div> in the html file just after the wrapping content*/

.FloatLeft {
	float:left;
	margin:10px 10px 10px 0;
	}
	
.FloatRight {
	float: right;
	margin:10px 0 10px 10px;
	}
	
.CenterImage {
	display:block;
	margin:10px auto;
	}
	
#MainContent ul, ol {
	margin-left: 100px;
}
.nobullet {
	list-style-type: none;
}
