/* Start of CMSMS style sheet 'RogueBluLayout' */
body {
	margin: 0;
	padding: 0;
	background: url(images/bgdrops.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	background-color: #fff;
}

#logo {
	position: absolute;
	top: 0;
	left: 10px;
	width: 230px;
	height: 258px;
	background: url(images/logo.png);
}

#topGrad {
	display: block;
	background: url(images/topGrad.png);
	background-repeat: repeat-x;
}

#WhiteCornerGrad {
	display: block;
	background: url(images/whiteBGcorner.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
}

#content1 {
	padding: 150px 35px 0 240px;
}
#content2 {
	max-width: 900px;
	min-width: 400px;
font-family: Times New Roman;
}

#footer {
margin: 100px 0 40px 100px;
font-family: Gill Sans;
font-size: 8pt;
font-weight: lighter;
}

/* End of 'RogueBluLayout' */

