body {
	margin: 10px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal 10pt "Trebuchet MS",  "Times New Roman", Arial, Helvetica, sans-serif;
	color: #857267;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1{
	font-size:22pt;
}
h2 {
	letter-spacing: -2px;
	font-size: 18pt;
}



h3{
	font-size: 14pt;
}
/* #457EE9 */
a {
	color: #142778;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	font-style: italic;
}

.entry p{
	text-indent:20px;
	margin:10px 0 10px 0;
}

/* Header */

#header {
	width: 800px;
	height: 140px;
	margin: 0 auto 20px auto;
	background: #4D7ACF url(images/rc33_r.jpg) no-repeat;
}

#header * {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -2px;
	font-size: 30pt;
	text-transform: uppercase;
}

#header h2 {
	float: left;
	padding: 100px 0 0 10px;
	font-size: 10pt;
	font-weight: bold;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
}



/* Side bar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li li {
	
	padding: 7px 5px 7px 20px;
	background: #FFFFFF url(images/img3.gif) repeat-x;
	font-size:10pt;
	text-transform: capitalize;
}

#sidebar h2 {
	height: 30px;
	padding: 5px 0 0 10px;
	background: #142778 url(images/img2.gif) repeat-x;
	letter-spacing: normal;
	font-size: 15pt;
	line-height:22px;
	font-weight: bold;
	color: #FFFFFF;
	font-family:"Times New Roman", Arial, Helvetica, sans-serif;
	text-transform: capitalize;

}

#sidebar a {
	font-weight:bold;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar form {
	margin: 0;
	padding: 20px 10px;
}

#sidebar #textfield1 {
	width: 170px;
	border: 1px solid #142778;
}

#sidebar #submit1 {
	display: none;
}


/* Main container */

#maincon {
	float: right;
	width: 600px;
}

#maincon h2{
	font-size:18pt;
	font-weight:bold;
	font-family:"Times New Roman", Arial, Helvetica, sans-serif;
}
#maincon .post {

	border-bottom:dashed 1px #888888; 
	margin-top:5px;
	margin-bottom:20px;
}

#maincon .title {
}

#maincon small {
	border-top: 1px solid #142778;
	font-size: 8pt;
	display:block;
}

#maincon .entry {
	padding: 0 0 0 0;
	text-align: justify;
	font-size:10pt;

}

#maincon .postmetadata {
	margin: 10px 0 20px 0;
	padding: 5px 10px;
	background: #FFFFFF url(images/img3.gif) repeat-x;
	border-top: 1px solid #142778;
	font-size: 8pt;
}

#maincon .postmetadata p {
	margin: 0;
	padding: 0;
}

/* Footer */

#footer {
	width: 800px;
	height: 26px;
	margin: 0 auto;
	padding: 10px 0 0 10px;
	background: #142778 url(images/img2.gif) repeat-x;
	letter-spacing: normal;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

#footer p {
	margin: 0;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

.postmetadata {
	text-align: right;
}

.entry .postmetadata {
	text-align: left;
	
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Tahoma,'Lucida Grande', Verdana, "Times New Roman", Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Tahoma,Verdana, "Times New Roman", Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



code {
	font: 1.1em 'Courier New', Tahoma,Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 9pt;
	letter-spacing: 7pt;
	}

	#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 13pt 'Lucida Grande', Tahoma, Verdana, "Times New Roman", Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

h2.pagetitle {
	
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}


.right{
	text-align:right;
}


.left{
	text-align:left;
}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


.block_title{
color: #142778;
}

.block_list{
	
}

.block_list{
	margin: 0 0 20px 0;
	padding: 0px 0 5px 0;
	border-bottom: 1px dotted #CAD4DF;
}

.newslistdate{
	margin-right: 5px;
	padding: 0;
	font-size: 11px;
	padding-right:0px;
	font-family:  "Trebuchet MS",Tahoma, "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

.block_list ul{
	margin:10px 0px 5px 30px;
	padding:0px;
}
.block_list ul li{
	margin:0;
	font-size:11pt;
	color:#9999FF;
}

.block_list a:hover{
	text-decoration: underline;
	color: #385B88;
}
/* #EA672E */
.block_list a{
	color: #EA672E;
	text-decoration:none;
}

.block_li{
	border-bottom: 1px dashed #CAD4DF;
	padding-bottom:5px;
	
}

#maincon h2{
	color:#142778!important;
}

#maincon h3 a{
	color: #EA672E;
	text-decoration:none;
}

#maincon h3 a:hover {
	color: #EA672E;
	text-decoration:none;
}

.single_poll{
	padding:5px;
	margin-top:10px;
	border:1px dashed blue;
}

.poll_page{
	font-size:11pt;
}
.green{
	color:green;
}

.red{
	color:red;
}

.navy{
	color:navy;
}

.xoxo {
	
}

.div_member_list{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:10px;
	
}
.div_member{
	padding:0px;
	padding-left:5px;

	border:1px solid white;
}
.div_member_info{
	display:none;
	
	
}

.s_member_info{
	padding:5px;
	margin-bottom:5px;

	border:1px dashed gray;
}

.member_load{
	text-align:center;
	padding:20px;
	margin-bottom:10px;
	display:none;
}

.div_member_search{
	padding-top:10px;
	padding-bottom:10px;
}

.member_list_title{
	padding-left:5px;
}

.navy{
	color:navy;
}

.edit_member{
	margin:10px;
	padding:5px;
	border:1px dashed gray;
}

.div_add_member{
	padding:5px;
	background: #eeeeee;
	border-top:1px solid navy;
}