html {
		margin:0;
		padding:0;
		
		
	}

	body {
	margin:0;
	padding:0;
	background-image: url('Images/background.jpg');
	background-color: #DADADA;
	background-repeat: repeat-x;
	font-size: 14px;
	color: #000000;
	font-family: "Arial";
	font-variant: normal;
	font-style: normal;
	text-align: justify;
	
	}

	a:link, a:visited, a:active {
	font-size: 14px;
	color: #000000;
	font-family: "Arial";
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
	
	}

	a:hover{
	font-size: 14px;
	color: #3b3b3b;
	font-family: "Arial";
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	
	}

	#thisisit {
	background-color: #FFFFFF;
	width:900px;
	margin:0 auto;
	height: auto;
	position: relative;
	top: -40px;
	
	
	}

	#wrap {
		width:900px;
		margin:0 auto;
		
	}

	#header {
    	padding:5px 10px;
	
	}
	
	#nav {
	position: relative;
	top: -28px;
	}
	

	#leftheader {

		float:left;
		width:430px;
		padding:10px;
				
	}


	#rightheader {
		float:right;
		width:400px;
		padding:10px;
	}

	#rightheader a{
		font-size: 12px;
		color: #ffffff;
		font-family: "Arial";
		font-variant: normal;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
		text-shadow:1px 1px 3px #000000;
	}

	#rightheader a:hover{
		font-size: 12px;
		color: #ffffff;
		font-family: "Arial";
		font-variant: normal;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
		text-shadow:1px 1px 3px #000000;
	}

	#endheader {
		clear:both;
		
	}

	#main {

		float:left;
		width:670px;
		padding:10px;
			
	}
	
	#contentdiv {
		background-image:url(Images/contentbg2.jpg);
		background-position: top;
		background-repeat: no-repeat;
		width:630px;
		padding:20px
	}


	#sidebar {
		float:right;
		width:180px;
		padding:10px;
	}

	#footer {
		clear:both;
		padding:5px 10px;
		background-color: #3b3b3b;
		font: bold 14px arial;
		text-decoration: none;
		color: #fff;
		text-shadow:1px 1px 3px #d14745;
		outline: none;
		text-align: center;
		
	}

	#footer a {
		
		font: bold 14px arial;
		text-decoration: none;
		color: #fff;
		text-shadow:1px 1px 3px #d14745;
		outline: none;
		text-align: center;
		
	}

	#footer a:hover {
		
		font: bold 14px arial;
		text-decoration: none;
		color: #fff;
		text-shadow:1px 1px 3px #000000;
		outline: none;
		text-align: center;
		text-transform: none;
		
	}


	#footer p {
		margin:0;
		
    }
	* html #footer {
		height:1px;
	}

	#htext {
	font-family: "Arial";
	font-size: 40px;
	padding: 5px;
	text-shadow: 1px 2px 8px #333333;
	background-image: url('Images/htext.jpg');
	background-color: #FFFFFF;
	}


	h1 {
	font-size: 30px;
	color: #3b3b3b;
	font-family: "Tahoma";
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
	text-shadow:1px 1px 3px #454545;
	}

	h2 {
	
	font-size: 18px;
	color: #c63232;
	font-family: "Tahoma";
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
	text-shadow:1px 1px 3px #000000;
	text-align: left;
	}

	h3 {
	
	font-size: 17px;
	color: #000000;
	font-family: "Tahoma";
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
	text-shadow:1px 1px 3px #000000;
	}
	
table.explans {
width: 933px;
margin: 10px 0 10px 0;
background-color: #d76e6e;
}

table.explans th {
color:#000000;
font-size: 14px;
text-align:center;
padding:10px;
}

table.explans th.title {
color: #000000;
font-weight: 700;
}

table.explans th.middle {
color: #000000;
background-color: #ebebeb;
font-size: 12px;
width: 15%;
font-weight: 700;
padding:10px;
}

table.explans td, table.explans th.middle {
color: #000000;
background-color: #ebebeb;
font-size: 12px;
padding:6px 6px 6px 12px;
text-align: center;
margin: 0;
}

table.explans th.bottom {
color: #000000;
background-color: #cccccc;
font-size: 14px;
width: 15%;
font-weight: 700;
padding:10px;
}