/* =================== MAIN STYLESHEET =================== */

body {
	margin:0;
	padding:0;
	font-family:ITC Stone Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:url(images/ajssgrad3.gif) repeat-x #93ABDB;
}

a:link, a:visited { color:#0000ff; }
a:hover { color: #ff0000; }

/* ======== NAMED STYLE's ======== */

#container {
	margin:0 auto;
	width:760px;
  background:#fff;
}

#content { padding:5px 20px 0 5px; }

	#content h2 {
		margin:1em 0 0 0;
		padding:0;
		color:#000093;
		font-size:16px;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	#content h2.green { color:#677e38 }
	
	#content p, p.home {
		font-family:ITC Stone Sans, Verdana, Arial, Helvetica, sans-serif;
		margin:0;
		padding-top:0;
	}
	
	#content p.home { font-size:12pt; text-align:justify; }

	#content #right { 
		float:right;
		width:200px;
		margin-top:2em;
	}
	#content #left { 
		float:left;
		width:510px;
		bgcolor:FFFFFF;
	}
	
#quote {
	background:url(images/bg_quote.gif) repeat-y right;
	height:55px;
	text-align:right;
	font-style:italic;
	padding:0px 0px 0 0;
}

#quote span.home { font-size:12pt; }

#footer {
	background:#E2E9D9;
	text-align:center;
	margin-top:2em;
}

#asaabug { 
	margin:0 auto; 
	padding:1em;
	cursor:pointer;
	border-top:1px dashed #eaeaea;
	border-bottom:1px dashed #eaeaea;
	text-align:center;
	font-size:10px;
}
#asaabug a:link, #asaabug a:visited { 
	color:#2079aa;
	text-decoration:none;
	cursor:pointer; 
}

.subhead { margin:1em 0 1em 0; }
