@charset "utf-8";
/* CSS Document */


/* Overiding styles for all pages */

body {
	padding: 0px;
	color: #6d6e71;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0px;
	height:100%;
	width: 100%;
}

a:link, a:visited {
	color: #ee2d2f;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #fff;
	background: #ee2d2f;
	text-decoration: none;
}

#setpage {
	width: 900px;
	margin: auto;
	padding: 0px;
}

img {
	border-style: none;
}

p {
	margin: 8px 0px;
	padding: 0px;
}

form, h1, h2, h3, h4, h5, ul, ol, li {
	margin: 0px;
	padding: 0px;
}

/* Standard styles used throughout */

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Head image and logo */

h1, h2 {
	font-size: 1px;
	line-height: 600px;
	display: block;
	margin: 0px;
	height: 1px;
	width: 900px;
	overflow: hidden;
}

h1 {
	background: url(images/rs-academy-logo.jpg) no-repeat;
	padding: 82px 0px 0px;
}

h2 {
	background: url(images/rs-academy-strap.jpg) no-repeat;
	padding: 99px 0px 0px;
	border-bottom: 7px solid #ee2d2f;
}

a.oldsitelnk:link, a.oldsitelnk:visited {
	font-size: 1px;
	line-height: 600px;
	display: block;
	margin: 0px;
	height: 1px;
	width: 900px;
	overflow: hidden;
	background: url(images/originalwebsitelink.gif) no-repeat left top;
	padding: 76px 0px 0px;
}

a.oldsitelnk:active, a.oldsitelnk:hover, a.oldsitelnk:focus {
	background: url(images/originalwebsitelink.gif) no-repeat right top;
}



/* general layout styles for all pages */

#maincontent {
	width: 878px;
	padding: 26px 22px 20px 0px;
}

#leftcolumn {
	float: left;
	width: 387px;
}

#rightcolumn {
	float: right;
	width: 435px;
}

#rightcolumn a {
	font-weight: bold;
	float: right;
	display: block;
}

h3 {
	font-size: 18px;
	line-height: 50px;
	color: #ee2d2f;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.condets {
	font-size: 13px;
	font-weight: bold;
	float: right;
	padding: 0px 22px 40px 0px;
}


a.pdflink:link, a.pdflink:visited {
	background: url(images/pdflink.gif);
	display: block;
	height: 39px;
	width: 855px;
	font-size: 13px;
	line-height: 39px;
	color: #FFFFFF;
	margin: -7px 0px -7px;
	padding: 0px 0px 0px 45px;
}

a.pdflink:hover, a.pdflink:active {
	color: #ee2d2f;
}