/* CSS Document */
html {
	scrollbar-face-color:#F7E924;
	scrollbar-base-color:#F7E924;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#F7E924;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#F02F30;
	scrollbar-darkshadow-Color:#F02F30;
	height:100%;
}

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
	}
a:link {
	color: #ED392B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ED392B;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #ED392B;
	}

#wrap{
	width:800px;
	margin: auto;
	}
#hdr{
	width:800px;
	height:192px;
	background-image: url(images/jpgs/main/top.gif);
	}
.centre {
	text-align: center;
}
.red {
	color: #F02F30;
}

#mid{
	width:738px;
	padding-right: 35px;
	padding-left: 27px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: justify;
	background-image: url(images/jpgs/main/mid.gif);
	}
.mainmenu {
	font-size: 1.5em;
	font-weight: bold;
	color: #EE332C;
	height: 40px;
	width: 520px;
	margin-left: 143px;
	padding-top: 28px;
}

#footer{
	width:738px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 110px;
	padding-bottom: 2px;
	background-image: url(images/jpgs/main/instructorfooter.jpg);
	height: 70px;
	text-align: center;
	color: #CC2725;
	background-repeat: no-repeat;
	}
h1 {
	font-size:20px;
	color:#F02F30;
	}	
h2	{
	font-size:1.3em;
	color: #F02F30;
	}
.quicklink {
	background-image: url(images/jpgs/main/quicklink.gif);
	background-repeat: no-repeat;
	float: left;
	height: 230px;
	width: 245px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 80px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
}

	
.bodytext {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.grey {
	font-size: 9px;
	color: #CCCCCC;
}
#grey a, #info a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#grey a:hover, .here {
	text-decoration: none;
	color: #ffffff;
}

.imagewrap {
	float: left;
	margin-right: 15px;
}
.lefthandcolum {
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 25px;
}
.padding25btm {
	margin-bottom: 25px;
}
.padding15 {
	margin: 15px;
	float: left;
}
