/* CSS Document */
body{
	background:#fdffe1 url(../images/background.jpg);
	margin:0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#555555;
}

.wrapper {
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -490px;
}

.MainDiv{
	background:url(../images/bg.png);
	width:960px;
	height:auto;
	padding:0 10px;
	text-align:left;
}

.HeaderBg{
	background:url(../images/headerBg.png) repeat-x 0 13px;
	height:auto;
}

.logo {
	list-style-type:none;
	margin: 0;
	padding:30px 0 0 50px;
}

.logo a{ 
	display: block;
	margin-top: 20px;
	width: 111px;
	height:165px;
}

.FlashBg{
	background:url(../images/flashBg.jpg);
	width:691px;
	height:262px;
	margin:30px 0 0 0;
	padding:8px 0 0 9px;
}

.loading{
	background:#000000 url(../images/ajax-loader.gif) no-repeat center;
	width:682px;
	height:232px;
	text-align:center;
}

.Content{
	padding:0 25px 0 6px;
	text-align:left;
}

.Left{
	float:left;
}

.Right{
	float:right;
}

.clear{
	clear:both;
}

.Left1{
	float:left;
	width:40px;
}

.clear1{
	clear:both;
	padding-top:5px;
}

.LeftDiv{
	width:240px; 
	float:left;
}

.RightDiv{
	width:700px; 
	float:left;
}

h1{
	color:#99c225; 
	font-size:16px; 
	font-weight:bold; 
	margin:0 0 7px 0; 
	padding:0;
}

h2{
	color:#7a9d18;
	font-size:14px;
	font-weight:normal;
	margin:0 0 7px 0;
	padding:0;
}

.GreenBorder{
	background:#95bb27;
	height:4px;
	width:200px;
}

.GreenArrow{
	padding:5px 0 20px 5px;
}

.GreenArrow ul{
	list-style:url(../images/greenarrow.gif);
	margin: 0;
	padding: 0 0 0 10px;
}

.GreenArrow ul li{
	margin:0 0 2px 0;
	padding:0;
}

.GreenArrow ul li span{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	padding: 2px 0;
	margin:0;
	color:#555555;
}

.GreenArrow ul li a{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	padding: 2px 0;
	padding-left: 2px; 
	margin:0;
	color:#555555;
	font-weight:normal;
}

.GreenArrow ul li a:hover{
	text-decoration:none;
}

.footer{
	background:#e9f0b2; 
	height:65px; 
	margin-top:10px; 
	text-align:center; 
	line-height:65px; 
	color:#636363; 
	font-size:11px;
}