html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fefefe;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

img{
	border: 0px;
}

div{
	font-family: Helvetica Neue, Century Gothic, Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #5d5b55;
	font-weight: normal;
}

h1 {
	font-family: Rockwell, Georgia, Times New Roman, Serif;
	font-size: 37px;
	color: #604d42;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Rockwell, Georgia, Times New Roman, Serif;
	font-size: 24px;
	color: #604d42;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
}

h3 {
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #000000;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
	font-style: italic;
}

h4{
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #303030;
	display: block;
	border-bottom: solid 1px #cac3a0;
	padding-bottom: 7px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}

h5{
	font-family: Myriad Pro, Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #ffca08;
	margin: 4px 0px 0px 0px;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
}

a {
	font-size: 16px;
	color: #403a2a;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer
}

a:hover {
	color: #000000;
	text-decoration: none;
}

table{
	border-collapse: collapse;
	width: 100%;
}

tr{
	border-collapse: collapse;
}

td{
	border-collapse: collapse;
	vertical-align: top;
	padding: 2px 4px 4px 2px;
	font-weight: normal;
}

td span{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #777770;
}

td a{
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #8c8c82;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

td a:hover{
	color: #2f7ab3;
	text-decoration: underline;
}

td div{
	background-color: #e5e4d3;
	border: solid 1px #d5d4c4;
	padding: 3px;
	font-size: 12px;
	color: #8a8a80;
	display: none;
	width: 200px;
}

td div a{
	text-decoration: underline;
	display: inline;
}

td div a:hover{
	text-decoration: none;
}

#error li{
	list-style: disc;
	font-size: 13px;
	font-weight: bold;
	color: #ab4f40;
}

#error ul{
	margin-left: 20px;
	margin-bottom: 14px;
}

li{
	margin: 0px;
	padding: 0px;
	float: none;
}

ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.submit{
	width: auto;
	cursor: pointer;
}

.submit:hover{
	background-color: #999999;
	color: #ffffff;
}	

input {
	background-color:#e8e8e8;
	border: 1px solid #cccccc;
	color:#4c4c4c;
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	padding: 7px;
	margin-bottom: 15px;
	width: 350px;
	display: block;
}

textarea {
	background-color:#e8e8e8;
	border: 1px solid #cccccc;
	color:#4c4c4c;
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	height:120px;
	padding: 7px;
	margin-bottom: 15px;
	width: 450px;
	display: block;
}

select {
	background-color:#e8e8e8;
	border: 1px solid #cccccc;
	color:#4c4c4c;
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	padding: 7px;
	margin-bottom: 15px;
	display: block;
}