@import url(calendar.css);

@import url(footer.css);

@import url(logo.css);

@import url(menu.css);

@import url(post.css);

@import url(sidebar.css);

@import url(search.css);

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../../images/img012.gif) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h2 {
	font-weight: normal;
	letter-spacing: -1px;
	color: #000000;
	font-size: 1.82em;
}

h3 {
	color: #F12B00;
	text-transform:uppercase;
	font-variant: small-caps;
}

p, ol, ul {
	line-height: normal;
	list-style-position: outside;
}

a {
	color: #F12B00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 700px;
	height: 145px;
	margin: 0px auto;
}

/* Page */

#wrapper {
}

#page {
	width: 700px;
	margin: 0px auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 450px;
	text-align: justify;
}

#picture {
 padding: 10px !important;
}

#picture a.img {
	text-decoration: none !important;
	}

#officers td{
 padding: 0 0 0 10px;
 font: small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 width: auto;
}

table{
	text-align: left;
	padding: 5px;
}

td{
	padding: 5px;
}

.hilite{
 font-weight: bold;
 color: #F12B00;
}

#president p:first-letter{
	font: bolder xx-large;
	color: #2680BA;
 }

table .h1{
	font-size: normal;
	color: red;
}