html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#666666;
	margin: 0;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.clearboth {
	clear: both;
}

#wrapper {
	width: 932px;
	height: 920px;
	padding-top: 4px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg_full.gif) no-repeat;
}

#wrapper #theMiddle {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper #theMiddle #flashcontent {
}

#wrapper #footer {
	float: left;
	padding: 15px;
}

#dialog ul {
	text-align:left;
}

#dialog a {
	text-decoration:underline;
}

#dialog a:hover {
	color:#C00;
}
#ResourcesPanel .RightPanel {
	float:left; 
	background-color:#0D4D41; 
	width:627px;
	height:36px;
	line-height:36px;
	padding-left:14px;
	font-size:10pt;
	color:#FFFFFF;
}
#ResourcesPanel .RightPanel a {
	color:#FFFFFF;
	text-decoration:underline;
}

#ResourcesPanel .LeftPanel {
	float:left; 
	background-color:#018069; 
	width:273px;
	height:36px;
}
