@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #3A3A90;
	background-image: url(../images/body_bkgd2.jpg);
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	border: 1px 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #cc0000;
	border-bottom-color: #000000;
	border-left-color: #cc0000;
	background-color: #FFFFFF;
	background-image: url(../images/bkgrd.jpg);
	background-repeat: repeat-y;
	text-align: right;
} 

#photocontainer {
	width: 800px;
	margin: 0 auto 0 auto;
	border: 1px 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #cc0000;
	border-bottom-color: #000000;
	border-left-color: #cc0000;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
} 

#header {
	background-color: #FFF;
	text-align: center;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc0000;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
} 

#sidebar {
	float: left;
	width: 150px;
	background-color: #cc0000;
	color: #FFF;
	font-size: 10pt;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
}

#sidebar a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#sidebar a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

#sidebar a:active {
	font-weight: bold;
	color: #F5F4F0;
	text-decoration: none;
	padding-bottom: 5px;
}


#mainContent {
	margin: 0 0 0 180px;
	padding: 0 20px;
	border-right-color: #FFF;
	border-right-width: thin;
	border-right-style: none;
	text-align: left;
} 


#footer {
	padding: 0 10px 0 20px;
	background:#DDDDDD;
	font-size: 9pt;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10pt;
}

a:link {
	font-weight: normal;
	color: #03F;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #03F;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a:active {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.members {
	font-size: 12pt;
}

.photo640 {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}

.phototxt {
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
}
.small {
	font-size: 9pt;
}
.red {
	color: #F00;
}
