@charset "utf-8";
/* CSS Document */
/* PennComm.com */

/* BASICS */

body {
	background-color: #383E4A;
}
a {
	color: #C40000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	line-height: 150%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mast_links   {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	position: relative;
	float: right;
	top: 120px;
	right: 25px;
}

.mast_links a {
	text-decoration: none;
	color: #FFF;
}


.RedHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #C40000;
	line-height: 20px;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin-bottom: -15px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #AF740F;
	font-weight: Normal;
	margin-bottom: -15px;
}
.frontWhiteRight {
	float: right;
	width: 200px;
	height: 100%;
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	padding-left: 11px;
	background-color: #FBEBD0;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
}






#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




/* MAST */
.mast {
	height: 138px;
	background-image: url(images/css/mast_logo.gif);
	background-repeat: no-repeat;
}


.main {
	background-color: #000;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.frontTopFeatureBox {
	background-color: #FFF;
	margin-top:8px;
	margin-right: auto;
	margin-left: auto;
	height: 205px;
	width: 720px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.frontTopFeatureBox_FeaturePhoto  {
	height: 203px;
	width: 381px;
	background-color: #0F0;
	float: left;
}
.frontTopRightSide {
	float: right;
	color: #F00;
	background-color: #FFF;
	width: 320px;
	height: 205px;
}

#emailSubscribeBox {
	background-color: #AF740F;
	height: 33px;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 9px;
}
.frontWhiteContentBox {
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 13px;
	margin-left: 13px;
	padding: 10px;
}

.navbar {
	background-color: #AF740F;
	margin-top: 15px;
	margin-right: 13px;
	margin-left: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.navbar a {
	color: #FFF;
	text-decoration: none;
}



#emailSubscribeBox input {
	height: 25px;
	width: 180px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	float: left;
margin-right: 10px;
}


#emailSubscribeBox a
{
	display: block;
	width: 109px;
	height: 27px;
	float: left;
	background-image: url(images/css/btn_enews_subscribe.gif);
	background-repeat: no-repeat;
	background-position: left top;
/*	margin-top: -18px;*/
}
.donateNowBox {
	margin-bottom: 9px;
}

.QuickFindBox {
	background-color: #010101;
	height: 40px;
}
#maintop  {
	background-image: url(images/css/main_topcorners.gif);
}
#mainbottom {
	background-image: url(images/css/main_bottomcorners.gif);
}


.footer {
	background-color: #000;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
}

#footertop  {
	background-image: url(images/css/main_topcorners.gif);
}
#footer_bottom, {
	background-image: url(images/css/main_bottomcorners.gif);
}

.footerbody {
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 13px;
	margin-left: 13px;
	padding: 10px;
}
#homepageNewsBox {
	width: 450px;
}

#PennCommContent {
width: 450px;
}


/* EVENTS TABLE */
.eventTable {

padding: 10px;
}

.eventTableHeader {
	background-color: #AF740F;
	color: #FFF;
}
.eventTableRows {
	background-color: #FBECD2;
	padding: 3px;
}

.eventTableCells {
	padding: 5px;
}

#BlogSidebar {
	float: right;
	width: 200px;
	height: 100%;
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	padding-left: 11px;
	background-color: #FBEBD0;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#BlogMain {

}

.bottombottom {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-size: .9em;
	color: #FFF;
}

.bottombottom a {
		color: #FFF;
}
