/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a
	{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	}

div#navbar
	{
	width: 100%;
	height: 21px;
	padding-top: 3px;
	background-image: url("images/_nav_bgnd.jpg");
	}

#navbar a:hover
	{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	color: #0000ff;
	}

.nav_item
	{
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px;
	border-right-style: solid;
	}

.title_graphic
	{
	margin: 10px;
	}
	

div#contact
	{
	height: 1%;
	width: 95%;
	margin-left: 10px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	}

.form_heading
	{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.form_item
	{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

div#copyright
	{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
	}
