body {
	background: url(images/bg.gif) #FFFEE3 ;
	background-repeat: repeat-y ;
	margin: 0px ;
	margin-bottom: 10px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
}

h1 {
	font-size: 21px ;
	font-family: verdana ;
	text-align: center ;
	font-weight: bold ;
	margin-top: 0px ;
	background: #EA3232 ;
	border: 1px solid #000000 ;
	padding: 3px ;
	color: #ffffff ;
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

h3 {
	font-size: 12px ;
	font-weight: bold ;
}

td {
	vertical-align: top ;
	font-size: 12px ;
}

#nav {
	position: absolute ;
	top: 173px ;
	width: 150px ;
	padding-bottom: 15px ;
}
#holder {
	width: 760px ;
}

#topbar {
	padding: 3px ;
	text-align: center ;
	background: #46A4CC ;
	font-weight: bold ;
	color: #ffffff ;
	border-top: 1px solid #000000 ;
	border-bottom: 1px solid #000000 ;
}

#content {
	padding: 15px ;
	margin-left: 151px ;
}

a:link {
	color: #35884A ;
}

a:active, a:visited {
	color: #999999 ;
}

a:hover {
	color: #247390 ;
}

input, select {
	font-size: 12px ;
	font-family: arial, sans-serif ;
	border: 1px solid #000000 ;
	padding: 1px ;
}