/*Body*/
body{
	background: #30591d url(/Images/grass.jpg);
	text-align: center;
	margin: 0;
	border:0;
	font-family:verdana,tahoma,sans-serif;
	/*scrollbar colors for IE and Opera*/
	scrollbar-arrow-color:#333;
	scrollbar-3dlight-color:#999;
	scrollbar-highlight-color:#FFF;
	scrollbar-face-color:#CCC;
	scrollbar-shadow-color:#999;
	scrollbar-darkshadow-color:#666;
	scrollbar-track-color:#EEE;
}
/*General*/
a{
	color:#30591d;
	text-decoration:underline;
}
a:visited{
	color:#30591d;
	text-decoration:underline;
}
a:active,a:hover{
	color:#30591d;
	text-decoration:underline !important;
}

/*Container*/
#container{
	background-color:#FFF;
	margin:0 auto;
	width:1024px;
	text-align:center;
	padding:0 0 0 0;
}

/*Header*/
#header{
	width:1024px;
	height:136px;
	text-align:center;
	padding:0 0 0 0;
}

#header-logo{
	background:#fff url(/images/header-logo.jpg) no-repeat;
	width:395px;
	height:136px;
	float:left;
}
#header-logo a{
	display:block;
	width:395px;
	height:136px;
}
#header-noflag{
	background:#fff url(/images/header-noflag.jpg) no-repeat;
	width:116px;
	height:136px;
	float:left;
}
#header-flag{
	background:#fff url(/images/header-flag.jpg) no-repeat;
	width:116px;
	height:136px;
	float:left;
}

#header-flag a{
	display:block;
	width:116px;
	height:136px;
}

#header-photos{
	background:#fff url(/images/header-photos.jpg) no-repeat;
	width:513px;
	height:136px;
	float:left;
}




/*Body*/
#body-container{
	background:#fff url(/images/body-bg.jpg) repeat-y;
	width:1024px;
	text-align: center;
	margin: 0;
	border:0;
}

#body-subcontainer{
	width:936px;
	margin:0 auto;
	text-align:left;
	padding-bottom:20px;
}

#body-content-divider{
	background:#fff url(/images/content-divider.gif) repeat-y;
	width:936px;
	display:inline-block;
	margin-top:28px;
}

#body-content{
	background-color:white;
	width:889px;
	display:inline-block;
	margin-top:28px;
	margin-left:27px;
	margin-right:20px;
	min-height:420px;
	_height:420px;
}

#left-column{
	width:565px;
	float:left;
	margin-right:22px;
	margin-left:25px;
	display:block;
}

#right-column{
	
	width:280px;
	float:left;
	margin-right:24px;
	margin-left:20px;
	display:block;
}

.separator{
	background:#fff url(/images/separator.gif) no-repeat;
	width:565px;
	height:20px;
		margin-top:5px;
	margin-bottom:10px;
}

.expandcollapse{
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}

.desc{
}

.more{
}

/*Footer*/
#footer{
	width:1024px;
	height:151px;
}

#footer-ball{
	background:#fff url(/images/footer-ball.jpg) no-repeat;
	width:229px;
	height:151px;
	float:left;
}

#footer-poweredby{
	background:#fff url(/images/footer-poweredby.jpg) no-repeat;
	width:327px;
	height:151px;
	float:left;
}

#footer-poweredby a{
	display:block;
	width:327px;
	height:151px;
}

#footer-card{
	background:#fff url(/images/footer-card.jpg) no-repeat;
	width:468px;
	height:151px;
	float:left;
}

/*Update Progress*/
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	z-index:10000;
	
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
	
}

.PageUpdateProgress
{
	background-color:#FFFFFF;
	color:#333;
	width: 220px;
	height:120px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
}
