#main {
	border: 2px solid #505050;
	border-left: 4px solid #505050;
	border-right: 4px solid #505050;
	margin: 10px auto 10px 30px;
	width: 700px;
	position: absolute;
	background: white;
}

body {
	margin: 0;
	padding: 0;
	background: #dddddd;
	font-family: Georgia, Palatino, serif;
	}
#content {
	float: left;
	width: 500px;
	padding: 8px;
	margin-top: 20px;
}
#nav {
	float: right;
	width: 180px;
	padding: 1px;
}
p, li, dd, dt {
	padding: 2px;
	font-size: 14px;
	}
p {
	text-indent: 1em;
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;	
}	
.box {
	margin: 20px 7px 20px;
	padding: 0px;
	}
.content {
	margin: 0px;
	padding: 0;
	border: 1px solid rgb(11,114,5);
	border-top: 1px solid rgb(251,182,0);
	background-color: #fff;
	}
.content p, .content li {
	text-align: left;
	font-size: 13px;
}	
h3.title {
	margin: 0px 1px 0px 1px;
	padding: 0 0 1px 0px;
	/*background-color: #A9F78F;*/
	background-color: rgb(251,182,0);
	color: rgb(131,14,6);
	height: 20px;
}
a {
	padding-left: 1px;
	padding-right: 1px;
	color: blue;
	text-decoration: none;
}
a:visited {
	color: rgb(11,114,5);
}
a:hover {
	background: rgb(251,182,0);
}
#content h1, h2, h3, h4  {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
}
#content h1 {
	font-size: 22px;
	padding-bottom: 2px;
	border-bottom: 2px dotted rgb(251,182,0);	
}
#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
}

#content h4 {
	font-size: 12px;
	font-weight: bold;	
}
dt {
	margin-top: 10px;
	font-weight: bold;
}
dl {
	margin-bottom: 40px;
}
.content ul {
	margin-top: 5px;
	list-style: url(images/bullet.jpg);
}
.content li {
	margin-left: -10px;
	margin-bottom: 7px;
	text-indent: 0px;
}
p.noindent {
	text-indent: 0px;
}
blockquote {
	background: #ededed;
}
blockquote p {
	text-indent: 0px;
	margin-bottom: 10px;
}
.uhj {
	text-indent: 0px;
	text-align: center;
	line-height: 28px;
	margin-bottom: 20px;
}
p.uhj:first-line {
	text-transform: uppercase;	
}