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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.break {
	clear: both;
	height: 0px;
	overflow: hidden;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#header {
	width: 900px;
	height: 168px;
	background-image: url(images/header.jpg);
}
#header h1 {
	display: none;
}
#navheader {
	width: 242px;
	height: 34px;
	background-image: url(images/header2.jpg);
	float: left;
}
a {
	text-decoration: underline;
	color: #a51552;
}
a:hover {
	text-decoration: none;
	color: #a51552;
}
#nav {
	width: 658px;
	height: 29px;
	float: left;
	background-color: #000000;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;
	color: #e583b8;
}
#headerbtm {
	width: 242px;
	height: 38px;
	background-image: url(images/header3.jpg);
	float: left;
}
#navspacer {
	width: 658px;
	height: 38px;
	float: left;
}
#sidebar {
	width: 185px;
	float: left;
	line-height: 14pt;
	padding-top: 15px;
	padding-right: 15px;
	text-align: right;
}
#sidebar a {
	font-weight: bold;
	text-transform: uppercase;
	color: #e583b8;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: none;
	color: #000000;
}
#content {
	width: 685px;
	float: left;
	line-height: 14pt;
	padding-right: 15px;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	width: auto;
	height: 29px;
	padding-left: 32px;
	background-image: url(images/bone.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	width: 900px;
	height: 42px;
	background-image: url(images/footer.jpg);
	text-align: center;
	padding-top: 28px;
	font-size: 10px;
}
.navitem {
	width: auto;
	height: 19px;
	background-image: url(images/navpaw.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-left: 21px;
	padding-top: 3px;
	padding-right: 8px;
}
.alert {
	background: #fff6bf url(images/warning_48.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #ffd324;
	margin: 20px;
}
.good {
	background: #fff6bf url(images/accepted_48.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #ffd324;
	margin: 20px;
}
.img_float_right {
	float: right; margin-left: 5px;
}