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

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #630;
}

h1, h2, h3, h4, h5, h6  {
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: center;
}

p  {
	padding-right: 20px;
	padding-left: 20px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: left;
}

#wrapper {
	width: 984px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFC;
}

#topline {
	float: right;
	padding-right: 75px;
}


#header {
	background: #5e781d;
	width: 984px;
	height: 130px;
	clear: both;
}

#leftlogo {
	padding-left: 40px;
	padding-top: 10px;
}

#centername {
	padding-top: 10px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;

}

#rightlogo {
	padding-right: 40px;
	padding-top: 10px;
}

#menu {
	background: #9e612b;
	width: 180px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#mbr_menu {
	background: #9e612b;
	width:180px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#content {
	background: #c2b179;
	min-height: 660px;
	width: 744px;
	float: right;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#photodiv {
	clear: both;
	float: left;
	margin-left: auto;
	width: 100%;
	display: block;
	height: 300px;
} 	

#photoimage  {
	margin: auto;
	display: block;
	max-height: 250px;
	padding-bottom: 25px;
}

#contentList {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#login label {
	width:75px;
	float:left;
}
#login input, textarea, select {
	display:block;
}
#login input[type="text"], input[type="password"] {
	width:200px;
}
#login input[type="submit"] {
	margin-left:75px;
	display:inline;
}
#login form {
	width:550px;
	display: block;
	border: medium solid #000;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
.warning {
	font-weight:bold;
	color:#F00;
	text-align: center;
}

#update label {
	width:100px;
	float:left;
}

#update input[type="text"] {
	width: 225px;

}
#update form {
	width:550px;
	display: block;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar {
	background: #9e612b;
	height: 100%;
	width: 176px;
	clear: left;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #FFF;
	border: 2px solid #000;
}

#sidebar p {
	color: #FFF;
	text-align: center;
}

#sidebar h3 {
	color: #FFF;
	text-align: center;
}

#footer {
	background: #5e781d;
	height: 75px;
	width: 982px;
	clear: both;
	border: thin solid #5e781d;
}

#footer p {
	text-align: center;
	padding: 0px;
}
