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

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-color: #1D1D1D;
}
h1 {
	font-family:Tahoma, Verdana, Arial;
	font-size:33px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	line-height:42px;
	color: #333333;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	margin-top:25px;
}
.floatright {
	float: right;
}
.underlineme {
	text-decoration: underline;
}
.slashout {
	text-decoration: line-through;
}
.dashedred {
	border: thick dashed #cc0000;
}
.dashred2 {
	border: thick dashed #cc0000;
}
#header {
	background-image: url(../images/header.jpg);
	height: 230px;
	width: 700px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	overflow: hidden;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 133px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.highlighter {
	background-color: #FFFF00;
}

