@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0C4369;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2B5069;
	clear: left;
}
.twoColFixRtHdr #container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../../images/background_1.jpg) no-repeat right top ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	padding: 0px 20px 0px 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #AFD5E8;
	clear: both;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	color:#396E87;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Rick additions */

.twoColFixRtHdr #news { 
	clear: left;
} 
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #61B3ED;
	font-size: 150%;
	font-weight: 500;
	margin-top: 10px;
	margin-left: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #1474B6;
	font-size: 140%;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: -5px;
	margin-left: 5px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #1474B6;
	font-size: 120%;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: -5px;
	margin-left: 10px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-weight: 600;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: -10px;
}
h5 { /* h5 for use as first item in sidebar1 only */
	font-family: Verdana, Geneva, sans-serif;
	color: #1474B6;
	font-size: 80%;
	font-weight: bold;
	margin-top: 65px;
	margin-bottom: -10px;
}
h6 { /* h6 for use in sidebar1 only after first heading */
	font-family: Verdana, Geneva, sans-serif;
	color: #1474B6;
	font-size: 80%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -10px;
}
a {
	text-decoration: none;
	color: #61B3ED;
}
a:visited {
	color: #61B3ED;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent a {
	text-decoration: none;
	color: #61B3ED;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent a:visited {
	color: #61B3ED;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent p {
	margin-left: 10px;
	font-size: 75%;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent ul {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 120%;
}
.twoColFixRtHdr #mainContent ol {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 120%;
}
.twoColFixRtHdr #mainContent ul li {
	margin-left: 10px;
	font-size: 80%;
}
.twoColFixRtHdr #mainContent ol li {
	margin-left: 10px;
	font-size: 80%;
}
.twoColFixRtHdr #sidebar1 p {
	margin-bottom: 20px;
	font-size: 70%;
	color:#396E87;
	line-height: 140%;
}
.twoColFixRtHdr #sidebar1 ul {
	line-height: 170%;
	list-style-image: none;
}
.twoColFixRtHdr #sidebar1 li {
	margin-left: -10px;
	font-size: 80%;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #sidebar1 a {
	text-decoration: underline;
	color: #2B5069;
}
.twoColFixRtHdr #sidebar1 a:visited {
	color: #2B5069;
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #footer a {
	text-decoration: none;
	color: #2B5069;
}
.twoColFixRtHdr #footer a:visited {
	color: #2B5069;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #search {
	float: right;
	width: 220px;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	color: #CCC;
}
.twoColFixRtHdr #login {
	float: none;
	background-image: url(../../images/translucent.png);
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 1px solid #274D7E;
}
.twoColFixRtHdr #login h5 {
	margin: -6px -6px 0px;
	font-size: 80%;
	padding: 4px;
	color: 274D7E;
	font-weight: normal;
}
.twoColFixRtHdr #login p {
	margin: 0px;
	padding: 8px 0px;
	font-size: 60%;
	color: #000;
}
.twoColFixRtHdr #events {
	float: none;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: -1px;
	padding-left: 8px;
	border: 1px solid #274D7E;
	background-color: #EEF6FC;
}
.twoColFixRtHdr #events h5 {
	margin: -6px -6px 0px;
	font-size: 80%;
	padding: 4px;
	color: 274D7E;
	font-weight: normal;
}
.twoColFixRtHdr #events p {
	margin: 0px;
	padding: 8px 0px;
	font-size: 70%;
	color: #000;
}
.rowA {
	background-color: #AFD5E8;
	margin: 0px -8px 0px -8px;
	padding: 0px 8px 0px 8px;
}
.rowB {
	background-color: #FFF;
	margin: 0px -8px 0px -8px;
	padding: 0px 8px 0px 8px;
}
.rowC {
	margin: 0px -8px 0px -8px;
	padding: 0px 8px 0px 8px;
}
.twoColFixRtHdr #events a {
	font-weight: bold;
	text-decoration: none;
	color: #2B5069;
}
.twoColFixRtHdr #events a:visited {
	font-weight: bold;
	color: #2B5069;
	text-decoration: none;
}
.twoColFixRtHdr #events a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixRtHdr #container #sidebar1 #events .rowC p a {
	font-weight: normal;
	color: #2B5069;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 #events .rowC p a:visited {
	font-weight: normal;
	color: #2B5069;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 #events .rowC p a:hover {
	font-weight: normal;
	color: #2B5069;
	text-decoration: underline;
}
.twoColFixRtHdr #members p {
	margin: 0px;
	padding: 4px 0px;
	font-size: 70%;
	color: #000;
}
.twoColFixRtHdr #members a {
	font-weight: bold;
	text-decoration: none;
	color: #2B5069;
}
.twoColFixRtHdr #members a:visited {
	font-weight: bold;
	color: #2B5069;
	text-decoration: none;
}
.twoColFixRtHdr #members a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.ImageFloatLeft {
	float: left;
	background-color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #DDDDDD;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 6px;
	width: 300px;
}
.twoColFixRtHdr #container #mainContent .ImageFloatLeft p {
	font-size: 70%;
	padding: 0px;
	margin: 4px 0px 0px;
}
.ImageFloatRight {
	float: right;
	background-color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #DDDDDD;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 6px;
	width: 300px;
}
.twoColFixRtHdr #container #mainContent .ImageFloatRight p {
	font-size: 70%;
	padding: 0px;
	margin: 4px 0px 0px;
}
.ImageFloatNone {
	background-color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #DDDDDD;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 6px;
	width: 300px;
}
.twoColFixRtHdr #container #mainContent .ImageFloatNone p {
	font-size: 70%;
	padding: 0px;
	margin: 4px 0px 0px;
}
/* Membership related - Shan 4/13/09 */
.MemDir
{
    width: 100%;
    background-color: #FFFFFF;
    font-size: 80%;
}
.Grid {
   font-family: Arial, Helvetica, sans-serif;
   margin: 10px 0pt 15px;
   font-size: 11px;
   border-color: #CDCDCD;
   width: 650px;
   color: #3D3D3D;
}
.Grid td, .Grid th {
   border-color: #2B5069;
}
.GridHeader {
	background-color: #AFD5E8;
	text-align: left;
}
.GridHeader th {
	height: 10px;
	padding: 5px;
}
.twoColFixRtHdr #container .GridHeader a {
	color: #2B5069;
	text-decoration: none;
}
.GridHeader a:hover {
	text-decoration: underline;
}
/*
.GridHeader td {
	height: 10px;
	padding: 5px;
}
*/
.GridRow
{
    background-color: #FFFFFF;
}
.GridAltRow
{
	background-color:#EEF6FC;
}
.GridRow td, .GridAltRow td {
   padding: 5px;
}
.twoColFixRtHdr #container .GridRow a {
	color: #2B5069;
	text-decoration: none;
}
.twoColFixRtHdr #container .GridAltRow a {
	color: #2B5069;
	text-decoration: none;
}
div.MemberDetail h5 {
	margin-top: 10px;
	margin-left: 6px;
	margin-bottom: 5px;
}
div.MemberDetail p {
	margin-top: 0px;
	font-size: 90%;
	line-height: 140%;
}
/* div.MemberDetail td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E0E0E0;
} */
	
/*** Checkboxes ***/

.CBL {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
.CBL td {
padding:5px;
}

.FieldLabel	{
	font-size: 80%;
}

