body {
	font-family						: arial, trebuchet MS, trebuchet, arial, sans-serif;
	font-size							: small;
	background-color 			: #fff;
	color 								: #000;
	margin 								: 0px;
}

h1 {
	font-family						: arial;
	font-size 						: 16px;
	font-weight						: bold;
	margin-top 						: 10px;
	margin-bottom 				: 3px;
}

h2 {
	margin-top : 10px;
	margin-bottom : 5px;
	font-size : 13px;
}

p {
}

table {
	border-collapse 				: collapse;
}

td {
}

img {
	display 								: block;
	border 									: none;
}

img.imgright {
	float : right;
	margin-left : 20px;
}

img.imgline {
	display : inline;
	position : relative;
	top : 5px;
}

img#alignment {
	float : left;
}

a {
	color 									: #000;
	
}

a:hover {
	color 									: #9C1E8B;
}



#header {
	display : none;
}

#header img {
	
}

div#quick_menu {
	display : none;
}

div#quick_menu img{
	padding-right : 0px;
	display : inline;
}

div#banner {
	display : none;
}

#menu {
	display : none;
}

#menu a {
	text-decoration 				: none;
}

#menu a:hover {
	color 									: #9C1E8B;
}

#menu a.selected {
	color 									: #9C1E8B;
}

#menu ul {
	position 								: relative;
	right 									: 10px;
	margin-top 							: 10px;
	list-style-type 				: none;
}


#content {
}

#breadcrumb {
	display : none;
}

#breadcrumb a{
	font-size : 11px;
	color : #000;
}

/* --------------- ( homepage items ) -------------------------- */

/* --------------- ( poll ) -------------------------- */
div#pollbox {
	float : right;
	width : 175px;
	border : 1px solid #000;
	padding : 5px;
	margin-bottom : 40px;
	font-size : 11px;
}

div#pollbox form{
	margin : 0px;
	font-size : 11px;
}

div#pollbox h3{
	margin-bottom : 3px;
	margin-top : 0px;
	font-size : 11px;
	font-weight : bold;
	border-bottom : 1px solid #000;
}

div#pollbox table{
	width : 170px;
}

div#pollbox td{
	padding-top : 2px;
	padding-bottom : 2px;
}

div#pollbox td.stripe{
	border : 1px solid #ccc;
	padding : 0px;
}

input.formbutton {
}

/* --------------- ( news and activities ) -------------------------- */
div.homebox {
	float : left;
	margin-right : 30px;
}

div.homebox h2 {
	font-size : 14px;
	margin-bottom : 3px;
}

div.homebox ul {
	margin-top : 3px;
}

div.homebox li {
	margin-left : -15px;
}

table.newstable {
	width : 99%;
}

table.newstable td {
	padding-bottom : 10px !important;
	vertical-align : top;
}

div#attachment {
	display : none;
}

td.date {
	width : 75px;
}

.newstable img {
	float : right;
}

.more {
}

/* --------------- ( mailing ) -------------------------- */

div#mailing {
	display : none;
}

div#mailing form {
	margin : 0px;
}

div#mailing input {
	font-size : 11px;
}

div#mailing1 {
	float : left;
	font-size : 11px;
	border : 1px solid #9C1E8B;
	padding : 5px;
}

div#mailing1 form {
	margin : 0px;
}

div#mailing1 input {
	font-size : 11px;
}


/*----------- ( section ) ---------------------*/
ul#seclist {
	list-style-type : square;
}

ul#seclist li {
	padding-bottom : 5px;
}



/*----------- ( bulletin ) ---------------------*/
ul#bulletinlist {
	margin-top : 5px;	
}

ul#bulletinlist li{
	padding : 10px;
	font-weight : bold;
	font-size : 14px;
	
}

#bulletinlist a {
	text-decoration : underline;
}

#bulletinlist a:hover {
}

table#bulletinbest {
	float : right;
	margin-left : 20px;
	text-align : center;
	width : auto;
	border : 1px solid #000;
}

table#bulletinbest th {
	padding-bottom : 3px;
}

table#bulletinbest td {
	padding-left	: 2px;
	padding-right	: 2px;
	padding-top	: 3px;
}

table#bulletinbest a {
	text-decoration : none;
}

table#bulletinbest a:hover {
	color : #000;
}

table#bulletin {
	margin-top : 10px;
	border-collapse : collapse;
}

table#bulletin th {
	text-align : left;
	padding-bottom : 5px;
	padding-left : 7px;
	padding-right : 7px;
	border-bottom : 1px solid #000;
}

#bulletin th a:hover {
	color : #676767;
}

table#bulletin td {
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	padding-left : 7px;
	padding-right : 7px;
	padding-bottom : 3px;
}

table#bulletin tr.stripe td{
}

table#bulletin tr.stripe td a:hover{
	
}

table#bulletinform {
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 0;
	margin-right : 0;
}

table#bulletinform th {
	text-align : left;
	border-bottom : 1px solid #000;
}

table#bulletinform td {
	padding-top : 2px;
	padding-right : 5px;
	vertical-align : top;
}

.textform {
	font-family						: arial, trebuchet MS, trebuchet, arial, sans-serif;
	font-size							: small;
}

div#bulletinnav {
	font-weight : bold;
	font-size : 14px;
	color : #000;
	padding : 5px;
}

.error {
	color : #000;
	padding : 5px;
	font-weight : bold;
	text-align : center;
}

/* ------------( loginform ) ----------- */
#loginform {
	color: #fff;
	width: 250px;
	margin-top: 25px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	border: 1px dotted #999;
	text-align: right;
	padding: 10px;
}

#loginform label{
  font-weight: bold;
	color: #fff;
}

#loginform .formbutton{
  margin-top: 10px;
}

.button {
}

/* -------------- ( contact form ) ------------------ */

div#contactform table {
	width : auto;
}

div#contactform table td{
	vertical-align : top;
	padding-right : 15px;
}