@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:800px;
	border:0px solid #003399;
	background-image: url(regatta/yellowstripe.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#sidebar {
	position:relative;
	float:left;
	width:140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;

}



#mainContent {
	float:left;
	width:500px;
	margin-left: 25px;
	padding-bottom: 20px;
}

#mainContent2 {
	float:left;
	width:600px;
	margin-left: 20px;
}

#footer {
	clear:both;
	background-color:#00FF00;
	color:#000000;
	margin:0;
	height:2em;
	padding:5px;
}



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

#mainContent a:link {
	color: #000080;
	text-decoration:none;
}

#mainContent a:visited {
	color: #555;
	text-decoration:none;
}

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



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

#footer a:focus, #footer a:hover, #footer a:active {
	color:#000080;
	text-decoration:none;
	background-color:white;
	font-weight:bold;
}



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


img {border:none;}

p {margin:5px 10px 5px 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:10px;
}

h2 {
	font-size:140%;
	color:#00FF00;
}

h3,h4 {
	clear:both;
	margin-left:5px;
	color:#0F1176;
}

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

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

.h1style1 {color: #FF0000}

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

.albumlist {
	list-style-type: none;
	width: 40em;
	overflow: auto;

}

.albumlist li {

	float: left;

	margin: 5px;

}


.list {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:75px;
	margin-right: 10px;

}


.rolloverbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(regatta/button1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 130px;
	padding-top: 2px;
	padding-left: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
}
a.rolloverbutton:hover {
	background-image: url(regatta/button2.gif);
	color: #000000;
}

.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;
	border-color: #1D77B5;
	vertical-align:top;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
