﻿@charset "utf-8";
/* CSS Document */

body
{
	background-color: #999966;
	font-size: 76%;
	margin: 0;
	padding: 0;
}

div#header_area h1
{
	font-size: 2em;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #FFF;
	letter-spacing: .4em;
	font-weight: bold;
	margin: 20px 20px -5px 20px;
	text-align: center;
	white-space: nowrap;
}

div#nav_area
{
	width: 100%;
	background-color: #666600;
	border-top: #FFF solid 1px;
	padding: 10px;
	margin: 0;
}

div#frame
{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFF;
	height: 800px;
}

div#nav_area ul
{
	list-style-type: none;	
	margin: 0;
	white-space: nowrap;
	text-align: center;	
}

div#nav_area li
{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: inline;
	margin: 0 10px;
}

div#nav_area a
{
	color: #FFF;
	text-decoration: none;
}

div#nav_area a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}

div#content_area_1
{
	width: 228px;
	background-color: #666600;
	float: left;
	height: 100%;
	min-height: 400px;
}

img.left 
{
	margin: 6px;
	padding: 0px;
	float: left;
}

div#content_area_1 h2, 
div#content_area_1 h3
{
	font-family: "Times New Roman", Times, serif;
	margin: 10px;
}

div#content_area_1 h2
{
	color: #FFF;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.5em;
}

div#content_area_1 h3
{
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
}

div#content_area_2
{
	width: 400px;
	margin: 0;
	height: 100%;
	float: left;
}

div#content_area_2 h2
{
	margin: 0;
	padding: 20px 10px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
	font-size: 1.5em;
}

div#content_area_2 p
{
	margin: 0;
	padding: 10px 10px 0 10px;
	font-family: Arial, sans serif;
	color: #000;
	font-size: 1.2em;
	line-height: 1.7em;
}

div#content_area_2 h2 em,
div#content_area_2 p em
{
	color: #CC3300;
	font-size: larger;
	font-weight: bold;
}

div#content_area_2 p em
{
	font-style: normal;
}

ul li
{
	list-style-position: outside;
	list-style-type: square;	
	padding-bottom: 4px;
	font-family: Arial, sans serif;
	color: #000;
	font-size: 1.2em;
	line-height: 1.7em;
}

div#footer_area
{
	clear: both;
	width: 100%;
	background-color: #CCC;
	height: 16px;
	margin-bottom: 20px;
}