@charset "utf-8";
/*
Infomation pertaining to the site layout is stored here.
Not formatting, styling or colors.
*/

/* Tags */
body {
	margin:0px;
	padding:0px;
}

/* Classes */
.navLinks{
	width: 190px;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
}

.btxt{
	font-size: 18px;
}


/* IDs */

#mnContainer {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#mnHeader, #mnFooter{
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	clear: both;
}

#mnTitle{
	line-height: 40px;
}

#mnContent{
	position: relative;
	float: left;
	width: 620px;
	min-height: 300px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#mnNav{
	position: relative;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 200px;
	margin-bottom: 10px;
}

#mnFooter{
	line-height: 40px;
	text-align: center;
}

#hmImage{
	width: 610px;
	margin-left: auto;
	margin-right: auto;
}

#lksLeft{
	width: 200px;
	float: left;
}
#lksRight{
	float: left;
}

#trnApplications{
	float: right;
	clear: right;
}

#schApplications{
	padding-left: 400px;
}
