body{
	margin:0px;
	height: 100%; 
	font-family: Arial;
	font-size: 14px;
	color: #666666;
}
#container {
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	position:absolute;
}
#rightContent {	
	background-image: url(../images/mid.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color:#F9F9F9;
	margin-left:15px;
	padding-top:126px;
	padding-left:15px;
	float: right;
	width: 55%;
	height: 100%;
}
#leftContent{
	padding-top:10px;
	background-color:#FFFFFF;	
	height: 100%;
}
#middleright {
	width:450px;	
}
#middleleft {
}
.headerblue {
	color: #8399B1;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.headerbluesub {
	color: #8399B1;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 25px;
}
.headerbluesub1 {
	color: #8399B1;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.navheaderblue {
	color: #5A7897;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
}
.navheaderpink {
	color: #FF0099;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #5A7897;
}
a:active {
	color: #666666;
}

/*css navigation */


.cssnav	{
	color: #999999;
	padding: 2px;
}
.cssnav a {
	color: #999999;
	text-decoration: none;
	padding-right:0px;
	word-spacing: 0.2em;
	font-size: 14px;
	font-weight: bold;
}

 .cssnav a:hover {
	color: #999999;
	cursor: pointer;
	padding-right:10px;
	text-decoration: none;
	background-image:url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position:right;
	font-size: 14px;
	font-weight: bold;
}


 .cssnav a:visited {
	color: #999999;
	}