body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
}

h1 {
	font-size: 22px;
}

p {
	text-align: left;
}

ul {
	text-align: left;
	list-style-type: none;
}

#menu {
	margin: 10px 0;
	padding: 0;
	width: 151px;
}

#menu .menu_top {
	width: 151px;
	height: 68px;
	background: url("/images/menu_bg_top.gif") no-repeat;
}

#menu .menu_bottom {
	width: 151px;
	height: 68px;
	background: url("/images/menu_bg_bottom.gif") no-repeat;
}

#menu li {
	list-style-type: none;
	text-align: center;
	line-height: 40px;
}

#menu a {
	display: block;
	width: 151px;
	height: 40px;
	background: url("/images/menu_bg_item_off.gif") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	width: 151px;
	height: 40px;
	background: url("/images/menu_bg_item_on.gif") no-repeat;
	color: #000000;
}

#footer {
	text-align: center;
	font-weight: bold;
}

#footer p {
	text-align: center;
	font-weight: normal;
}

#largeForm {
	/*float: right;*/
	margin: auto;
	text-align: left;
	width: 500px;
}

#largeForm a:hover {
	text-decoration: none;
}

#largeForm input {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

#largeForm textarea {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

#largeForm .checkbox {
	background-color: #111111 !ie;
	border: 0px;
}

#largeForm .form_dropdown {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 1px 0px 1px 0px;
}

#largeForm .hidden_field {
	display: none;
	border: none;
	background-color: #ffffff;
}

#largeForm label {
	float: left;
	display: block;
	width: 120px;
	margin: 5px 0px 4px 0px;
	text-align: right;
	padding-right: 20px;
}

#largeForm input {
	/*float: left;
	display: block;*/
	width: 250px;
	margin: 5px 0px 4px 0px;
}

#largeForm input, #largeForm textarea {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #d1d1d1;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

#largeForm textarea {
	height: 150px;
	width: 250px;
}

#largeForm .form_dropdown {
	width: 250px;
	border: 1px solid #d1d1d1;
	margin: 4px 0px 4px 0px;
}

#largeform .radio {
	background-color: transparent;
	border: 0px;
	width: 20px;
	margin-top: 2px;
	margin-top: -2px !ie;
}

#largeForm br {
	clear: left;
}

#largeForm .button {
	margin-left: 220px;
	width: 75px;
	height: 20px;
}

li.quote {
	color: #FFFFFF;
	list-style-type: disc;
	margin-bottom: 4px;
}

