/* ------------------------------------------------------------

Title:    Nellie Stone Johnson and Scholarship Web Site for print
Author:   ASI Communications, Email: info@a-s-i.com, Web site: http://www.a-s-i.com
Updated:  11/20/06

------------------------------------------------------------ */

/* ------------------------------------------------------------
Layout
------------------------------------------------------------ */

body {
	background: none;
	margin:.5in .75in;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background:#fff;
}

/* ------------------------------------------------------------
Default Setting
------------------------------------------------------------ */
a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

img {
	border: none;
}

/* ------------------------------------------------------------
Header
------------------------------------------------------------ */
#header h1 {
	font-size: 30pt;
}

#header h2 {
	font-size: 12pt;
}

/* ------------------------------------------------------------
Menu
------------------------------------------------------------ */

#menu ul {
	display: none;
}

/* ------------------------------------------------------------
Content
------------------------------------------------------------ */

#content h1, h2 {
	font-size: 21pt;
	font-weight: normal;
	letter-spacing: -1pt;
}

#content h2 {
	font-size: 18pt;
}

/* dl dt dd */
#content dl {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content dt {
	float:left;
	clear: both;
	width: 40%;
	font-weight: bold;
}

#content dd {
	float: left;
	margin: 0;
	padding: 0;
	width: 60%;
}


/* Contact Form */
#content form fieldset {
	width: 400px;
	padding-bottom: 25px;
	background-color: #dcd1b3;
	border: 3px dotted #eae4ca;
}

#content form legend {
	display: none;
}

#content form p{
	width: 294px;
	clear: left;
	margin: 0;
	padding: 10px 0 10px 110px;
	
}

#content form p.line {
	border-top: 1px solid #eae4ca;
}

#content form label{
	font-weight: bold;
	float: left;
	margin-left: -100px;
	width: 100px;
}

#content form input {
	width: 180px;
	background: #f9f7ef;
	border: 1px dotted #666;	
}

#content form textarea{
	width: 250px;
	height: 150px;
	background: #f9f7ef;
	border: 1px dotted #666;
	overflow: auto;
}

#content form input.submit {
	float: right;
	width: 50px;
	margin: 0 45px 0 0;
}

/* ------------------------------------------------------------
Footer
------------------------------------------------------------ */

#footerInner {
	font-size: 10pt;
}

#footerInner img {
	display: none;
}
