* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/bg_pattern.gif);
	background-color: #fff5e8;
	margin: 0;
}

a, a:visited {
	color: #29418d;
	text-decoration: none;
}
a:hover {
	color: #5b7ce7;
	text-decoration: none;
}
blockquote {
	margin-left: 20px;
}
h1 {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
}
img {
	border: 0;
}
option {
	padding-right: 1em;
}
p {
	margin: .5em 0 .5em 0;
}
td {
	vertical-align: top;
}
td.question {
	padding-right: 5px;
}

/* Messages */
blockquote.error_msg {
	color: #cd2b2b;
	margin-bottom: 10px;
}
.error_msg ul {
	color: black;
	list-style-position: inside;
}
.message {
	color: #cd2b2b;
	margin: 1em 10px;
}

div#container {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	padding: 0 8px 0 9px;
	background-image: url(images/container_bg.gif);
	background-color: #000000;
}
#container div#menu {
	height: 79px;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	border-bottom: 1px solid white;
	background: url(images/title.gif) no-repeat;
}
#menu div.icon {
	float: right;
	width: 48px;
	color: white;
	font-size: .75em;
	font-family: "Times New Roman", Times, serif;
	margin: 10px 10px 0 0;
}
.icon a, .icon a:visited, .icon a:hover {
	color: white;
}
#container div#navbar {
	height: 16px;
	font-size: .8em;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	background-color: white;
	border-bottom: 1px solid #7f7b76;
}
#container div#main {
	width: 748px;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;	
	background-color: white;
}
div.divider {
	clear: both;
	text-align: center;
	padding-bottom: 5px;
}
div#footer {
	color: white;
	font-size: .7em;
	border-top: 1px solid white;
	padding: 2px 10px 0 10px;
	background-color: black;
}
#footer a {
	color: white;
}
#footer div#copyright {
	float: right;
	width: 75%;
	color: #CCCCCC;
	text-align: right;
}
#copyright a {
	color: #CCCCCC;
}
div#footer_bottom {
	width: 767px;
	height: 6px;
	font-size: 0em;
	margin: 0 auto;
	background: url(images/container_bg_bottom.gif) no-repeat bottom;
}
