/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #666666;
	background-color: #ffffff;
}
a:link { color: #999999; 
	text-decoration:none;
}
a:visited { color: #999999; 
	text-decoration:none;
}
a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}
#container {
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
}
#header {
	height: 80px;
	width: 100%;
	position: relative;
	margin-top:40px;
	margin-bottom:5px;
}
#header h1 {
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}
#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }
#menu {
	float: right;
	width: 350px;
	padding-left: 15px;
}
#menu_grey {
	float: right;
	width: 205px;
	padding-left: 15px;
	text-align:center;
}
#menu_grey h3 {
	color: #993399;
	font-family:"Lucida Calligraphy";
	font-size: 130%;
	font-style: bold;
	margin: 0 0 2px 0;
}
#menu_grey a:link { color: #993399; 
	text-decoration:none;
}
#menu_grey a:visited { color: #993399; 
	text-decoration:none;
}
#menu_grey a:hover, a:active {
	color: #993399;
	text-decoration: underline;
}
#contents { margin: 0 400px 40px 20px;
	padding-top:60px;
	background:#ffffff;
}
#contents p { line-height: 165%; }
#contents_grey { margin: 0 225px 40px 0px;
	padding: 20px 10px;
	background:#F0f0f0;
}
#contents_grey p { line-height: 165%; }
#contents_grey h1 {
	color: #993399;
	font: 160% bold arial, hevetica, sans-serif;
	margin: 0 0 2px 0;
}
#contents_grey h2 {
	color: #993399;
	font: 130% bold arial, hevetica, sans-serif;
	margin: 0 0 2px 0;
}
#contents_grey a:link { color: #993399; 
}
#contents_grey a:visited { color: #993399; 
}
#contents_grey a:hover, a:active {
	color: #DBC422;
}
#contents_grey li {
	color: #993399;
}
#contents_grey_wide { margin: 0 0 40px 0px;
	padding: 20px 10px;
	background:#F0f0f0;
}
#contents_grey_wide p { line-height: 165%; }
#contents_grey_wide h1 {
	color: #993399;
	font: 160% bold arial, hevetica, sans-serif;
	margin: 0 0 2px 0;
}
#contents_grey_wide h2 {
	color: #993399;
	font: 130% bold arial, hevetica, sans-serif;
	margin: 0 0 2px 0;
}
#contents_grey_wide a:link { color: #993399; 
}
#contents_grey_wide a:visited { color: #993399; 
}
#contents_grey_wide a:hover, a:active {
	color: #DBC422;
}
#contents_grey_wide li {
}
.imagefloatright { float: right; margin-left:10px; }
.imagefloatleft { float: left; margin-right:10px; }
.imagebottompad{ margin-bottom:5px;}
#imagefloatright260 { float: right;
	width:255px;
	font-size:11px;
	background:#CCCCCC;
	margin-left:10px;
	padding:5px;
	border:solid;
	border-width:1px;
	border-color:#999999;}
#imagefloatright290 { float: right;
	width:290px;
	font-size:11px;
	background:#CCCCCC;
	margin-left:10px;
	padding:5px;
	border:solid;
	border-width:1px;
	border-color:#999999;}
#footer {
	clear: both;
	color: #272900;
	font-size: 90%;
}
#footer_left {
	margin:0 200px 0 0;
	text-align: left;
	color:#999999;
	font-size: 75%;
}
#footer_right {
	float: right;
	width: 190px;
	text-align: right;
	color:#999999;
	font-size: 75%;
}
