body {
	background-image:url(images/back01.gif);
	margin: 0px;
	padding: 0;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 110%;
	color: black;
	text-align:left;
}

body.content {
	background-image:none;
	}

table {
	width: 100%;
	height: 100%
	}

td {
	vertical-align: middle;
	text-align: left;
}

#container {
	background-image:url(images/mark.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	border-style: solid;
	border-color: #333333;
	border-width: 2px;
}

#side_menu {
	position: absolute;
	background-image:url(images/yang.gif);
	background-repeat: no-repeat;
	background-color:#339933;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 470px;
	padding-top: 130px;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	color: white;
}

#side_menu a:link {color:white; padding-left:5px; text-decoration:none;}
#side_menu a:visited {color:white; padding-left:5px; text-decoration:none;}
#side_menu a:hover {color:#FFFF00; padding-left:5px; text-decoration:none;}

#top {
	position: absolute;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;	
	margin: 0 auto;
	top: 0px;
	left: 100px;
	width: 700px;
	height:50px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #339933;
}

#title {
	position: absolute;
	margin: 0px;
	top: 62px;
	left: 320px;
	width: 300px;
	height: 60px;
}

#pic {
	background-image:url(images/photo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	border-style: solid;
	border-width: 1px;
	border-color: #339933;
	top: 10px;
	left: 625px;
	width: 150px;
	height: 188px;
}

img.floater {
	float: right;
	padding: 10px;
}

#content {
	position: absolute;
	top: 60px;
	left: 110px;
	width: 680px;
	height: 510px;
}

#nav_box1 {
	position: absolute;
	margin: 0 auto;
	top: 320px;
	left: 120px;
	width: 330px;
	height: 200px;
	clear:both;
}

#nav_box2 {
	position: absolute;
	margin: 0 auto;
	top: 320px;
	left: 450px;
	width: 330px;
	height: 200px;
}

p {
	padding-left: 8px;
	padding-right: 20px;
	padding-bottom: 2px;
	margin: 0px;
}

p.news {
	font-size:9pt;
	}

p.caption {
	padding-right: 20px;
	font-style: italic;
	text-align: right;
}

p.aspect {
	padding: 0px;
	font-size:xx-small;
	font-color:white;
	font-style: italic;
	text-align:center;
	margin-top: 190px;
}

li {
	list-style-type:square;
	list-style-position: inside;
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-indent: -15px;
	font-weight: bold;
	color: black;
}

li.home {
	padding-bottom: 6px;
	padding-top: 6px;
}

li.header {
	list-style-type:none;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-right: 20px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	line-height: 150%;
	color:black;
}

li a:link {color:black; text-decoration:none;}
li a:visited {color:black; text-decoration:none;}
li a:hover {color:#339933; text-decoration:none;}

h1 {
	padding-left: 8px;
	padding-bottom: 2px;
	padding-right: 20px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	line-height: 150%;
	color:black;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #6666FF;
}

h1.left {
	text-align: left;
	border: none;
	font-size: large;
}

h1.right {
	text-align: right;
	border: none;
	font-size: large;
}

h1.center {
	text-align: center;
	border: none;
	font-size: large;
}

h2 {
	padding-left: 8px;
	padding-bottom: 2px;
	padding-right: 20px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;
	font-style: italic;
	line-height: 150%;
	color:black;
}