body {
	background: #FFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html {
	height: 101%;
}
p.green {
	color:#009900
}
#container {
	width: 749px;
	margin: 0px auto;
	background: #FFF;
	border: 2px solid #060;
}
#header {
	height: 117px;
	background: #FFF;
	padding: 10px;
}
#sno_logo {
	background: url(../images/sno_logo.gif);
	background-repeat: no-repeat;
	width: 173px;
	height: 95px;
	float: right;
}
#banner_top {
	width: 272px;
	height: 63px;
	background: url(../images/nav_top.jpg);
	background-repeat: no-repeat;
}
#banner_middle {
	height: 120px;
	background: url(../images/nav_middle.jpg);
	background-repeat: no-repeat;
}
#banner_bottom {
	background-image: url(../images/nav_bottom.jpg);
	background-repeat: no-repeat;
	height: 122px;
}
dl#menu {
	position: relative;
	margin: 0px;
}
dt.button {
	display: block;
	float: left;
	text-align: center;
}
dt.button a {
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	width: 100px;
	background: #090;
	border: 2px outset #6C3;
	width: 103px
}
dt.button a:hover {
	background: #cfc;
	border-color: #090;
	color: #090
}
#content {
	height: 300px;
	min-height: 300px;
	padding: 10px;
	background-color: #fff;
}
/* home */

#about {
	width: 420px;
	float: left;
}
#about p {
	line-height: 1.5em;
}
#contact_details {
	width: 270px;
	float: right;
	position: relative;
}
#contact_details .large {
	color: #006633;
	font-size: 24px;
	font-weight: bold;
	text-indent: 15px;
}
#contact_details .medium {
	color: #006633;
	font-weight: bold;
	font-size: 16px;
}
#contact_details .small {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -0.06em;
}
/* not index */

#header-notmain {
	height: 95px;
	padding: 10px;
	background-color: #FFF;
}
#header-notmain h1 {
	margin-top: 22px;
	font-size: 24px;
	color: #090;
}
#content-notmain {
	padding: 10px;
	background-color: #cfc;
	clear: both;
}
#content-notmain h2 {
	font-size: 20px;
	color: #090;
	text-align: center;
}
#content-notmain h3 {
	font-size: 14px;
	color: #090;
	text-align: center;
}
/* Subpages */

table {
	background-color: #fff;
	margin: auto;
	border: 1px solid #060;
}
table p {
	margin: 0px;
}
td {
	vertical-align: top;
}
td.box {
	border: 1px solid #090;
	vertical-align: middle;
	text-align: center;
}
td.new {
	background-color: #cfc;
	vertical-align: top;
}
td.boxnoborder {
	vertical-align: middle;
	text-align: center;
	padding: 10px 20px;
}
td.boxcustom {
	padding-top:10px
}
strong {
	color: #060;
}
ul {
	list-style: square;
	padding-left: 1.5em;
	margin-left: 0px;
}
h3 {
	color: #060
}
p.pagelinktop {
	text-align: center;
	color: #060;
}
p.pagelinktop a:link, p.pagelinktop a:visited, p.pagelinktop a:hover, p.pagelinktop a:active {
	color: #060;
}
