body {
	margin: 0;
	padding: 0;
	background: #fff;
	background: url(page_bg_lrg.jpg) repeat-x center top;
}

body,div,input,textarea,select {
	font-family: 'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #292929;
}

input {
	font-family: arial;
}

a,a:link,a:visited {
	color: #99a177;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #99a177;
	text-decoration: underline;
}

.ErrorContainer {
	background: url(alert.gif) no-repeat top left #FFEDEF;
	border-top: 1px solid #FFC2CA;
	border-bottom: 1px solid #FFC2CA;
	padding: 10px 9px 9px 9px;
	color: #c00;
	margin: 0 6px 0 6px;
}

.ErrorTitle {
	font-weight: bold;
	color: #c00;
	font-size: 12px;
	margin-bottom: 6px;
	padding-left: 18px;
}

.Error {
	color: #c00;
	font-size: 12px;
}

#SiteContainer {
	width: 850px;
	height: auto;
	min-height: 400px;
	margin: 0 auto;
	text-align: left;
}

.SiteContainer,.Foot {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	width: 850px;
	height: 136px;
	background: #f8f5e4 url(http://forums.emorycfde.com/images/header_bg.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 0;
}

#HomeLink {
	color: #84282e;
	width: 130px;
	height: 30px;
	float: left;
	margin: 8px 20px 0 400px;
	display: inline;
	font: 11px/11px Verdana, Helvetica, Arial, "Sans Serif";
	text-align: center;
}

#HomeLink a, #Session a {
	color: #5d709f;
	text-decoration: none;
}

#HomeLink a:hover, #Session a:hover {
	color: #000;
}

#topnav {
	width: 850px;
	height: 53px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.SignIn {
	width: 280px;
}

.PasswordRequest {
	width: 500px;
}

.PasswordRequest .PageTitle {
	width: 492px;
}

.SignOut {
	width: 400px;
}

.Apply {
	width: 580px;
}

.PasswordReset {
	width: 550px;
}

h1 {
	text-align: center;
	background: url('loginbg.jpg') no-repeat top center;
	padding: 4px 0 4px 0;
	margin: 60px auto 30px auto;
	width: 600px;
}

h1,h1 a {
	font-size: 20px;
	font-weight: bold;
	color: #334218;
	text-decoration: none;
}

h1 strong {
	font-weight: normal;
	color: orange;
}

.About {
	margin: 0 auto;
	width: 500px;
	padding-bottom: 25px;
}

.About h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
	color: #292929;
}

.About p {
	margin: 0 0 0 10px;
	padding: 2px 0 6px 0;
	color: #000;
	line-height: 150%;
}

.About p strong {
	font-weight: normal;
	text-decoration: underline;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0 6px 6px 6px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	color: #292929;
}

fieldset p {
	margin: 0;
	padding: 0 2px 8px 2px;
	color: #333;
}

#Form form {
	background: #fff;
	margin: 0 auto;
	padding: 6px 1px 36px 6px;
	width: 300px;
}

#Form ul,#Form ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Form ul li {
	padding-bottom: 6px;
}

#Form label {
	text-align: right;
	display: block;
	width: 30%;
	float: left;
	margin-right: 8px;
	color: #292929;
}

#Form input {
	width: 50%;
}

#Form .Submit {
	clear: left;
	padding: 6px 0 0 88px;
	text-align: left;
}

#Form .Button {
	width: auto;
	cursor: pointer;
	margin-left: -40px;
}

#Form.SignInForm fieldset {
	padding: 0 6px 0 6px;
}

#Form.SignInForm .Submit {
	padding: 6px 0 0 0;
	clear: left;
	text-align: center;
}

#Form #RememberMe label {
	width: auto;
	padding-left: 95px;
	text-align: left;
	font-size: 12px;
}

#Form #RememberMe input {
	width: auto;
}

#SiteContainer ul {
	margin: 0 auto;	
}

.MembershipOptionLinks {
	background: #fff;
	margin: 0 auto;
	padding: 6px 1px 6px 6px;
	width: 300px;
}

.MembershipOptionLinks li {
	width: 132px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.MembershipOptionLinks a,.MembershipOptionLinks a:link,.MembershipOptionLinks a:visited {
	display: block;
	background: #fff;
	color: #99a177;
	text-decoration: none;
	text-align: center;
	padding: 3px 0 3px 0;
	font-size: 12px;
}

.MembershipOptionLinks a:hover {
	text-decoration: underline;
}

.ForgotPasswordLink {
	position: absolute;
	z-index: 100;
}

.ApplyForMembershipLink {
	padding-left: 136px!important;
}

.PasswordRequestForm .ErrorContainer {
	margin: 0;
}

.PasswordRequest .About {
	width: 234px;
}

.PasswordRequestForm {
	width: 500px;
	margin: 0 auto;
}

#Form.ApplyForm {
	width: 500px;
	margin: 0 auto;
}

.ApplyForm .ErrorContainer {
	margin: 0;
}

div.Apply #Form {
	height: 300px;
}

html>body div.Apply #Form {
	min-height: 322px;
	height: auto;
}

#Form.ApplyForm .Submit {
	padding-left: 104px;
}

#Form.ApplyForm label {
	width: 98px;
}

#Form.ApplyForm input {
	width: 156px;
}

#Form.ApplyForm .Submit input {
	width: auto!important;
}

#TermsOfServiceCheckBox input {
	width: auto!important;
}

#TermsOfServiceCheckBox {
	font-size: 12px;
	color: #000;
}

#TermsOfServiceCheckBox a {
	text-decoration: none;
}

#TermsOfServiceCheckBox a:hover {
	text-decoration: underline;
}

#Form.PasswordResetForm .ErrorContainer {
	margin: 0;
}

#Form.PasswordResetForm .Submit {
	padding-left: 100px;
}

.PasswordReset .About {
	width: 254px;
}

.PasswordResetForm {
	padding: 0 0 0 267px;
}

.FormComplete {
	padding: 8px 16px 16px 16px;
	width: 500px;
	margin: 0 auto;
}

.FormComplete h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
	color: #000;
}

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

.FormComplete ul li {
	margin: 0;
	padding: 0;
	color: #000;
}

.FormComplete ul li strong {
	font-weight: normal;
	color: #e00;
}

#SignOutForm div.Submit {
	text-align: center;
	margin-top: 10px;
}

.Foot {
	color: #ccc;
	text-align: center;
	font-size: 10px;
}

.Foot a {
	color: #ccc;
}

.Foot a:hover {
	color: #aaa;
	background: none;
}