@charset "UTF-8";
/*base stylings*/
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-image:url(Images/Background_white.png), url(Images/Squiggle.png);
	background-repeat:repeat-y, no-repeat;
	background-position: center, 105% 105%;
	background-attachment:fixed;
	background-size: 715px, auto;
	min-width: 700px;
	max-width: 700px;
}
body p {
	text-align: justify;
}
body ul {
	list-style-type:circle;
}
body h3 {
	background-position: 130px 300px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(Images/Squiggler.png);
}
body h2 {
	background-position: 180px 200px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(Images/Squiggler.png)
}
body h1 {
	color: rgba(151,18,27,1.00);
	font-size: 59.45px;
}
/*expanded stylings*/
#mcc-aas h3 {
	text-align: center;
	font-size: x-large;
}
/*overviews on sections*/
#mcc-aas ul {
	max-width: 50%;
	margin-left:auto;
	margin-right:auto;
}
/*Track classes*/
#mcc-geneds {
	float: left;
	width: 50%;
}
#mcc-required {
	width: 50%;
	float:left;
}
#mcc-general {
	width: 50%;
	float:left;
	clear:both;
}
#mcc-illustration {
	width: 50%;
	float: left;
}
#mcc-motion {
	float: left;
	clear: both ;
	width:100%;
}
#mcc-motion ul{
	width: 50%;
}
/*advanced cert and down*/
#mcc-supporting {
	padding-top: 25px;
	clear:both
}
#mcc-career ul {
	list-style-type:none;
}
#mcc-career li {
	margin: 6px;
}
/*link overalls*/
#resources-selection {
	width:50%;
	float:left;
	margin-bottom:150px;
}
#mcc-campus {
	float:left;
	width:50%;
}
/*link specific stylings*/
a:link {
    color:rgba(151,18,27,1.00);
    background-color:transparent;
    text-decoration:none;
}
a:visited {
	color: rgba(90,18,27,1.00);
	background-color: transparent;
	text-decoration: none;
}
a:hover {
    color:rgba(151,18,27,1.00);
    background-color:transparent;
    text-decoration:line-through;
}
a:active {
    color:rgba(90,18,27,1.00);
    background-color:transparent;
    text-decoration:line-through;
}