body {
	margin: 0 auto;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #669;
	font-size: 12px;
	}

html {
	/*min-height: 100%;*/
	height: 100%;
	margin-bottom: 1px;
}

td, p {
	font-size: 12px;
}

td.header {
	color: #336;
	border-collapse: inherit;
	background: #f2f2f2;
	padding: 10px;
	border: 1px solid #999;
}

td.listing {
	color: #336;
	border-collapse: inherit;
	background: #fff;
	padding: 10px;
	border: 1px solid #999;
}

sup { font-size: 0.5em; }

strong {
	font-weight: bold;
}

img {
	border: none;
}

#container {
	margin: 0;
	text-align: left;
	background: White url(../p/bodybg.gif) repeat-y center;
}

a, a:visited {
	text-decoration: none;
	color: #336;
}

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

#header {
	position: relative;
	width: 751px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	left: 0;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(../p/header.gif) no-repeat left;
	}

#nav {
	height: 25px;
	border-bottom: 1px solid #999;
	background-color: #f2f2f2;
	margin: 0 auto;
	padding: 0;
}

#footer {
	background-color: #FCFCFD;
	border-top: 1px solid #999;
	background: url(../p/footerbg.gif) repeat-x top;
	text-align: right;
	padding: 5px 10px;
	font-size: 11px;
}

.sidedecor {
	background-color: #669;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 7px;
}

.sidedecorb {
	background-color: #F3F4F9;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 7px;
}

.sidehead {
	background-color: #F3F4F9;
	border-bottom: 1px solid #999;
	padding: 10px;
}

.side {
	border-bottom: 1px solid #999;
	padding: 10px;
	font-size: 11px;
	color: #666;
}

.side a {
	font-size: 11px;
	text-decoration: none;
	color: #669;
	padding-right: 20px;
	background: url(../p/more.gif) no-repeat right;
}

.side a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #669;
	padding-right: 20px;
	background: url(../p/more.gif) no-repeat right;
}

.side a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #003;
	padding-right: 20px;
	background: url(../p/more_on.gif) no-repeat right;
}

#nav a {
	font-size: 11px;
	margin: 0 10px;
	text-decoration: none;
	color: #336;
	padding-left: 5px;
	background: url(../p/nav.gif) no-repeat left;
}

#nav a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #336;
	padding-left: 5px;
	background: url(../p/nav.gif) no-repeat left;
}

#nav a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #003;
	padding-left: 5px;
	background: url(../p/nav_on.gif) no-repeat left;
}

#footer a {
	font-size: 11px;
	margin: 0 3px;
	text-decoration: none;
	color: #336;
}

#footer a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #336;
}

#footer a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #003;
}

h1 {
	font-size: 18px;
	text-decoration: none;
	color: #666;
	padding: 0.3em 0;
	margin: 0.3em 0;
}

h3, h4 {
	text-decoration: none;
	padding: 0.3em 0;
	margin: 0.3em 0;
}

h3 {
	
	border-bottom: 1px solid #669;
}

h4 {
	font-size: 12px;
}

p.darker {
	color: #336;
}

ul {
	list-style: square outside none;
}

ul ul {
	list-style: circle outside none;
	margin: 5px 0;
}


li {
	margin: 3px 0;
}

li li {
	margin: 3px 10px;
}

.case {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 15px;
}

form { 
	margin: 0;
} 

.formfield {
	font: 11px "Arial", "Verdana", sans-serif;
	color: #777;
	background: #fff;
	border: 1px solid #ccc;
	padding-left: 5px;
	width: 150px;
}
.formfield:focus {
	color: #000;
	border: 1px solid #bbb;
}

textarea {
	width: 250px;
	height: 150px;
	font: 11px "Arial", "Verdana", sans-serif;
	color: #777;
	background-color: #fff;
	border: 1px solid #ccc;
	padding-left: 5px;
	margin-bottom: 2px;
}
textarea:focus {
	color: #000;
	border: 1px solid #bbb;
}

select {
	font: 11px "Arial", "Verdana", sans-serif;
	color: #777;
	background-color: #fff;
	border: 1px solid #ccc;
}
select:focus {
	color: #000;
	border: 1px solid #bbb;
}

.formbutton {
	font: bold 11px "Arial", "Verdana", sans-serif;
	color: #fff;
	background: #669;
	border: 1px solid #ccc;
	padding: 3px 6px;
	cursor: default;
}

ol li {
	margin: 1em 0;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

.small {
	font-size: 10px;
	color: #666;
}