@charset "utf-8";
/* CSS Document */
body {
	background-color:#e26e19;
    background-image:url(images/DFC_bg.jpg);
    background-repeat:repeat;
    background-attachment:fixed;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:justify;
}
div {
	margin:0;
    padding:0;
}
.DoubleSpaced {
	margin-top:2em;
}
#PageContent {
	background-color:#fffbef;
    width:700px;
    margin:20px auto;
}
#Header {
	margin:0;
	text-align:center;
    padding:20px;
}
#Header img {
	border:none;
}
#Copy {
	background-color:#fbf1d8;
    width:600px;
    margin: 30px auto 0 auto;
    padding:5px 20px 20px 20px;
    border: solid 1px #ccc;
}
#Copy h1 {
	font-size:24px;
    color:#56004e;
    margin-top:1em;
}
#Copy h2 {
	font-size:18px;
    color:#56004e;
}
#Copy .Centered {
	text-align:center;
}
#Copy .Thumbnail {
	border:solid 1px #000;
}
.Box {
	margin:20px auto 20px auto;
	background-color:#fffbef;
    border: solid 1px #ccc;
    padding:20px;
}
.Links {
	width:555px;
    margin-top:20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:20px;
    padding: 0px;
    color:#000000;
    font-size:11px;
    text-align:left;
}
.Links .TopLinks {
    height:175px;
}
.Links .Button {
    height:39px;
    width:39px;
    border:none;
    background-image:url(images/button_up.png);
    background-repeat:no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.Links .Button:hover {
	background-image:url(images/button_down.png);
}
.Links .BottomLinks {
	clear:both;
    height:108px;
    margin-top:12px;
}
.Links .Left {
	position:relative; /* for absolute positioning of button, later */
	float:left;
    width:137px;
    padding-left:20px;
    padding-right:20px;
}
.Links .Right {
	position:relative; /* for absolute positioning of button, later */
	float:right;
    width:137px;
    padding-left:20px;
    padding-right:20px;
}
.Links .Middle {
	position:relative; /* for absolute positioning of button, later */
	margin-left:190px;
    width:137px;
    padding-left:20px;
    padding-right:20px;
}
.Links #CoopInfo {
	height:89px;
    padding-top:85px;
    padding-bottom:0;
    background-image:url(images/box_coop.png);
    background-repeat:no-repeat;
}
.Links #Media {
	height:89px;
    padding-top:85px;
    padding-bottom:0;
    background-image:url(images/box_media.png);
    background-repeat:no-repeat;
}
.Links #Newsletter {
	height:89px;
    padding-top:85px;
    padding-bottom:0;
    background-image:url(images/box_newsletter.png);
    background-repeat:no-repeat;
}
.Links #Apply {
    height:95px;
    padding-top:12px;
    padding-bottom:0;
    background-image:url(images/box_apply.png);
    background-repeat:no-repeat;
}
.Links #Admin {
    height:95px;
    padding-top:12px;
    padding-bottom:0;
    background-image:url(images/box_admin.png);
    background-repeat:no-repeat;
}
.Links #MemberLogin {
    height:95px;
    padding-top:12px;
    padding-bottom:0;
    background-image:url(images/box_member.png);
    background-repeat:no-repeat;
}
#Footer {
	font-size:13px;
    text-align:center;
    padding-bottom:20px;
    margin-top:30px;
}
#Footer img {
	border:none;
}

.Calendar {
	float:left;
    margin-right:10px;
	height:83px;
    width:83px;
    background-image:url(images/calendar.jpg);
    position:relative;
}
a div.Calendar {
	text-decoration:none;
    cursor:pointer;
}
.Calendar .Month {
    background-image:none;
    padding-top:5px;
	height:33px;
    width:83px;
    color:#FFFFFF;
	font-size:18px;
    font-weight:bold;
    text-align:center;
    overflow:hidden;
}
.Calendar .Day {
    background-image:none;
    padding-top:1px;
	height:50px;
    width:83px;
    color:#000000;
	font-size:30px;
    font-weight:bold;
    text-align:center;
    overflow:hidden;
}
