﻿@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	background-position: left top;
    }
	
 /* BEGIN boxes */
	
#container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
    }
.header_img  {
	height: 100px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: left top;
    }	
.box_940  {
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
    }  
.box_700    {
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.box_620    {
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.box_480  {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 480px;
}
.box_300    {
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.box_220    {
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.textbox   {
	margin: 10px 10px 10px 10px;
}
.clearer {
	clear: both;
}
.clearer_img {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 10px 0 10px 0;
}

 /* BEGIN Navigation */

.datebox_img	{
	margin: 10px 10px 10px 10px;
	font-size: xx-small;
	font-style: italic;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #666666;
	text-align: right;
}/* END Navigation */ 


 /* BEGIN Navigation */
#navcontainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

 #navlist
{
	margin: 0;
	border-bottom: 1px solid;
	border-bottom-color: #666666;
	padding: 0px 0px 20px 0px;
}


#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #666666;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: #0099FF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
.active {
	padding-bottom: 2px;
	background: transparent;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}/* END Navigation */ 
#container       h1  {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #0099FF;
	font-style: italic;
}
#container     h2  {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #0099FF;
	font-size: medium;
}
#container     h3  {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: medium;
}
#container    p, li {
	line-height: 150%;
}
#container       a,a:active,a:visited {
	color: #0099FF;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	text-decoration: none;
    }	
#container   a:hover {
	color: #666666;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	text-decoration: underline;
    }
.text-center {
	text-align: center;
}
.nodisplay {
	display: none;
}

