body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: scroll;
	/*height: auto;*/
	/*max-height: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}

#framecontent{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 193px; /*Width of frame div*/
	/*height: auto;*/
	overflow: hidden;
	color: white;
	/*background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #c6cce4;
	background-attachment: fixed;*/
}

#maincontent{
	position: absolute;
	top: 0;
	left: 193px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	width:710px;
	/*background-color: #fff;*/
	background-attachment: fixed;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: 290px 80px;
}

#maincontentHome{
	position:  absolute;
	top: 0;
	left: 193px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	width:710px;
	/*background-color: #fff:*/
	background-attachment: fixed;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: 290px 340px;
}


.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 193px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}
p {
	margin-left: 25px;
	font-size: 15px;
	color: #1d48ab;
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 710px; 
}
.sidebarLogo {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.homeRotater {
	height: 289px;
	width: 701px;
}
.pageTitle {
	height: 51px;
	width: 709px;
	margin-left: 15px;
}
.footerInfo {
	font-size: 10px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 15px;
	color: #455aae;
}
.footerInfo a{
    text-decoration:none;
	color: #455aae;
}
.footerInfo a:visited{
    text-decoration:none;
	color: #455aae;
}
.footerInfo a:hover{
    text-decoration:underline;
	color: #455aae;
}
.unorderedList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 25px;
	color: #1d48ab;
}
