#pagebody #pagecontent .maintitle {
	font-size: 18px;
	color: #c35515;
	width: auto;
	padding-bottom: 2px;
	border-bottom: 1px solid #cfcecf;
	margin: 0px 0px 20px 0px;
}

#pagebody #pagecontent .subtitle {
	font-size: 15px;
	color: #c35515;
	width: auto;
	padding-bottom: 2px;
	border-bottom: 1px solid #cfcecf;
	margin-bottom: 20px;
}

#pagebody #pagecontent #crumbs {
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px 0px 10px 0px;
}

#pagebody #pagecontent #crumbs a {
	text-decoration: none;
	color: #CCCCCC;
}

#pagebody #pagecontent #crumbs a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#pagebody #pagecontent .paragraph {
	margin: 0px 0px 20px 0px;
}

#pagebody #pagecontent .paragraph .leftcol {
	float: left;
}

#pagebody #pagecontent .paragraph .rightcol {
	float: right;
}

#pagebody #pagecontent .paragraph .leftcolimg {
	width: 115px;
	float: left;
}

#pagebody #pagecontent .paragraph .rightcoltxt {
	width: 400px;
	float: left;
	margin-left: 10px;
}

#pagebody #pagecontent .paragraph .album {
	width: 530px;
	height: auto;
	margin-bottom: 20px;
	float: left;
}

#pagebody #pagecontent .paragraph .album .album_entry {
	height: 54px;
}

#pagebody #pagecontent .paragraph .album .years {
	font-size: 18px;
	color: #c35515;
	width: auto;
	padding-bottom: 2px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#pagebody #pagecontent .paragraph .album .album_entry .left {
	float: left;
	width: 77px;
	height: 50px;
	margin: 5px 5px 5px 50px; 
}

#pagebody #pagecontent .paragraph .album .album_entry .right {
	float: left;
	width: 380px;
	height: 50px;
	margin: 5px;
	border-bottom: 1px gray dashed;
}

#pagebody #pagecontent #profile {
	padding: 0px 0px 0px 50px;
}

#pagebody #pagecontent .roster_map {
	text-align: right;
	margin: -20px 0px 20px 410px;
	padding-right: 20px;
	height: 20px;
	width: 100px;
	color: #CCCCCC;
	line-height: 18px;
	border-right: 1px solid #cfcecf;
	border-bottom: 1px solid #cfcecf;
	background: url(../../images/template/roster_map.jpg) right center no-repeat;
}

#pagebody #pagecontent .roster_map:hover {
	text-align: right;
	margin: -20px 0px 20px 410px;
	padding-right: 20px;
	height: 20px;
	width: 100px;
	color: #c35515;
	line-height: 18px;
	border-right: 1px solid #cfcecf;
	border-bottom: 1px solid #cfcecf;
	background: #CCCCCC url(../../images/template/roster_map.jpg) right center no-repeat;
}

#pagebody #pagecontent #profilebox #profilepic {
	float: left;
	padding: 10px 5px 10px 10px;
}

#pagebody #pagecontent #profilebox #profileinfo {
	float: left;
	width: 350px;
	padding: 10px 10px 10px 5px;
}

#roster {
	width: auto;
}

#roster .profile {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 5px 5px 0px;	
}

#email_form {
	width: 450px;
	height: 400px;
	background-color: white;
}

#email_form input.emailinput {
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #666666;
	width: 370px;
	height: auto;
	border: 1px solid #cfcecf;
	padding: 2px 10px 2px 10px;
}

#email_form textarea.emailbody {
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #666666;
	width:430px;
	height: 200px;
	border: 1px solid #cfcecf;
	padding: 10px;
}

#restricted_login {
	width: 300px;
	height: 300px;
	margin: auto;
	margin-top: 100px;
}

#restricted_login #pdp {
	width: 300px;
	height: 130px;
	margin-bottom: 10px;
}

#restricted_login #box {
	width: 230px;
	margin: auto;
}

#restricted_login #box .inputbox {
	width: 140px;
	font-size: 11px;
	color: #666666;
	height: auto;
	border: 1px solid #cfcecf;
	padding: 2px 0px 2px 2px;
}

#restricted_login #error {
	width: 200px;
	color: red;
	height: auto;
	text-align: center;
	margin: auto;
}

#message {
	width: 600px;
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

#message .maintitle {
	font-size: 18px;
	color: #c35515;
	width: auto;
	padding-bottom: 2px;
	border-bottom: 1px solid #cfcecf;
	margin: 0px 0px 20px 0px;
}

#message .paragraph {
	margin: 0px 0px 20px 0px;
}

#message table {
	width: 600px;
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	background: url("../../images/template/icon_arrow.gif") 0px 5px no-repeat;	
	padding-left: 10px;
	margin: 5px 0px 0px 10px;
}

td.selected {
	background-color: #FF9933;
}

