html, body, h1, h2, h3, h4, ul, li {
	margin: 			0;
	padding: 			0;
}

body {
	background: 		#ffffff url("../Website Pictures/page_bg.jpg") repeat-x;
	font: 				11px arial, sans-serif;
	color: 				#464544;
}

h1, h2 {
	padding: 			25px 0 0 30px;
	font-size:			26px;
	color: 				#ffffff;
	font-weight: 		bold;
	position: 			relative;
	top: 				-4px;
}

h2 {
	font-size:			150%;
	top: 				-30px;
	color: 				#ffff00;
}

a {
	color: 				#FFFFFF;
}

a:hover {
	color: 				#FFA405;
}

img {
	border:				0px;	
}

#wrapper {
	width: 				678px;
	min-height: 		750px;
	/*background: 		url("../Website Pictures/header.jpg") no-repeat;*/
	position: 			relative;
}

#logo {
	position:			relative;
	top:				-20px;
	left:				80px;
}

#nav {
  position: 			absolute;
  top: 					0px;
  left: 				335px;
  width: 				500px;
}

#nav li {
  float: 				left;
  background: 			url("../Website Pictures/nav_left.gif") no-repeat;
  list-style: 			none;
  padding-left: 		10px;
  padding-right: 		20px;
  padding-top: 			45px;
  line-height: 			1.1;
}

#nav span {
  display: 				block;
  font-size: 			28px;
}

#nav a {
  color: 				#FFFFFF;
  font-size: 			11px;
  font-weight: 			bold;
  text-decoration: 		none;
}


.left {
	float: 				left;
}

.right {
	float: 				right;
}

.clear {
	clear: 				both;
}

#topcon {
	background: 		url("../Website Pictures/topcon.jpg") no-repeat;
	width: 				427px;
	position: 			absolute;
	top: 				105px;
	left: 				338px;
	color: 				#fff;

}

#topcon-inner {
	margin: 			20px 40px 41px 0px;
	height: 			120px;
	overflow: 			hidden;
	text-align:			right;
}

.marquee {
	height:				90px;
}


/** Body **/

/*
#content {
	width: 				710px;
	position: 			absolute;
	color: 				#ffffff;
	top: 				299px;
	left: 				33px;
}
*/

#content {
	width: 				710px;
	color: 				#ffffff;
	margin:				30px;
}

#body {
	border: 			1px solid #ff0000;
	background: 		#ffffff; /*#901315;*/
	padding: 			18px;
	text-align:			center;
	font-size:			120%; 
	color:				#000000;
}


#heading {
	font-size:			120%; 
	color:				#000000;
	font-weight:		bold;
}

#para {
	margin-bottom:		10px;
}

.field {
	text-align:			right;
    width:          	40%;
    font-weight:    	bold;
    float:          	left;
    margin-right:   	10px;
    margin-bottom:  	5px;
}

.alignleft {
	text-align:			left;	
}

/** footer **/
#footer {
  	text-align: 		center;
  	color:				#aa0000;
}

div#body h1 { background-color: #a60d0d; 
	      padding: 20px;
	      color: #ffff00; 
}
      	

