body{
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background-color: #e6e6e6;
	line-height: 18px;
}

form{
	margin: 0px;
}

/* GENERAL */

/* image borders */
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img, img { color: inherit;/* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }                           /* code from W3C - www.w3.org */
}

/* links */
A, A:link, A:visited {
	color: #FF3300; /* link_color */
	text-decoration: none;
}
A:hover {
	color: #FF9900;
	text-decoration: underline;
}

#Container{
	width: 872px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#HeaderDiv{
	position: absolute;
	height: 200px;
	width: 850px;
	z-index: 100;
	left: 10px;
}
	#logoImg{
	position: absolute;
	left: 600px;
	margin-top: 5px;
	}
	#logoImgText{
	position: absolute;
	margin-left: 2px;
	}

#MenuDiv{
	position: absolute;
	top: 200px;
	left: 10px;
	height: 45px;
	z-index: 100;
}
	#menuBody{
	width: 810px;
	background-color: #FF3300;
	height: 100%;
	position: relative;
	font-weight: bold;
	text-align: left;
	padding-left: 40px;
	color: #fff;
	margin-left: 1px;
	}
	div.menuItem{
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	height: 30px;
	float: left;
	padding-top: 15px;
	}
	.menuItem a, .menuItem a:active, .menuItem a:link, .menuItem a:visited{
		color: #fff;
		text-decoration: none;
	}
	.menuItem a:hover{
	color: #FF9900;
	text-decoration: none;
	}
	
	.MenuItemDropDown{
	display: block;
	width: 174px;
	position: absolute;
	z-index: 200;
	top: 245px;
	left: 115px;
	background-color: #FF9900;
	color: #fff;
	font-weight: bold;
	display: none;
	}
		
	.MenuItemDropDown ul{
	margin: 0px 0px 20px 15px;
	padding: 0px;
	}
	.MenuItemDropDown ul li{
		margin-top: 20px;
		list-style-image: url("../images/listBullet.gif");
	}
	.MenuItemDropDown ul li a, .MenuItemDropDown ul li a:active, .MenuItemDropDown ul li a:link, .MenuItemDropDown ul li a:visited{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	}
	.MenuItemDropDown ul li a:hover{
		color: #fff;
		text-decoration: underline;
	}

#BodyMainContainer{
	position: absolute;
	top: 0px;
	width: 872px;
	text-align: left;
}
	#backgroundTop{
		background: url("../images/body_top.gif") no-repeat bottom left;
		width: 100%;
		height: 25px;
	}
	#backgroundBottom{
		background: url("../images/body_bottom.gif") no-repeat bottom left;
		width: 100%;
		height: 23px;
	}

	#backgroundRepeater{
		background: url("../images/body_repeater.gif") repeat-y top left;
		width: 752px;
		position: relative;
		padding: 276px 60px 30px 60px;
		margin: 0px auto;
	}

#contentDiv {
	width: 100%;
	margin: 0px auto 10px;
	border-bottom-color: #FF3300;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	padding-bottom: 40px;
}
h1 {
	font-size: 22px;
	color: #FF3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 22px;
}
h2 {
	font-size: 14px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-bottom: -5px;
}
.photo {
	float: left;
	padding-right: 20px;
}
#table td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
}
.correction {
	vertical-align: text-bottom;

}

