body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	background-color: #f0f0f0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	color: #002a5f;
}
h2 {
	font-size: 14px;
	color: #8cd600;
}
h3 {
	font-size: 12px;
}

#container {
	width: 600px;
	margin: 40px auto;
}

#header {
	width: 580px;
	height: 21px;
	padding: 10px;
	background-image: url(images/bg_header.gif);
	margin-bottom: 10px;
}

#logo {
	float: left;
}
#logo h1 {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #002a5f;
}

#menu {
	float: right;
	padding: 0px;
	margin: 0px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	padding: 0px 10px;
	color: #333333;
	text-decoration: none;
}

#theme {
	margin-bottom: 10px;
}

#content {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#content_body {
	padding: 0px 15px 10px 15px;
}

#footer {
	width: 580px;
	height: 21px;
	padding: 10px;
	background-image: url(images/bg_header.gif);
	margin-bottom: 10px;
}
#footer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	display: block;
	padding: 0px 10px;
	color: #333333;
	text-decoration: none;
}

a.button {
	display: block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding-left: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/bg_button.gif);
	background-repeat: no-repeat;
}

input {
	width: 250px;
	padding: 3px 3px 4px 4px;;
	font-size: 11px;
	border: 1px solid #333333;
}
input.submit{
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/bg_button_small.gif);
	background-repeat: no-repeat;
	border: none;
	text-align: left;
}
input.extra_small {
	width: 75px;
}

table.form {
	width: 100%
	
}
table.form td {
	padding: 10px 0px;
	border-bottom: 1px dashed #CCCCCC;
}

table.form td.false {
	color: #CC0000;
	font-weight: bold;
}

.error {
	background-color: #FFFFFF;
	border: 2px solid #CC0000;
	color: #CC0000;
	margin-bottom: 10px;
}
.error .title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding: 3px 0px 5px 10px;
	background-color: #CC0000;
	color: #FFFFFF;
}
.error .body {
	padding: 0px 10px 10px 10px;
	color: #000000;
}
