
/*
Last Modified: 09/06/10
Site: ddespta.org
*/


/*
  Layout
  ========================================
 */
  
body {
	margin:0 auto;
	background: #ccccff url('http://www.ddespta.org/widemain_background.jpg') repeat-y top center;
}

#allcontent {
	width: 900px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#headspace {
	width: 900px;
	height: 165px;
	background-image: url('http://www.ddespta.org/ptaheader.jpg');
	margin: 0px;
}

#bluemenu {
	position: absolute;
	margin-top: 49px;
	margin-left: 140px;
	background-image: url(http://www.ddespta.org/bluebarlong.jpg);
	width: 620px;
	height: 20px;
	text-align: center;
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
	
#bluemenu a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

#bluemenu a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

#bluemenu a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
	text-decoration:none;
}

#bluemenu a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
	text-decoration:none;
}

#titleframe {
	position: absolute;
	margin-top: 80px;
	margin-left: 98px;
	width: 700px;
	height: 200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	color: #003399;
	font-weight: bolder;
	text-decoration:none;
}	

#slogan {
	position: absolute;
	margin-top: 50px;
	margin-left: -590px;
	width: 590px;
	height: 20px;
	text-align: center;
	font-family: times, serif;
	font-size: 24px;
	color: #003399;
	font-weight: 400;
	font-style: italic;
	text-decoration:none;
}

#schoolsite {
	position: absolute;
	margin-top: 85px;
	margin-left: -750px;
	width: 100px;
	height: 10px;
	text-align: center;
	font-family: times,serif;
	font-size: 12px;
	color: #003399;
	font-weight: 300;
	text-decoration: none;
}

#schoolsite a:link
{
	font-family: times,serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	text-decoration:none;
}

#schoolsite a:visited
{
	font-family: times,serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	text-decoration:none;
}

#schoolsite a:active
{
	font-family: times,serif;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
	text-decoration:none;
}

#schoolsite a:hover
{
	font-family: times,serif;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
	text-decoration:none;
}

#mainbody {
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 50px;
}
	
#footer
{
	background: #ccccff url('footer_background.jpg') repeat-y top center;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:1em 0;
	font-family: times, serif;
	font-size: 10px;
	text-align:center;
}



/*
  Common Elements
  ========================================
*/
  
table.directors {
	border-width: 2px;
	border-style: outset;
	border-color: blue;
	border-collapse: separate;
	background-color: blue;
}
table.directors th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: blue;
	background-color: yellow;
	text-align: center;
}
table.directors td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: blue;
	background-color: white;
	text-align: left;
}

