body {
	color: #333;
	font-family: verdana; 
	background: #777;
	background-image:url(background.gif);
	background-repeat: repeat;
}

#content {
	width: 790px;
	background: #fff;
	border: 1px solid #000; 
	padding: 10px;
}

.top
{
	background-image:url(top1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:138px;
	width:810px;
}

.bottom1
{
	background-image:url(bottom1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:94px;
	width:810px;
}

.bottom2
{
	background-image:url(bottom2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:94px;
	width:810px;
}

.bottom3
{
	background-image:url(bottom3.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:93px;
	width:810px;
}

.bottom4
{
	background-image:url(bottom4.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:94px;
	width:810px;
}

.lhs
{
	background-image:url(lhs.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:247px;
	width:77px;
}

.rhs
{
	background-image:url(rhs.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:247px;
	width:75px;
}

.middle
{
	background-image:url(middle.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:247px;
	width:638px;
}

h1 {
	text-align: center; 
	color: #333;
	font-size: 2em;
}

#footer {
	margin-top: 25px;
	border-top: 1px solid #000; 
	font-size: 0.8em;
}

a.gen_link { 
	text-decoration: none;
	font-weight: bold; 
	color: #006600;
}

a.gen_link:hover { 
	text-decoration: underline;
	font-weight: bold; 
	color: #ff0000;
}

fieldset {
	border: 1px solid #781351;
}

legend {
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
} 

input {
	font-size: 1.2em;
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

select {
	font-size: 1.2em;
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

.submit input {
	font-size: 1.5em;
	color: #fff;
	background: #ffa20f;
	border: 2px outset #d7b9c9
} 

a.nav {
	background: #FFCCFF;
	border: 1px solid #000;
	padding: 5px;
	margin: 5px;
	color: #000;
	text-decoration: none;	
}

a.nav_sel {
	background: #9999FF;
	border: 1px solid #000;
	padding: 5px;
	margin: 5px;
	color: #000;
	text-decoration: none;
}

.text
{
	font-size: 14px;
	color:#fff;
	padding-left:30px;
	padding-right:90px;
	padding-top:20px;
}

.title
{
	margin-top: 25px;
	font-weight:bold;
	padding-bottom:24px;
	color:#fff;
	font-size:18px;
}