@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/margins.png);
	background-repeat: repeat;
}
.container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
}
#header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 250px;
	width: 700px;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.pad-10px {
	padding: 10px;
}
em {
	color: #900;
}
a {
	color: #677da8;
}
#footer {
	font-size: small;
	font-weight: bold;
	height: 75px;
	width: 700px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	clear: both;
}
.page-top {
	margin-top: 0px;
}
form {
	margin: 0px;
}
.clear-both {
	clear: both;
}
.td-header {
	font-size: large;
	font-weight: bold;
}
.global-input {
	width: 225px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.error-div {
	font-style: italic;
	color: #F00;
	text-align: center;
}
