body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	background-color:white;
	font-size: 80%;
}

h1 {
	margin: 0px 0px 20px 0px;
	font-size: 180%;
	font-weight:400;
	color:#000;
}
	
h2 {
	font-size: 120%;
	color: #000;
	margin: 0 0 0.5em 0;
}

h3 {
	font-size: 100%;
	color: #000;
	margin: 0 0 0.25em 0;
}

table {
	width: 100%;
	margin: 0 0 0.5em 0;
	padding:0;
}

td {
vertical-align: middle;
padding: 1em 1em 1em 0;
margin:0;
}
	
p {
	font: 95%/140% Georgia, "Times New Roman", Times, serif;
	margin:0 0 0.75em 0;
	padding:0;
}

ul {
	margin-top: 0;
}	

li {
	margin: 0 0 0.5em 0;
}	

img {
	float: left;
	margin: 0;
	border:0px none;
}	

.dotted_bdr {
	padding: 5px;
	border: 1px dotted #999;
}

.divider {
	margin-bottom: 15px;
	border-top: 1px dotted #f33;
}	

/* what are these */
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

/* banner section */
#banner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	color: 000;
}

img a {
	text-decoration: none;
}	

#bannerright {
	float: right;
	padding: 0;
	margin: 0;
}



/* top divider section */
#divider {
	height:20px; 
	background-color:#cc0066;
	}

/* page content area */
#contents {
	position: absolute;
	width:676px;
	top: 160px;
	left: 186px;
	padding:0px 50px 10px 0px;
	height: 613px;
	/*border: 1px solid black;*/ 
}

#contents a {
	color: #000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
}

#contents a:hover {
	color: #cc0066;
	text-decoration: none;
}

#contents img {
	margin-right: 1em;
}

/* left menu */
#menu {
	position:absolute;
	top:155px;
	left:12px;
	width:150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-weight: bold;
	}

#menu a {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #cc0066;
}

/* active link left menu */
.pink_bold {
	color: #cc0066;
}

.menu_item {
	padding-bottom: 3px;
	margin-top: 8px;
	margin-bottom:8px;
	font-size: 90%;
	/*border-bottom: 1px solid #ccc;
	border-bottom:1px dotted #999;*/
}

.menu_item2 {
	/* indented more on left */
	padding-left: 15px;
	padding-bottom: 3px;
	margin-top: 4px;
	margin-bottom:4px;
	font-size: 85%;
	letter-spacing: 1;
	/*border-bottom:1px dotted #999;*/
}
