@charset "utf-8";
/* CSS Document */
/**************** General rules *********************/



*, html{font-size:100.01%;	margin:0;	padding:0;	}



body {
	height:101%;
	font-size:100.01%;
	padding: 0;
	line-height:100%;
	margin: 0;
	font-family: "MS Sans Serif", Arial, verdana;
	color: #000;
	text-align: center;
}





/***************** Page Sections *********************/



#container {
	margin:0 auto;
	text-align:left;
	font-size:90%;
	overflow:hidden;
	width:750px;
	background-image: url(elements/background.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: thin solid #CC3333;
}
#menutable {
	background-color: #FFFFFF;
	width: 100%;
}




#header {
	margin-bottom: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}




#sidebar {
	position:relative;
	float:left;
	width:115px;
	color: #000000;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebarright {
	position:relative;
	float:right;
	width:115px;
	color: #000000;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}





#mainContent {
	float:left;
	width:480px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#officers {
	margin-bottom: 10px;
	border: thin dotted #000000;
	padding-left: 5px;
}

.title {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	margin: 10px;
}




#footer {
	clear:both;
	background-color:#66FF99;
	color:#000000;
	height:2em;
	padding:5px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.date {
	font-size: xx-small;
	font-style: normal;
	margin-top: 30px;

}



/**************** General Links ***********************************/









/****************** General Stuff *******************/





img {border:none;}



p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
}



.center {text-align:center;margin-top:5px;}



.left {float:left;width:30%;text-align:left;margin-left:10px;}



.right {float:right;width:60%;text-align:right;margin-right:10px;}







/**************** Headings ************************/



h1 {
	font-size:120%;
	color:#000000;
	margin:2px;
}



h2 {
	font-size:120%;
	color:#000000;
	padding-left: 2px;

}



h3,h4 {
	clear:both;
	margin-left:5px;
	color:#000000;

}



h5 {
	font-size:100.01%;
	font-style:italic;
	font-weight:normal;
	clear:both;
	margin: 5px;
}



h6 {font-size:95%;font-style:normal;clear:both;margin:0px;}



.h1style1 {
	color: #FFFFFF;
}



/***************** Lists ****************************/



.albumlist {
	list-style-type: none;
	width: 33em;
	overflow: auto;
	margin-bottom: 20px;



}



.albumlist li {



	float: left;



	margin: 5px;



}





.list {

	margin-top:10px;

	margin-bottom:10px;

	margin-left:75px;

	margin-right: 10px;



}



.imageleft {

	margin-top: 5px;

	margin-right: 5px;

	margin-bottom: 5px;

	margin-left: 0px;

}

.imageright {

	margin-top: 5px;

	margin-right: 0px;

	margin-bottom: 5px;

	margin-left: 5px;

}


.strikethrough {
	text-decoration: line-through;
}
.table {
	margin-top: 20px;
	margin-bottom: 20px;
}
