/* CSS Document */
body {
	color: #dfebf7;
	background: #133447 url(../images/b_back.jpg) repeat-x;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
/* DIV */
.wrapper
{

	width: 966px;
	height: 546px;
	text-align: center;	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -483px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -273px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

.footer
{
padding: 10px;
text-align: center;
}


.content
{	
    width: 966px;
	height: 546px;
	text-align: center;
	width: 966px;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	border: 1px solid #DDDDDD;	
}
#left {
	float: left;
	width: 640px;
	padding-top: 70px;
	padding-left: 51px;
	padding-bottom: 35px;
	text-align: justify;
	padding-right: 17px;
}
#leftcenter {
	width: 600px;
	padding: 10px;
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px solid #173B53;
	filter:alpha(opacity=80);
	-moz-opacity:.80;opacity:.80;
	color: #000000;

}
#leftcentertop {
	width: 600px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px solid #173B53;
	filter:alpha(opacity=80);
	-moz-opacity:.80;opacity:.80;
	color: #000000;
}
#leftcenterframe {
	padding: 0;
	overflow: auto; 
	position: absolute; 
	top: 130px; 
	left: 65px; 
	width: 590px; 
}
#right {
	float: left;
	width: 174px;
	padding-top: 70px;
	text-align: left;
}
.rmenu_item {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
	height: 8px;
	margin-left: 2px;
	padding-right: 2px;
}
.webdesign
{
	color: #356BA5;
	background-color: inherit;
}
/* TEXT */
h1
{
	margin: 0 0 0 0;
	font-size: 14px;
}
h2
{
	margin: 0 0 0 0;
	font-size: 12px;
}
/* LINKS */
a.rmenu_link, a.rmenu_link:visited
{
	color:#f1f7fb;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
a.rmenu_link:hover
{
	color: #F8F210;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

a,a:visited
{
	color:#356ca5;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color: #749CC6;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}