/* comprehensive characteristics */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	
#containall {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	}
	
td#contents {
	padding: 1em;
	}
	
td#sidebar, td#contents {
	vertical-align: top;
	}
	
.top_photo {
	margin-right: 6px;
	margin-bottom: 15px;
	}

/* primary font control */
p {
	font-size: .8em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	}
	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00624a;
	background-color: #fff;
	}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 15px 0 15px 0;
	color: #00624a;
	background-color: #fff;
	}
	
h2, h3, h4 {
	font-size: .9em;
	font-weight: bold;
	line-height: 1em;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #d1e2de;
	}
	
ul li {
	font-size: .8em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	}
	
a:link {  
	color: #00624a;
	background-color: #FFF;
	text-decoration: underline;
	}
a:visited {  
	color: #74a99c;
	background-color: #FFF;
	text-decoration: underline;
	}
a:hover {  
	text-decoration: underline; 
	background-color: #e8f1ef; 
	color: #00624a;
	}
	
ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	border: 0;
	}
#contents ul li ul li {
	font-size: 1em;
}

	
ol {
	list-style-type: decimal;
	padding: 0;
	margin: 10px 0;
	border: 0;
	}
	
ol li {
	font-size: .8em;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 0 0;
	}

h3 + ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 15px;
	}
	
h3 + ul li {
	background-image: url(/inside/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .6em;
	margin: 0 0 5px 10px;
	font-weight: normal;
	font-size: .8em;
	}
	
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}
.tabletext th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;
	text-align: center;
	margin:0;
	padding:0;
	}
	
.tabletext td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	}
	

/* menu styles */
td#sidebar {
	width: 145px;
	padding: 0 25px 0 0;
	}
	
#navlinks {
	margin: 100px 0 10px 0;
	}
	
#navlinks a {
	display: block;
	margin: 0;
	padding: 6px 3px 6px 5px;
	font: 11px/15px arial, helvetica, sans-serif;
	text-align: left;
	color: #00624a;
	background: #d1e2de;
	text-decoration: none;
	border-bottom: 1px dotted #e8f1ef;
	}
	
#navlinks a:hover, #navlinks a:focus {
	background-color: #5d9b8c;
	color: #d1e2de;
	}
#sidebar a.current, #sidebar a.current:hover, #sidebar a.current:active{	
	color:#d1e2d3;
	cursor:default;
	background: #5d9b8c;
}
	
#contact {
	font-size: 9px;
	font-weight: normal;
	}

