@charset "utf-8";
/* CSS Document */

body  {
	background: #330066;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#breadcrumb {
	width: 920px;
	background-color:#e5e5e5;
	font-size: 12px;
	padding: 3px;
	margin-left: 20px;
}

#container {
	width: 968px;
	overflow: auto;
	background-color: #ffffff;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #72c166;
	border-right-color: #72c166;
	border-bottom-color: #72c166;
	border-left-color: #72c166;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	height: auto;
}

#banner {
	background-image: url(../images/dpac_hdr.jpg);
	height: 125px;
	width: 968px;
}
#menubar {
	background-image: url(../images/dpacmenubar.gif);
	height: 20px;
	width: 968px;
	padding-top: 3px;
	background-color: #FFF;
}



#topspacer_image {
	background-image: url(../images/whitespacer.gif);
	height: 3px;
	width: 968px;
}


#main_image {
	height: auto;
	width: 962px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.upcomingevents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333;
}


#left_column {
	background-color: #ffffff;
	width: 315px;
	border: thin solid #FFF;
	left: auto;
	padding: 0px;
	float: left;
	height: auto;
}

#column_container {
	float: left;
	width: 644px;
	background-color: #ffffff;
	height: auto;
}

#right_column {
	float: right;
	width: 315px;
	background-color: #ffffff;
	margin: 0px;
	height: auto;
}

#center_column {
	width: 314px;
	background-color: #ffffff;
	height: auto;
}
#front_lower {
	background-color: #FFF;
	width: 968px;
	margin: 0px;
	float: left;
}
#main_page {
	font-family: Arial, Helvetica, sans-serif;
	width: 968px;
	background-color: #FFF;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	height: auto;
}
.masterclass {
	color: #606;
	font-size: medium;
	text-align: center;
}
.announce {
	font-weight: bold;
	color: #303;
	text-align: center;
}

.info {
	font-weight: normal;
	color: #330066;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.note {
	font-weight: normal;
	color: #303;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 50px;
}

a:link {
	text-decoration: none;
	color:#330066;
}

a:visited {
	text-decoration: none;
	color:#330066;
}

a:hover {
	text-decoration: underline;
	color:#330066;
}

.fadeModule { 
	margin-bottom:17px;
	background-image: url(/images/backgrnd/dpac_linefade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 940px;
	padding-left: 11px;
	padding-right: 11px;
}

.fadeModule tr {
	line-height:1.5em;
}

.fadeModule h1 {
	color:#330066;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 8px 0px;
	padding-top: 8px;
} 
