/* RESET */

body {
	font: 100%  helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #4c4c4c;
	margin-top: 5px;
		}
	h1 {
	margin: 0;
	font-size: 2.25em;
	line-height: 0.667em;
	margin-bottom: 0.667em;
	color: #242424;
}
h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}
h3 {
	margin: 0;
	font-size: 1.25em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
h4 {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.33333em;
	margin-bottom: 1.33333em;
}	
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: 8px;
}
p.small {
	margin: 0;
	font-size: 0.875em;
	line-height: 1.7142857142857142em;
	margin-bottom: 1.7142857142857142em;
}

		.container{
	width: 800px;
	height: 310px;
	margin: 0 auto 0;
}
		.center{
	width: 900px;
	margin: 0 auto 0;
}
		buttons {
	margin: 0;
	color: #1C91D4;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
		}
		
		boldy {
	font: 110% helvetica, arial, sans-serif;
	margin: 0;
	color: #1C91D4;
		}
		.rightbox {
	width: 460px;
	float:right;
	text-align: left;
	margin: 0px 20px 0px 20px;
	;
		}
		.leftbox {
	width: 300px;
	float:left;
	margin-left: 0px;

		}
		.formbox {
	width: 640px;
	margin: 0 auto 0;
	text-align: left;
	padding: 25px;
		}
		
		formbox2 {
	width: 640px;
	text-align: left;
		}

		#footer {
	height: 28px;
	background-image: url(graphics/02.jpg);
	padding-top: 8px;
	width: 640px;
	float: inherit;
		}
		
		div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 

A:link {
	COLOR: #1c91d4; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #1c91d4; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #8ad406; TEXT-DECORATION: underline
}
#menu { width:654px; height:50px; margin:0; }

	#header_menu
{
	margin: 0;
	padding: 0;
}

	#header_menu ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		#header_menu ul li
		{
			display: inline;
			list-style-type: none;
			text-align: center;
			float: left;
		}

			#header_menu ul li a
			{
	height: 35px;
	width: 109px;
	font: 115% helvetica, arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #1c91d4;
	background: url(  '../graphics/white_button.jpg' );
	padding-top: 15px;
	display: block;
	font-weight:bold;
			}
	
	
	#header_menu ul li a:hover,#header_menu ul li #active
	{
	background: url('../graphics/blue_button.jpg' );
	color: #666666;
	padding-top: 16px;
	height: 34px;
	}

