@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
a:link {
	color: #F15928;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #F15928;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #F15928;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #F15928;
}
.LeftBG {
	background-image: url(../images/leftBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.RightBG {
	background-image: url(../images/rightBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.LeftBGsBG {
	background-image: url(../images/SGA_Engineering_BG2.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.RightBGsBG {
	background-image: url(../images/SGA_Engineering_BG3.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.HeadingSmall {
	font-size: 36px;
	color: #EC5B26;
}
.HeadingLarge {
	font-size: 46px;
	color: #EC5B26;
	line-height: 58px;
}
.SubHeader {
	color: #EC5B26;
	font-weight: bold;
}
