@charset "utf-8";

body {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 960px;
	background-color: #000000;
}
#wrapper {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 3px 3px;
	background-color: #000000;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 6px;
	
}
#siteheader {
	height: 140px;
	background-color: #000000;
	margin-bottom: 7px;

}
#Logo {
	width: 258px;
	float: left;
	background-color: #FFFFFF;
	height: 140px;
	margin-right: 5px;
}
#mainContentBkgd {
	background-image: url(../images/content-bkgd.jpg);
	width: 1003px;
	background-repeat: repeat-y;
}



#sidebar {
	width: 250px;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 8px;
	float: left;
}

#sidebar p {
	margin: 0px;
	padding-bottom: 5px;
}

#mainnav {
	padding-top: 25px;
	clear: left;
	padding-bottom: 1px;
}
#mainnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#mainnav li a {
	text-decoration: none;
	text-align: left;
	clear: left;
	display: block;
	padding-left: 32px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: oblique;
	padding-top: 5px;
	font-size: 1em;
}
#mainnav a:hover {
	color: rgba(255,0,0,1.00);
}

#main {
	background-color: #FFFFFF;
	width: 640px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 30px;
	min-height: 460px;
	padding-left: 290px;
	background-image: url(../images/content-bkgd.jpg);
}


#maincontent {
	overflow-y: hidden;
	min-height: 586px;



}

#maincontent h1 {
	color: rgba(228,7,9,1.00);
	font-size: 1.3em;
	padding-top: 0px;
}
#maincontent h2 {
	font-size: 1.15em;
}
#tag {
	padding-left: 366px;
}

.rightPhotopad {
	padding-right: 11px;
}





#sitefooter {
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 258px;
	padding-bottom: 12px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.85em;
	clear: both;
	border-right: 3px solid #FFFFFF;
	margin-right: 3px;
	border-bottom-right-radius: 11px;
	border-top-right-radius: 0px;
}
#sitefooter a {
	color: #FFFFFF;
	text-decoration: underline;
}


.centered {
	text-align: center;
}
img.floatleft {
	float: left;
	clear: both;

}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatright {
	float: right;
}
.justify {
	text-align: justify;
}
.largetype {
	font-size: 1.3em;
}
.negMargin {
	margin-top: -3px;
	margin-bottom: -2px;
}
img.headpad {
	padding-left: 1px;
	padding-right: 0px;
}
.logoRed {
	color: rgba(228,7,9,1.00);
}
.leftPhotopad {
	padding-left: 20px;
}
.indent {
	padding-left: 20px;
}
.medLgfont {
	font-size: 1.2em;
}
.click {
	color: #E40709;
	font-style: italic;
	font-size: 0.85em;
	font-weight: bold;
}
.MBAbottomPad {
	padding-bottom: 34px;
}
