/* all public pages css */

body{
	font-size: 12px;
	font-family: arial;
	padding: 0 15px 15px 15px;
	}

a {
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}
h3 {
	margin-bottom: 2px;
	}

p.errorBox{
	font-size: 16px;
	color: #ff2222;
	border: 1px solid #000000;
	background: #ffffcc;
	width: 400px;
	padding: 3px 10px 3px 10px;
	text-align: center;
}


div#login-module {
	margin-left: 50px;
	}
	div#login-module fieldset{
		margin-top: 10px;
		width: 280px;
		border: 1px solid #000000;
		background: #EEEEEE;
		}
	div#login-module label{
		float: left;
		padding-top: 7px;
		height: 18px;
		display: block;
		width: 80px;
		text-align: right;
		margin-right: 4px;
		}	
	div#login-module input.textFields{
		height: 16px;
		margin-top: 6px;
		margin-bottom: 2px;
		width: 160px;
		}
	div#login-module input.btn_enter{
		clear: both;
		height: 22px;
		width: 75px;
		margin-top: 6px;
		margin-bottom: 10px;
		margin-left: 90px;
		}
a.login_action{
	margin-left: 20px;
	size: 10px;
	margin-bottom: 10px;
	}

div.instructions{
	margin-left: 20px;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

div.news{
	margin-left: 20px;
	width: 500px;
	}
	
div.site_nav{
	float: left;
	width: 780px;
	}
div.forum_nav{
	float: left;
	width: 380px;
	}
div.right_nav{
	float: right;
	width: 380px;
	}
	
div.clearer{
	height: 1px;
	clear: both;
	}
p.backlink {margin-left: 20px; }
	
div.spellDisplay{
	width: 350px;
	font-size: 12px;
	margin-bottom: 30px;
	margin-left: 20px;}

	div.spellDisplay h4{
		font-size: 13px; font-weight: bold; margin-bottom: 3px;} 
	div.spellDisplay span.sd_school{ font-size: 12px;}
	div.spellDisplay span.sd_descriptors{ font-size: 12px; font-style: italic;}
	div.spellDisplay span.sd_label{ font-weight: bold;}
	div.spellDisplay div.sd_desc{ margin-top: 8px;}
		div.spellDisplay div.sd_desc br {line-height: 6px;}
span.source { font-weight: normal; }	



