body{
	padding:0;
	margin:0;
	background-color: #acd69b;
}

body,td,p,div,span,a,li{
	font-family: arial;
	font-size: 12px;
}

a{
	text-decoration: none;
	color: #6db12f;
}
a:hover{
	text-decoration: none;
	color: #7dc13f;
}

table#frame{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #daedff;
}

#scrollbox{
	height:370px;
	overflow:auto;
	padding-right: 10px;
}

#head{
	background-image: url('header.jpg');
	height: 155px;
}
#foot{
	background-image: url('footer.jpg');
	height: 114px;
	vertical-align: top;
	text-align: right;
	padding-top: 13px;
	padding-right: 10px;
	color: #336699;
	font-size: 11px;
}


#foot a{
	color: #336699;
	font-size: 12px;
	font-weight: bold;
}

#nav{
	background-color: #336699;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 29px;
}

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

.nav-item{
	padding-top: 2px;
}

.nav-item a{
	font-weight: bold;
	color: white;
	padding: 5px 13px 4px 13px;
	font-family: arial;
	font-size: 14px;
}
.nav-hov{
	background-color: #7dc13f;
	padding-top: 2px;
}
.nav-hov a{
	font-weight: bold;
	color: white;
	padding: 5px 13px 4px 13px;
	font-family: arial;
	font-size: 14px;
}

.nav-high{
	background-color: #6db12f;
	padding-top: 2px;
}
.nav-high a{
	font-weight: bold;
	color: white;
	padding: 5px 13px 4px 13px;
	font-family: arial;
	font-size: 14px;
}

#content{
	background-color: #daedff;
	height: 400px;
	padding: 20px 15px 20px 20px;
	
}


#con{
	background-image: url('dogback.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}
#content td{
	vertical-align: top;
	color: #336699;
}

#content td img{
	border: 2px solid white;
}

#content td h1{
	font-size: 14px;
	padding:0;
	margin:0;
	margin-bottom:4px;
}

#content td h2{
	font-size: 13px;
	padding:0;
	margin:0;
	margin-bottom:4px;
}


#content td h3{
	font-size: 12px;
	padding:0;
	margin:0;
	margin-bottom:4px;
}