
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url(images/bg01.jpg) repeat left top;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	padding: 10px;
	font-family: Helvetica,"Trebuchet MS", Arial,  sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 25px;
	color: #504E42;
}

h1.prior {
	font-size: 1.8em;
	font-weight: bold;
	display: inline;
	}

h2 {
	margin-bottom: 20px;
	font-size: 14px;
	color: #504E42;
}


h2.prior {
	font: bold small-caps 1.6em/1.4 Helvetica, Arial, "Luxi Sans", sans-serif;
	/** font: verdana bold 16px small-caps; **/
	color: #2b5f89;
	margin: 10px 20px;
	display: inline;
	}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
	color: #504E42;
}

h4 {
	margin:  0;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-size: 1.5em;
	font-weight: normal;
	color: #000080;
	margin: 0 0 10px 0;
	padding: 0;
	/* padding-left: 20px; note:  members page does not need padding*/
	}


h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #285c8b;
	margin: 12px 0px 5px 10px;
	padding: 0;
	/* padding-left: 20px; note:  members page does not need padding*/
	}
	
h2.title {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	}
		
h3.benefits {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #6f6f6f;
	}

p.prior {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin: 5px 10px 10px 40px;
	line-height: 120%;
	}
	

#left {
	float: left;
	width: 260px;
	}
	
#right {
	float: right;
	width: 500px;
	}	
	
/** TEXTS */

body, th, td, input, textarea, option {
	font-family: Helvetica,"Trebuchet MS", Arial,  sans-serif;
	font-size: 12px;
	color: #5B6D74;
}


p, ul, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 200%;
}

p.error {
	margin: 10px 0px;
	padding: 10px;
	border: 3px solid #ff0000;
	font-size: 16px;
	font-weight: normal;
}

.newpass {
	margin: 10px 0px;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}


ul {
	margin-left: 0px;
	padding-left: 0px;
	line-height: 175%;
	list-style: none;
	font-size: 14px;
}

#welcome ul {
	margin-left: 50px;
	margin-right: 150px;
	padding-left: 0px;
	list-style: disc;
	line-height: 150%;
	} 

#contact p {
	font-size: 16px;
	margin-top: 25px;
	margin-left: 25px;
	}
	
#contact p:first-line {
	font-size: 20px;
	font-weight: bold;
	}
	
.email a {
	padding: 0px 0 20px 50px; 
	background: transparent url('images/email.gif') no-repeat scroll left center;
	 }

 .emailsmall a {
 	padding: 0 0 0 20px;
	background: transparent url('images/email_sm.gif') no-repeat scroll left center;
	 }
/** LINKS */

a {
	color: #578BB1;
}

a:hover {
	text-decoration: none;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input, option {
	font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif;
	font-size: 11px;
	color: #5B6D74;
}


/** Public Home Page **/


#pub_left {
	width: 270px;
	float: left;
	padding:12px 10px 0 10px;
	}

#pub_left h1, #pub_right h1 {
	padding-bottom: 20px;
	}
	
#pub_right {
	width: 520px;
	float: right;
	padding-right: 20px;
	padding-top: 12px;
}	


/** Member Home Page **/

#member_left {
	width: 550px;
	float: left;
	margin-right: 15px;
	padding-left: 20px;
	}

#member_left h1, #member_middle h1 #member_right h1 {
	padding-bottom: 20px;
	}

	
#member_middle{
	width: 350px;
	float: left;
	padding:0;
}

#member_right {
	width: 240px;
	float: right;
	padding-top: 10px;
	margin-left: 10px;
}	


.member {
	margin: 5px 0;
	padding: 15px;	
	border: 1px solid #000080;
}


.public {
	margin: 5px 0;
	padding: 30px;	
	border: 1px solid #000080;
}


.main {
	margin: 5px 20px;
	padding: 5px 20px;
	border-top: 1px dashed #b3b3b3;
	
	}

.main h3{
	font-size: 1.1em;
	font-weight: strong;
	text-decoration: underline;
	}
	
.main p {
	line-height: normal;
	padding-bottom: 10px;
	}

#single .public p {
	margin:	5px 20px 10px 0px;
	font-size: 1em;
	line-height: normal;
	color: #000000;
}	

#member_middle h2 {
	margin-top: 5px;
	color: #265988;
	font-size: 1.8em;
	}

#member_right .member h2 {
	color: #ff0000;
	text-align: center;
	font-size: 1.5em;
}

#member_left .member h2 {
	color: #ff0000;
	text-align: center;
	font-size: 1.5em;
}

	
#single_bcpa {
	clear: both;
	width:60%;
	margin: 0 auto;
	padding: 25px;
}

#single_bcpa_story {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}

#single_bcpa_story ul {
	margin: 0 100px 0 50px;
	padding-left: 15px;
	list-style: disc;
}

#single_bcpa_story li {
	margin-bottom: 15px;
}
	
/** Newsletter */

.news {
	background: #2B608A url(images/subpage1_01.gif) repeat-x left top;
	text-align: center;
	color: white;
}

div#news_items form fieldset {
	 margin: 10px 0; 
	 padding: 10px; 
	 border: green 2px solid; 
	 }

div#news_items legend { 
	font-weight: bold; 
	font-size: 1.5em; 
	color: #666; 
	}
	
div#news_items select, div#news_items option {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1.2em; 
	color: blue; 
	width: 95%; 
	height: 25px;
	}
div#news_items input {
	margin-left: 10px;
	}

#news_items, #news_cont {
	margin: 0;	
	padding: 0;
	}

#committee {
	padding: 10px;
	margin-left: 20px;
	float:right;
	border: 2px solid green;
	}	

#content #committee li{
	margin-left: 5px;
}	
#box4 li.news_first  {
	padding-top: 25px;
	}

#box4 #news_cont li {
	margin-top: 0px;
	padding-bottom: 10px;
	}
	
#news_cont h2{
	margin: 30px 0 10px 0;
	}

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #E1DFD8;
}

img.borderexec {
	padding: 2px;
	background: #000000;
	border: 3px groove #E1DFD8;
}


.insure_ad {
	text-align: center;
	}


hr {
	
}


/*hr {
display: none;
border: 0;
border-style: solid dotted;
color: #cc33ff;
background-color: #cc33ff;
height: 12px;
width: 100%;
text-align: left;
}*/


hr2 {color: #fff; background-color: #fff; border: 1px dotted #ff0000; border-style: none none dotted; }

.hr1 {
	height: 1px;
}


hr {
	margin: 25px 0;
	color: #ffffff; 
	background-color: #fff; 
	border: 4px #000080; 
	border-style: none none groove; 
	}


/** WRAPPER */

#wrapper {
	background: url(images/bg02.jpg) repeat-x left top;
}

#wrapper2 {
	width: 940px;
	background: url(images/bg03.jpg) repeat-y left top;
}

#wrapper3 {
	padding: 0px 45px;
	background: url(images/bg04.jpg) no-repeat left top;
}

#calendar {
	width:400px;
	margin:0px auto;
	margin-bottom: 25px;
	text-align:center;
	padding:15px;
	font-size: 1.8em;
}

#calendar ul {
	text-align: center;

}

#calendar li {
	padding: 0 2px 0 2px;
	text-align:center;
	display: inline;
	}
	

#calendar a{
	color: #000080;
	}

#calendar a:hover{
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
	}
	
		
a.calendar {
	text-decoration: none;
	}
	

/** HEADER */

#header {
	height: 130px;
}

/** SEARCH */

#search {
	width: 425px;
	height: 120px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

/*
#search form {
	padding: 79px 0px 0px 148px;
}

#search input {
	float: left;
	height: 24px;
	padding: 0px;
}
*/
input#keywords {
	width: 170px;
	height: 17px;
	padding: 4px 5px 3px 5px;
	background: #2B608A url(images/subpage1_01.gif) repeat-x left top;
	border: 1px solid #2B5E88;
	border-right-color: #5983A3;
	border-bottom-color: #5983A3;
	color: #FFFFFF;
}


/*
input#search-submit {
	width: 60px;
	margin-left: 10px;
	background: url(images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}
*/

/** MENU */

#m_menu {
	height: 85px;
	width: 574px;
	background: url(images/homepage03.jpg) no-repeat left top;
	float:left;
}

#menu_right table {
	width: 274px;
	border-collapse: collapse; 
	text-align: right;
	}
	
#menu_right th, #menu_right td {
border: 0px;

}

td.z_one { 
	background: url(images/homepage03.jpg) no-repeat;
	color: #FFFFFF;
} 

/** member menu 
#m_menu {
	height: 70px;
	width: 850px;
	background: url(images/homepage03.jpg) no-repeat left top;
}
**/

#menu_right {
	height: 85px;
	width: 275px;
	background: url(images/homepage03.jpg) no-repeat left top;
	float: right;
	
}

#menu_right input, #menu_option {
	font-family: tahoma,"Trebuchet MS", Arial,  sans-serif;
	font-size:10px;
	color: #000000;
	width: 98%;
}

#menu_right tr {
	height: 20px;
	font-family: tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	}

#menu {
	height: 60px;
	background: url(images/homepage03.jpg) no-repeat left top;

}

#menu ul, #m_menu ul {
	margin: 0px;
	padding: 23px 0px 0px 3px;
	list-style: none;
	line-height: normal;
		
}

#menu li, #m_menu li {
	float: left;
	padding: 0px 7px 0px 7px;
	background: url(images/menu2.gif) no-repeat left center;

	/** background: url(images/subpage1_03.gif) no-repeat left center; **/
}

#menu li.first, #m_menu li.first {
	background: none;
}

#menu a, #m_menu a {
	text-decoration: none;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu .mbr a, #m_menu .mbr a {
	font-size: 1em;
	}

#menu a:hover, #m_menu a:hover {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
	}



/** BANNER */

#banner {
	padding-bottom: 10px;
}

/** PAGE */

#page {
}

#single {
	background: url(images/homepage07.gif) repeat-x left top;
	clear: both;
}

#single h1{
	padding: 25px 0;
	margin-bottom: 10px;
	font-size: 2em;
	color: #265988;
	text-align: center;
	}

#single p {
	margin: 0 25px;
	font-size: 1.2em;
	}

#single_news {
	width:	60%;
	margin: 0 auto;
	padding: 25px;
}

#single_news_wide {
	width:	90%;
	margin: 0 auto;
	}
	
.picture { 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; 
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif; 
	}
	
.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px; 
	}
	
.right_pic { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left_pic { margin: 0.5em 0.8em 0.5em 0; float:left; }	
	
	
	
/** CONTENT */

#content{
	width: 537px;
	float: right;
	padding: 10px 25px 0px 0px;
	background: url(images/homepage07.gif) repeat-x left top;
}

#content p{
	padding-left: 20px;
}

#content h5 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	}

#content li{
	list-style: disc inside;
	margin-left: 25px;
	padding-bottom: 10px;
}

#meeting{
	padding: 0 10px 0 35px;
	}

/** 3-COLUMN LAYOUT */

.three-columns {
	position: relative;
	height: 200px;
	min-height: 200px;
	background: url(images/homepage06.jpg) no-repeat left top;
}

html>body .three-columns {
	height: auto;
}

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	width: 250px;
}

.three-columns .column1 {
	padding: 0px 15px 0px 20px;
}

.three-columns .column2 {
	padding: 0px 15px 0px 20px;
}

.three-columns .column3 {
	padding: 0px 15px;
}

.three-columns .title {
	height: 23px;
	margin: 0px;
	padding-top: 18px;
	color: #FFFFFF;
}

.three-columns .content {
	padding-top: 20px;
}

/** BOX STYLE 1 */

.boxA {
}

.boxA .title {
	margin: 0px;
	padding: 10px 0px 0px 20px;
	background: url(images/homepage07.gif) repeat-x left top;
	color: #000000;
}

.boxA .content {
	padding:0px 0px;
}


.contract {
	margin-top:25px;
	}
/** TWO COLUMN **/

/** <div style="border:0px; height:100px; width:100px" /> **/
/**
#two_column_l {
	background: url(images/homepage07.gif) repeat-x left top;
	clear: both;
	width: 550px;
	float: left;
}

#two_column_l h1{
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 2em;
	color: #265988;
	text-align: center;
	}

#two_column_l p {
	margin: 0 25px;
	font-size: 1.2em;
	}

#two_column_r {
	width: 299px;
	float: right;
}
 **/

/** SIDEBAR */

#sidebar {
	width: 250px;
	}
	
#private_1 {
	width: 46%;
	height: 450px;
	margin:  0;
	padding: 10px 15px 0 15px;
	background: url(images/homepage07.gif) repeat-x left top;
	text-align: center;
	float: right;
	border: 1px solid black;
	}	

#public_1  {
	width: 46%;
	height: 450px;
	background: url(images/homepage07.gif) repeat-x left top;
	margin:  0;
	padding: 10px 15px 0 15px;
	text-align: center;
	float: left;
	border: 1px solid black;
	}
	

#private {
	width: 96%;
	margin:  0;
	padding: 10px 15px 0 15px;
	background: url(images/homepage07.gif) repeat-x left top;
	text-align: center;
	float: left;
	border: 1px solid black;
	}	

#private #login p {
	font-size: 1em;
	margin: 10px;
	}
	
.private {
	margin-left: 100px;
	}	

#private p {
	font-size: 1em;
	margin: 10px;
	}	
	


#penleft {
	width: 46%;
	height: 520px;
	margin:  0;
	padding: 10px 15px 0 15px;
	background: url(images/homepage07.gif) repeat-x left top;
	text-align: center;
	float: right;
	border: 1px solid black;
	}	

#penright  {
	width: 46%;
	height: 520px;
	background: url(images/homepage07.gif) repeat-x left top;
	margin:  0;
	padding: 10px 15px 0 15px;
	text-align: center;
	float: left;
	border: 1px solid black;
	}	

.pensions input, .pensions select{
	font: bold 1.3em  Helvetica, Arial, "Luxi Sans", sans-serif;;
	text-align: center;
	color: #006600;
	}

.pensions select {
	width: 100px;
	height: 1.5em;
	}	
.pensions option {
	font-size: .9em;
	}
	
.pensions ul {
	margin: 0px;
	list-style: square inside;
	line-height: normal;
	font-size: 1em;
}

.pensions li  {
	margin: 0 30px 10px 30px;
}
	
.pensions tr {
	background-color:#EEEEEE;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 1em;
}

#bdate, #hdate {
	text-align: center;
	font-size: 1.2em;
	}
	
#newsletter ul li {
	text-indent: 5px;
	}
	
	
#newsletter p {
font-size: 14px;
}

#newsletter ul.newslist {
	margin-left: 50px;
	list-style-type: disc;
	}

.newsletter h2 {
	font-size: 1.5em;
	color: #ff0000;
}

.newsletter p {
	font-size: 1.4em;
	}


.pdficon {
	background: url(images/pdfs.gif) no-repeat;
	background-position: left center;
	}

#content p.pdficon {
	text-indent: 25px;
	}

#homepage #sidebar {
	width: 288px;
}

/** CLIENT LOGIN  **/

#login {
}

#login .content {
	padding-top: 20px;
	padding-left: 25px;
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.content ul{
	font-size: 12px;
}

#login li {
	margin-bottom: 13px;

}

#login label {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #5B6D74;
}

#login_priv label {
	float: left;
	width: 100px;
	margin-right: 25px;
	font-weight: bold;
	color: #5B6D74;
}

#login_priv li {
padding-bottom: 15px;
}

/*
input#firstname, input#lastname, input#username, input#password, input#email, input#pin, input#captcha  {
	width: 130px;
	height: 17px;
	padding: 4px 5px 3px 5px;
	background: #F6F6F5;
	font-size: 1.2em;
	border: 1px solid #F6F6F5;
	border-left-color: #E1DFD7;
	border-top-color: #D4D2C5;
}

input#pin, input#captcha {
	margin-top:3px;
	width: 54px;
}
*/

input#login-submit {
	margin-top: 10px;
	margin-left: 200px;
	background: url(images/homepage06.jpg) no-repeat left top;
	width: 50%;
	height: 30px;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}

#submit {
	margin: 10px 0 25px 0px;
	height: 25px;
	width: 100px;
	/*background-color: #ebebeb;
	border: 1px solid #44433B; 
	border-right-color: black;
	border-bottom-color: #ff0000;*/
	font-weight: bold;
	color: #000000;
}

#regleft #submit {
	margin: 25px 0px 25px 50px;
}

input#captcha {
	height: 18px;
	width: 70px;
	font-size: 1.2em;
	}

#private img {
	vertical-align: middle;
	height:23px;
	width: 80px;
	}	
	
	
/*  CSS for forms - new member sign up 	
.cssform fieldset {
	width: 600px;
	border: 1px solid black;
	
}
	

.cssform li{
	list-style: none;
	margin: 0;
	margin-top: 20px;
	height: 1%;
	clear: left;
}

.cssform label{
	font-weight: bold;
	width: 120px;
	float: left;
	}
	
label.horzlist  {	
	font-weight: bold;
	width: 120px;	
	float: none;
	text-align: left;
	display: inline;
}

.cssform input {
	width: 180px;
	margin-bottom: 5px;
	}
	
.cssform .horzlist input {
	height: 14px;
	width: 14px;
	font-weight: normal;
	float:clear;
	display: inline;
	text-align: left;
}	
	


.cssform img {
	vertical-align: middle;
	height:25px;
	width: 100px;
	}
	


.cssform textarea{
width: 250px;
height: 150px;
}
*/
/*
.submit input
{
margin-left: 100px;
margin-top: 10px;
background: url(images/homepage06.jpg) no-repeat left top;
width: 50%;
height: 25px;
border: 1px solid #44433B;
border-right-color: #2E2D28;
border-bottom-color: #272623;
font-weight: bold;
color: #FFFFFF;
}

*/
br{

}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}



#newpassword {
	width: 500px;
	margin-left: 50px;
	margin-top:  25px;
}

#newpassword label{
	float: left;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	color: #5B6D74;
}

#newpassword p {
padding-left: 105px;
padding-top: 25px;
}

input#newpass-submit {
	width: 125px;
	height: 24px;
	background: url(images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}



/*#homepage input#firstname, #homepage input#lastname,#homepage input#username,#homepage input#pin, #homepage input#password, #homepage input#email {
	width: 150px;
} */

#homepage input#pin {
	width: 50px;
}

#formup {
	width: 175px;
	height: 18px;
	padding-left: 10px;	
	font-size: 1.2em;
}

select#formup {
	width: 185px;
	height: 25px;

}
/*
#homepage select#rank  {
	width: 150px;
	height: 30px;
	font-size: 15px;
	padding: 4px 5px 3px 5px;
	background: #F6F6F5;
	border: 1px solid #F6F6F5;
	border-left-color: #E1DFD7;
	border-top-color: #D4D2C5;
	color: #000000;
}

*/

/** FOOTER */

#footer {
	width: 940px;
	height: 150px;
	background: url(images/bg05.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 80px 0px 0px 0px;
	text-align: center;
	color: #C6C4BC;
}


#footer ul	{	
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	float: none;
	margin:0;
	padding: 0px 4px 0px 7px;
	background: url(images/menu2.gif) no-repeat left center;
	display: inline;
	
	}

#footer li.first {
	background: none;
}

#footer a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a:hover{
	text-decoration: none;
	color: #ffff00;
}



#counter {
	width:50px;
	margin:0px auto;

}

#counter p {
	text-align:center;
	border: 1px dotted yellow;
	font-size: .8em;
	color: white;

}


#box4  a:hover{
	text-decoration: none;
	color: #05117c;
}

.admin li {
	float: none;
	margin:0;
	padding: 0px 10px 0px 10px;
	background: url(images/menu2.gif) no-repeat left center;
	display: inline;
	
	}

.admin li.first {
	background: none;
}


.admin a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
}
/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

#box4 li  {
	padding: 5px 0 5px 15px;
	margins: 0;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
		}

#box4 h5 {
	padding-left: 20px;
	}
	

.format_box { 
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	font-size: 12px; 
	border-left: black 1px solid; 
	border-bottom: black 1px solid; 
	font-family: Verdana, Arial, Sans-Serif; 
	background-color:#F5F5F5;
	}



/**  optional form **/
#optcalc {
	border: 1px black;
	}

 #optcalc fieldset {
		padding: 0 1em 1em 1em;
		border: 1px solid black;
		width:97%;
	}
	
#optcalc legend   {
		padding: 1em;
		font-size: 1.5em;
		font-weight: bold;
		color: #236192;
	}
	

#optcalc ul#opt_age  {
	font-size: 13px;
	}
	
#optcalc li {
	display: inline;
	margin:0;
	padding-right: 10px;
	}


	
.opt_input, .opt_select {
	width: 110px;
	padding-left: 10px;
	margin-right: 20px;
    background: #ffc;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

	
.opt_input {
	width: 75px;
	padding-left: 10px;
	margin-right: 20px;
    background: #ffc;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.opt_opt {
	width: 100%;
	background: #ffc;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
	
.opt_input:hover {
    border: 1px solid #f00;
    background: #ffffe0;
}


.opt_button {
	width: 200px;
	margin-top: 20px;
	margin-left: 150px;
	padding: 5px 10px;
    border: 1px solid #006;
    background: #236192;
	color: #ffffff;
	font-size: 1.5em;
}

.opt_button:hover {
    border: 1px solid #236192;
    background: #ffffff;
	color: #236192;
	}


#content .meeting {
	background: url(images/homepage07.gif) repeat-x left top;
	border: 3px solid black;
	padding: 10px;
	text-align: center;
	font-size: 2.5em;
	color: #ff0000;
	}	
	
	

/** TABLES */	


table.events {
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
width: 100%;
background-color: #eee;
border: 0px;
border-collapse: separate;
border-spacing: 0px;
}

table.stats {
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
width: 75%;
background-color: #eee;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
margin: 50px 0 0 15px;
}

table.stats td, table.events td {
font-size: 15px;
font-weight: normal;
color: #000;
background: url(images/homepage07.gif) repeat-x left top;
padding: 4px;
text-align: center;
border: 1px #fff solid;
}

table.events td {
text-align: left;
padding-bottom: 20px;
border-bottom: 5px groove #000;
}

.calendar td {
text-align: center;
border-bottom: 2px groove #000;
}

li.calmonth  {
	font-size: 8px;
	padding-left: 20px;
	}
	
table.events tr {
background-color: white;
color: #ffffff;
font-weight: bold;
}

 table.center, h4.center {
 	width:90%; 
	margin-left:5%; 
	margin-right:5%;
	text-align: center;
	}

 .center th {
text-align: center;
}

table.stats th {
background: url(images/homepage02.jpg) no-repeat left top;
color: #fff;
padding: 4px;
text-align: center;
border-bottom: 2px #fff solid;
font-size: 16px;
font-weight: bold;
} 

table {
border-collapse: collapse;
}

caption {
font-weight: bold;
font-size: 1.3em;
text-transform: uppercase;
padding: 0 0 5px;
color: black;
}

th {
background: url(images/homepage07.gif) 0 50% repeat-x;
text-align: left;
font-weight: bold;
color: black;
}

th, td {
border: 1px solid #c9c9c9;
font-size: 1.1em;
padding: 1px 4px;
}

tfoot {
background-color: #dddddd;
color: #555555;
}

tfoot td {
font-size: 1.0em;
text-align: center;
}

/*
tbody tr:hover td, tbody tr.over td {
background: #ffffff;
color: #000000;
font-weight: bold;
}
*/

tr  {
background-color: #eeeeee;
color: #ffffff;
font-weight: bold;
}

tr.alt  {
background-color: #ededed;
}
 
 
.firstrow {
	color: #ffffff;
	background: #3A7EB6;
	font-weight: bold;
	
	}

/* --------   Polling ------*/	
	
#poll{
	width: 800px;
	padding: 10px 10px;
	/* background: url(images/homepage07.gif) repeat-x left top; */
	font-size: 1.2em;
	}

#poll td{
	font-size: 14px;
	padding:10px 0px 10px 5px;
	}
	
#poll h2 {
	font-size: 1.2em;
	}

.brdr{
	border: 1px solid black;
	padding: 10px
}

#poll h1 {
	font-size: 1.5em;
	padding-bottom: 10px;
	}

/*#poll ul {
	padding-bottom: 30px;
	}*/

#poll li {
	list-style-type: none;
	margin-left: 25px;
	font: bold small-caps 1.1em Helvetica, Arial, "Luxi Sans", sans-serif;
	}
	
#poll p {
	font: bold small-caps 1em/1.4 Helvetica, Arial, "Luxi Sans", sans-serif;
	}
	
#poll_admin{
	float: right;
	width: 542px;
	padding: 10px 10px;
	background: url(images/homepage07.gif) repeat-x left top;
}

#poll_admin ul li {
	list-style-type: none;
	margin-left: 25px;
	padding-bottom: 15px;
	color: #222c5d;
	font: bold small-caps 1.2em/1.4 Helvetica, Arial, "Luxi Sans", sans-serif;
	}

#poll_admin li.pollist  {
	padding-top: 10px;
	font: bold small-caps 1.1em/1.4 Helvetica, Arial, "Luxi Sans", sans-serif;
	color: #000080;
	}
	
	

#content li.pollist  {
	list-style-type: none;
	padding-top: 10px;
	font: bold small-caps 1.1em/1.4 Helvetica, Arial, "Luxi Sans", sans-serif;
	color: #000080;
	}

/******   FORUMS  ********/
	
	
	

/******   FORUMS  ********/

#forum{
	width: 670px;
	float: right;
	background: url(images/homepage07.gif) repeat-x right top;
}

#forum h1{
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 1.5em;
	text-align: center;
	}

#forum h2{
	padding-top: 10px;
	margin-left: 10px;
	font-size: 1.5em;
	}

	#forum h3{
	padding:10px 0 0 0;
	margin: 0;
	font-size: 1.2em;
	color: green;
	}
	
#forum p{
	margin:	5px 20px 5px 0px;
	/* Helvetica,"Trebuchet MS", Arial,  sans-serif;
	 Verdana, Geneva, Arial, Helvetica, sans-serif ;
	 Georgia, "Times New Roman", Times, serif; 
	 Helvetica, Arial, "Luxi Sans", sans-serif;*/
	 font-size: 12px;
	/* line-spacing: 150%; */
 	 color: #000000;
		}

#forum li{
	margin: 0px 50px 5px 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-spacing: 150%;
	color: #000000;
	}

#side_forum {
	float:left;
	width:150px;
	padding:10px 15px;
	background: url(images/homepage07.gif) repeat-x left top;
	}

#forum .top {
	color: #2c6995;
	}

#forum td {
	/* border: none; */
	padding: 5px;
	}	
	
#forum hr {
	border: 1px solid #b1d7ee; 
	}

.forum_indent {
	padding: 0;
	padding-bottom: 10px;
	margin: 0px 20px;
	font: normal 1em/1.4 Verdana, Geneva, Arial, Helvetica, sans-serif ;
	color: teal;
	border-bottom: 1px solid black;
	}	

.red {
	color: #ff0000;
		}

.blue {
	color: #000080;
	font-size: 1.2em;
	}

.yellow {
	color: #ffff00;
	font-weight: bold;
	}
	
#side_forum li {
	color: #000000;
	font-weight: bold;
	padding: 0 5px 5px 5px;
	}

a.navlink:link { 
	color: #003366; 
	text-decoration: none; 
	}
	
a.navlink:visited {
	color: #003366;
	text-decoration: none;
	}
	
a.navlink:hover {
	color: #003366;
	text-decoration: underline overline;
	}

p.offset  {
			background: #e9e9e9;
			padding: 0 25px;
			}

span.user  {
			color: #2c6995;
			font: bold small-caps 1em/1.4 Tahoma, Arial, "Luxi Sans", sans-serif;
			}		

.title {  
	padding-top: 10px;
	font-size: 2em;
	text-align: center;
	}


	/** LINKS  **/
	
ul.linkboxes { display: block; overflow: hidden; margin: 10px auto; padding: 10px 0 10px 10px; width: 705px; border: 1px solid #eee; font-size:12px; }
ul.linkboxes li { display: block; width: 225px; margin-right: 10px; float: left; }
ul.linkboxes li a { display: block; border: 1px solid #ddd; background-color: #f5f5f5; text-decoration: none; padding: 10px; color: #444; }
ul.linkboxes li a:hover { border-color: #fc6; background-color: #ffc; }
ul.linkboxes li a strong { display: block; font-size: 1.5em; line-height: 1em; margin-bottom: 5px; color: #222; }
ul.linkboxes li a:hover strong { color: #f63; }
ul.linkboxes span { display: none; }



.page_border {
	border: 1px solid black;
	text-decoration: none;
	color: #000080;

}

.page_current {
	border: 2px solid red;
	text-decoration: none;
	background: blue;
	color: white;
}
	
.page_indent {
	border: 2px solid red;
	text-decoration: none;
	background: blue;
	color: white;
}
