/*	CSS 2.1 style sheet for aaplac.org
	Written by:		Soren M Peterson (webmaster@aaplac.org)
	Last revised:	6 October 2007
*/


#main {
	width: 700px;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
}


#logo {
	position: fixed;
	width: 210px;
	height: 110px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 5px;
	background-color: #fff;
	border: none;
}


#banner {
	position: fixed;
	width: 490px;
	height: 25px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 210px;
	margin: 0;
	padding: 5px;
	font-size: 0.8em;
	color: #060;
	background-color: #fff;
	text-align: center;
	vertical-align: top;
	border: none;
}


#header {
	position: fixed;
	width: 490px;
	height: 80px;
	top: 25px;
	right: 0;
	bottom: 110px;
	left: 210px;
	margin: 0;
	padding: 10px 5px 5px 5px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	border: none;
}


#menu {
	position: fixed;
	width: 100px;
	top: 110px;
	right: 0;
	bottom: auto;
	left: 10px;
	font-size: 0.9em;
	margin: 0 10px 10px 0;
	padding: 0 5px 0 5px;
	background-color: #fff;
	border: none;
}


#content {
	float: none;
	width: 570px;
	margin-top: 120px;
	margin-left: 130px;
	padding: 0;
	border: none;
}


#sidebar {
	float: right;
	width: 175px;
	font-size: 0.9em;
	margin: 5px 0 5px 10px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid #060;
}


#footer {
	width: 570px;
	height: auto;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 130px;
	font-size: 0.8em;
	text-align: center;
	vertical-align: top;
	color: gray;
	border: none;
}


body {
	color: #000;
	background-color: #fff;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
}


h1, h2, h3, h4, h5, h6, dt {
	color: #060;
	font-weight: bold;
}


a:link {	
	text-decoration: none;
	font-weight: bold;
	color: #a30;
}
		
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #996;
}	
		
a:active	{	
	text-decoration: none;
	font-weight: bold;
	color: #f00;
	background-color: #ff0;
}	
		
a:hover	{
	text-decoration: underline;
	color: #f00;
	background: #ff9;
}	
		
a.offsite {
	text-decoration: none;
	font-weight: normal;
	color: #c30;
}


em i { font-style: italic; }

strong b { font-weight: bold; }


acronym {
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

hr {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	height: 1px;
	visibility: visible;
}

ol li { list-style-type: decimal; }
ol ol li { list-style-type:	lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }

pre { font-family: "Courier New", Courier, monospace; }

.center { text-align: center; }

.intro { font-style: italic; }

.source { font-style: normal; }

.small {font-size: 0.9em; }

.warning {
	font-weight: bold;
	background-color: yellow;
}