body {
	margin: 0px;
	background:#000033 url('/images/bg.gif') center;
}


*{margin: 0; padding: 0;}

.clear-both {clear:both;}

.ContentDefault {
font-family: Arial, Helvetica, sans-serif;
font-size:12pt;
}

.rounded_all {
  -moz-border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -webkit-border-radius:5px;
} 
.rounded_bottom {
  -moz-border-radius-bottomright:3ex;
  -moz-border-radius-bottomleft:3ex;
  -webkit-border-bottom-left-radius:3ex;
  -webkit-border-bottom-right-radius:3ex;
}

#PageWrapper {
	width:952px;
	margin:0 auto;
}
#TopContainer {
	position: relative;
	width: 952px;
	height: 309px;
	
	margin: 27px 0 0 0;
}
#TxtTop {
	position: relative;
	width: 952px;
	height: 41px;
	background: url('/Images/txt-Top.png');
}
#Flash {
	position: relative;
	width: 950px;
	height: 260px;
	border-left: 1px solid #99cbcb;
	border-right: 1px solid #99cbcb;
	border-bottom: 2px solid #99cbcb;
}
#LinksTop {
	position: relative;
	width: 952px;
	height: 8px;
	background: url('/Images/links-top.png');
}
#Links {
	position: relative;
	width: 952px;
	height: 26px;
	text-align:center;
	background: url('/images/links-bg.png');
	z-index: 2;
}
#Spacer {
	position: relative;
	width: 952px;
	height: 57px;
	background: url('/images/spacer.png');
}
#MiddleContainer {
	position: relative;
	width: 952px;
}
#LeftContainer {
	position: relative;
	float: left;
	width: 224px;
	min-height:592px;
  	height:auto !important;
  	height:592px;
	margin: 0 10px 0 0;
	background: #006192 url('/images/left-bg.png');
	border-left: #99cccc 1px solid;
	border-right: #99cccc 1px solid;
	border-bottom: #99cccc 1px solid;
}
#Left {
	position: relative;
	width: 224px ;
	background: url('/images/left-bgimg.png') top right no-repeat;
}
#RightContainer {
	position: relative;
	float: right;
	width: 711px;
	min-height:592px;
	background: #FFFFFF;
	border-left: 2px solid #99cccc;
	border-right: 2px solid #99cccc;
	border-bottom: 2px solid #99cccc;
}
#Copywright {
	position: relative;
	margin: 15px 0 15px 0;
	width: 948px;
	height: 16px;
	background: #FFFFFF;
	font-family: arial;
	color: #666;
	font-size: 14px;
	text-align:center;
	border: #99cccc 2px solid;
}


a.WhiteLink:Link {
color: #FFFFFF;
}
a.WhiteLink:Visited {
color: #FFFFFF;
}
a.WhiteLink:Hover {
color: #000000;
}