body {
    margin: 0px auto;
    padding: 0px;
    background: #730d0d url(images/bgtop.gif) top repeat-x;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    width: 700px;
}
div, p, th, td, li, dd, dl, dt    {
    /* reundant selectors to help NS4 not forget */
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

p {
	line-height: 16px;
}

dt, li {
	margin-top: 5px;
}

dd {
	margin-top: 2px;
}

h1 {
    color: #730d0d;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #730d0d;
	padding-bottom: 2px;
}
h2 {
    color: #730d0d;
	font-size: 14px;
	font-weight: bold;
	border-bottom: dotted 1px #730d0d;
	padding-bottom: 2px;

}
h3 {
	color: #730d0d;
	font-size: 12px;
	font-weight: bold;
}

#content {
	background: url(images/contentbg.gif) top left repeat-y;
	width: 650px;
	padding: 10px 24px;
}

#content a {
    color: #730d0d;
	text-decoration: none;
    border-bottom: dashed 1px #8f0000;
	text-transform: uppercase;
}
#content a:hover {
    color: #8f0000;
	text-decoration: none;
    border-bottom: solid 1px #8f0000;
	text-transform: uppercase;
}

#content a.imagelink { border-bottom: 0px; }
#content a.imagelink:hover { border-bottom: 0px; }

.first {
	padding-top: 0px;
	margin-top: 0px;
}

#head {
	background: url(images/head.jpg);
	width: 700px;
	height: 183px;
}

#nav {
	background: url(images/navbg.gif) top left no-repeat;
	width: 700px;
	height: 25px;
	padding: 11px 0px 0px 0px;
	color: #ffffff;
	font-weight: medium;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
}

#nav a {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	color: white;
	text-decoration: underline;
}

#foot {
	background: url(images/footbg.gif) top left no-repeat;
	width: 650px;
	padding: 20px 25px 0px 25px;
	height: 25px;
	font-size: 9px;
	text-align: center;
	color: #ffffff;
}
	
#foot a {
	color: orange;
	text-decoration: none;
}

#foot a:hover {
	color: orange;
	text-decoration: underline;
}

.button {
	float: left;
	width: 125px;
	height: 145px;
	margin-right: 6px;	
}

.last_button {
	float: left;
	width: 125px;
	height: 145px;
}

p.quote {
	padding-left: 50px;
	padding-right: 50px;
	color: #404040;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;
}
