* {
	padding: 0;
	margin: 0;
}

#container {
	background-color: #FFFFFF;
	width: 700px;
	margin: 0px auto;
}
body {
	background:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#eee;
}
ul {
	width: auto;
	margin-left: 50px;
	margin-bottom: 10px;
}

a {
	color: #a45118;
	text-decoration:none; 
	border-bottom:1px dotted #FC6;
	
}
a:hover {
	color: #000000;
	border-bottom:1px dotted #000;
}
p {
	padding-bottom: 10px;
	text-align: left;
	clear: none;
	padding-left: 20px;
}


h2 {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 15px;
	padding-left: 10px;
	margin-top:10px;
	margin-bottom: 10px;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 4px;
	clear:both;
}

h3 {
	text-decoration: none;
	font-weight: bold;
	color: #a45118;
	font-size: 13px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	display:block;
	border-bottom:dotted #a45118 thin;
}
img{float:left; margin:3px; padding:2px; border:1px #ccc solid}
body .floatRight{float:right}

#header {
	background-color:#4b4b4b;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
}
#header #headName{ padding:10px;margin:60px 0px 0px -5px; width:30em;}
#bodyDiv {
	padding: 10px;
	background-repeat: no-repeat;
	/*background-image:url(images/bg.jpg);*/
	background-repeat:no-repeat;
}
#portrait {
	clear: none;
	float: right;
	border: 1px solid #999999;
	margin-right: 20px;
	margin-left: 10px;
}
#contact {
	text-align: center;
	margin-bottom: 15px;
}
#contact p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}
#banners {
	margin-top:10px;
	text-align: center;
}
#banners img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#header a {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 2px;
}
#header a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
ol{margin-left:80px; list-style:decimal}
ol ol {margin-left:40px; list-style:lower-alpha}
ol li{padding-bottom:6px;}
body  .indent{padding-left:53px; }
