body {
	font: 12px "arial", Verdana, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

div#siteWapper {
	width: 900px;
	margin: auto;
}

div#logo {
	width: 310px;
	border-bottom: 7px solid #2C3953;
	border-right: 7px solid #2C3953;
}

div#randomText {
	float: right;
	width: 585px;
	height: 63px;
	border-bottom: 7px solid #2C3953;
	text-align:right;
}

div#mainMenu {
	background: url(../images/menu-background.jpg) repeat-y;
	width: auto;
	height: 20px;
	border-bottom: 7px solid #5F2340;

}
div#pageHeader {
	background-color: #7B862F;
	width: auto;
	border-bottom: 7px solid #C17024;
	height: 25px;
	color: #ffffff;
}

div#registrationLink {
	background-color: #B35022;
	float: right;
	text-align: center;
	height: 20px;
	width: 170px;
	border-left: 7px solid #504777;
	border-right: 7px solid #2C3953;
	padding-top: 5px;
}

div#registrationLink > a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

div#registrationLink a:hover  {
	text-decoration: underline;
}

div#footerLinks {
	background-color: #5D7E6C;
	width: auto;
	height: 20px;
}

div#footerLinks > a {
	color: #5F2340;
	font-size: 10px;
	font-weight: bold;
	padding-right: 35px;
	padding-left: 35px;
	text-decoration: none;
}

div#footerLinks > a:hover {
	background-color:#6379a5;
	color:#FFFFFF; 
	padding-bottom: 5px;
	
}

div#footerBase {
	width: auto;
	font-size: 10px;
	padding-top: 10px;
}

div#footerLeft {
	float: left;
	width: 400px;
	color: #2C3953;
}

div#footerRight {
	float: right;
	width: 490px;
	color: #541F39;
}

div#formArea {
	width: 300px;
	margin: auto;
	padding-top: 100px;
	border-style: solid;
	border-width: 0px;
}

div#regLinkHeading {
	width: auto;
	padding-right:10px;
	padding-top: 20px;
	margin: auto;
	border-bottom: 2px solid #7B862F;
	font-size: 20px;
	color: #842831;
	letter-spacing: -1px;
	
}

div#regLinkSections {
	width: auto;
	padding-top: 20px;
	margin: auto;
	padding-left: 20px;
	color:#842831
}

div#regLinkSections > a {
	color: #842831;
	text-decoration: none;
	
}

div#regLinkSections > a:hover {
	text-decoration: underline;
}


div#formArea > label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

div#formArea > input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

div#formArea > label {
	text-align: right;
	width: 75px;
	padding-right: 10px;
	padding-top: 3px;
}

div#formArea > a {
	color: #541F39;
	text-decoration: none;
	
}

div#formArea > a:hover {
	text-decoration: underline;
}

div#formArea > br {
	clear: left;
}

div#footerRight > img {
	float: right;	
}

div#pageHeading {
	color: #CB9E3C;
	font: bold 20px "arial", Verdana, sans-serif;
	float: left;
	margin-left: 10px;
}

div#loginContentArea {
	background: url(../images/login-background.jpg) repeat-y;
	width: auto;
	height: 455px;
	border-bottom: 7px solid #2C3953;
}

div#teacherRegisrationContentArea {
	background: url(../images/login-background.jpg) repeat-y;
	width: auto;
	height:1000px;
	border-bottom: 7px solid #2C3953;
}

h5 {
	font-size: 9px;
}

h2 {
	font-size: 17px;
}
