/* CSS Document */
/* Home Page Formatting */
/*
	author: bdpoty
	last modified: 8/2007 by BJM (bdkmill)
*/

body {
	color: #000000;
/*	background-color: #6699cc; */
 	background: #6699cc url(http://www.abo.ny.gov/graphics/bkgrnd800.gif) repeat-y center;
	padding-top: 0px;
	width: 960px;
	margin: 0 auto; 
	left: 20px; 
}

/* ie 5.5 center content box hack part 2 -- this div is unnecessary otherwise*/
#wrapper {	
	position:relative;
	text-align: left;
	width: 960px;
	margin-left:auto;
	height:auto;
}

a {
/*	text-decoration: none; */
	font-weight: normal;
}

a:visited {
	font-weight: normal;
/*	text-decoration: none; */
	/* color: #314E9B; */
	/* note: the above color (#314E9B) was originally specified inline */
	color: #660033; 
}

.question {
	color:#000066;
	font-style:italic;
}

/* layout rules */
#header {
	position:relative;
	margin-left: 30px;
	width:900px;
	background-color:#FFFFFF;
} 
	
#main { 
	position: relative;
	margin-top: 12px;	
	font-size: 80%;
	background-color:#FFFFFF;
}

#inside {
	position:relative;
	margin-left:30px;
	width: 900px;
	background-color:#FFFFFF;
	padding-bottom:100px;
	margin-bottom:-100px; 
}

#footer {
	padding: .5em;
	position:relative;
	text-align: center;
	visibility:visible;
}

/* CSS Document formatting search form*/
form.search {
	padding: 3px;
	margin-top: .5em;
}

form.search input{
	vertical-align: middle;
	margin: 2px;
}
