site {
	height: 100%;
	width: 790px;
}
body {
	background-color: #7b9cf9;
	background-image: url(../images/bgr-gradient.jpg);
	background-repeat: repeat-x;
}
.spacer {
	height: 2px;
	width: 790px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
A:active	{
	color: #FFFFFF; 
	text-decoration: none;
}
A:link	{
	color: #FFFFFF; 
	text-decoration: none;
}
A:visited	{
	color: #FFFFFF;
	text-decoration: none;
}
A:hover	{
	color: #FFFFFF; 
	text-decoration: underline;
}

.site-top {
	height: 200px;
	width: 790px;
}
.menu-select {
	text-align: center;
	vertical-align: bottom;
}
.select-arrow {
	top: 1px;
	position: relative;
}
.menu-top {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
A.menu-top-link:active	{
	top: 4px;
	position: relative;
	color: #000000; 
	text-decoration: none;
}
A.menu-top-link:link	{
	top: 4px;
	position: relative;
	color: #000000; 
	text-decoration: none;
}
A.menu-top-link:visited	{
	top: 4px;
	position: relative;
	color: #000000;
	text-decoration: none;
}
A.menu-top-link:hover	{
	top: 4px;
	position: relative;
	color: #000000; 
	text-decoration: underline;
}


.site-middle {
	width: 790px;
}
.site-middle-menu{
	width: 200px;
	float: left;
}
.menu-item{
	width: 200px;
	height: 30px;
	position: relative;
}
.menu-item-back{
	filter:alpha(opacity=15);-moz-opacity:.15;opacity:.15;
	background-color: #FFFFFF;
	width: 200px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;

}
.menu-item-back2{
	width: 200px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;

}
.menu-item-text{
	width: 200px;
	height: 30px;
	vertical-align: text-bottom;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0px;
}
A.menu-link:active	{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
A.menu-link:link	{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF; 
	text-decoration: none;
}
A.menu-link:visited	{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF; 
	text-decoration: none;
}
A.menu-link:hover	{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF; 
	text-decoration: underline;	
}


.site-middle-main{
	width: 585px;
	float: right;
}
.site-middle-main-banner{
	width: 585px;
	height: 80px;
}
.site-middle-main-content{
	width: 585px;
	position: relative;
}
.site-middle-main-back{
	filter:alpha(opacity=15);-moz-opacity:.15;opacity:.15;
	background-color: #FFFFFF;
}
.site-middle-main-backtext{
	visibility: hidden;
	text-align: left;
	filter:alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.site-middle-main-textarea{
	vertical-align:top;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
}
.site-middle-main-text{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}


.site-bottom {
	text-align: center;
	height: 45px;
	width: 790px;
	background-image: url(../images/bgr-footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	vertical-align:middle;
}