@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:140%;

	margin: 0;

	font-family: Arial, Helvetica, sans-serif;

	color: #000;

	text-align: center;

}





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



#container {
	margin:0 auto;
	text-align:left;
	font-size:90%;
	overflow:hidden;
	width:760px;
	background-image: url(leftstripe.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: thin solid #FF0000;
}



#header {
	margin-bottom: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-bottom-style: solid;
}



#sidebar {
	position:relative;
	float:left;
	width:140px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}







#mainContent {
	float:left;
	width:550px;
	margin-left: 25px;
	margin-bottom: 10px;

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




#footer {
	clear:both;
	background-color:#FF0000;
	color:#FFFFFF;
	height:2em;
	padding:5px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}

.date {

	font-size: 10px;

	font-style: italic;

	margin-top: 30px;

}

#sidebar h1: {color:#FFFFFF}


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



#mainContent a:link {
	color: #0033CC;
	text-decoration:none;
	font-weight: bold;
}



#mainContent a:visited {

	color: #993399;

	text-decoration:none;

}



#mainContent a:focus, #mainContent a:hover, #mainContent a:active	{
	color: white;
	background-color:#FF0000;
	text-decoration:none;

}

#sidebar a:link {
	color: #FFFFFF;
	text-decoration:none;
}



#sidebar a:visited {
	color: #00FF99;
	text-decoration:none;
}



#sidebar a:focus, #sidebar a:hover, #sidebar a:active	{
	color: #FF0000;
	background-color:#FFFFFF;
	text-decoration:none;
}




#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

}



#footer a:focus, #footer a:hover, #footer a:active {
	color:#FF0000;
	text-decoration:none;
	background-color:#FFFFFF;
	font-weight:bold;

}







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





img {border:none;}



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



.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:150%;
	color:#000000;
	margin:5px;

}



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: 45em;

	overflow: auto;



}



.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;

}



.table {

	border-collapse:collapse;

	vertical-align:top;

	border-top-color: #000080;

	border-right-color: #000080;

	border-bottom-color: #000080;

	border-left-color: #000080;

	margin: auto;

}
.strikethrough {
	text-decoration: line-through;
}
