body {
	background-color: 666;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
	margin:auto;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#000000;
}
.error {
color: #F00;
font-weight:bold;
font-style:italic;
}
table {
	border-collapse:collapse;
}
td {
vertical-align:top;
}
#layout {
	width:759px;
	background-color:#FFF;
	margin:auto;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:189px;
	width:759px;
}
#content {
	padding:0;
	border-left:6px solid #242055;
	border-right:6px solid #242055;
}
#content p {
	margin:0;
	padding:5px 10px 5px 30px;
}
#full_form {
	margin-left:30px;
	margin-right:20px;
}
#navigation {
	border-left:6px solid #242055;
	border-right:6px solid #242055;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin:0;
	padding:0 0 10px 10px;
	width:auto;
}
h1 img {
	margin-left:-11px;
}
h2 {
	font-size: 1.1em;
	color:#242156;
	padding-left:30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.1em;
	padding-left:30px;
	padding-right:20px;
}
#head_home {
	background-image:url(images/head_home.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:115px;
}
#head_faqs {
	background-image:url(images/head_faqs.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:75px;
}
#head_home h1,#head_faqs h1 {
	height:85px;
}
#head_activate {
	background-image:url(images/head_activate.gif);
	background-repeat:no-repeat;
	padding-top:95px;
}
hr {
	border:0;
	border-top: 2px solid #242156;
	height:0px;
}
a:link {
	color:#242156;
}
a:hover, a:active {
	color:#C00;
}
a:visited {
	color:#242156;
}
small {
	font-size: .8em;
	text-align:center;
}
.right_bar {
	border-left:2px solid #7da7c3;
	margin:5px;
	vertical-align:top;
	font-size: .7em;
	white-space:nowrap;
	text-align:right;
	padding:2px;
	color: #242055;
	font-weight:bold;
}
.right_bar td {
	white-space:nowrap;
	padding-left:4px;
	padding-right:4px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #242055;
	margin:0px 0 5px 0;
	text-align:center;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:17px;
	border-left:6px solid #242055;
	border-right:6px solid #242055;
	border-bottom:6px solid #242055;
	padding-top:15px;
}
#footer a:link, #footer a:visited {
	color:#1e4062;
}

#footer a:hover, #footer a:active {
	color:#FFFF99
}
.hide {
	visibility:hidden;
}
