html, body {
	height: 100%;
	background-image: url(../images/cheat2.gif); 
	background-position: center;
	background-repeat: repeat-y;
	background-color: #3F3F3F;
}
	

body {
	margin: 0;
	padding:0;
	background-color: #3F3F3F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	line-height: 1.6;
	
}

div#container{
	width: 748px;
	margin: 0 auto;
	min-height: 110%;
	background-color: #3F3F3F;
	border-right: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
}
div#content{
	width: 670px;
	margin-left: 40px;
	margin-right: 40px;
	
}

div#left {
	width: 330px;
	float: left;
}

div#left p {
  text-align:justify;
}

div#left75 {
	width: 450px;
	float: left;
}

div#left75 p {
  text-align:justify;
}
	
div#right {
	float:right;
	width: 300px;
}

div#right25 {
	float:right;
	width: 180px;
}

div#twothirds {
	width: 370px;
	float: left;
}

div#onethird {
	width: 260px;
	float: right;
}

div#center {
	width: 666px;
}

div#footer {
	width: 640px;
	clear: both;
}

div#navigation {
	width: 720px;
	margin: 0 auto;
	
}

a:link {
	color: #D8332E;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #D8332E;
}	
	
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}




a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
  color: #FFFFFF;
  text-decoration: none;
}



a.sub:hover {
  color: #FFFFFF;
  text-decoration: none;
}

a.sub:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.p {
	color: #CC6633;
}

.error {
	color: #D8332E;
	font-weight: bold;
}

h1 {
	font-size:17px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}

h2 {
	font-size:15px;
	color:#DADCE0;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}
	
	.footer {
	font-family: Arial, Verdana, serif;
	font-size: 10px;
	line-height: 18px;
	color: #CCCCCC;
	font-weight: bold;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	
}

.submenu {
	font-family: Arial, Verdana, serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 4px;
}

.headline {
	font-family: Arial, Verdana, serif;
	font-size: 14px;
	color: #CCCCCC;
}

.smallheadline {
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	color: #CCCCCC;
}

hr {
	border: 0;
	width: 100%;
	color: #9D0303;
	height: 1px;
	margin-top: -5px;
	border-bottom: 1px dashed #9D0303;
}

.imgborder {
	border: 1px solid #FFFFFF;
	
	}
	
.br {
		display: block;
		padding: 27px 0px 0px 0px;
	}
	
.imageonleft {
	border: 1px solid #FFFFFF;
	margin-right: 15px;
	float: left;
}


/*@Forms
---------------------------------------------*/

.formfld
{
background-color:#FFFFFF;
border: 1px solid #454A4B
}

.formreq
{
color:#FFFFFF;
background-color:#762B28;
border: 1px solid #454A4B
}

	#form-search
	{
		margin: 0;
	}
	
	#form-search p
	{
		padding: 0;
		margin: 0;
	}
	
	#form-search label, #input-keywords, #confirm
	{
		vertical-align: middle;
		padding: 0;
		margin: 0;
	}
	#confirm
	{
		vertical-align: middle;
		padding: 0;
		margin: 0;
     font-size:14px;
   color:#FFFFFF;
   width:70px;
   height:22px;
   background-color:#857C6B;
   border-style:none;
   cursor:pointer;
  }
	
	#form-search label {
		font-size: 10px;
		text-transform: uppercase;
	}
	
	#input-keywords
	{
		border: 1px solid #7F7F7F;
		height: 20px;
		width: 200px;
		line-height: 20px;
	}
