/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */

#doc4 {
	width: 974px;
	}

#doc4.personal {
	background-image:url(assets/daplogo4.jpg);
	background-repeat:no-repeat;
	}


#bd { 
	margin-top: 15px;
}

#bd.personal { 
	margin-top: 100px;
}

#hd.personal {
	background-image: assets/daplogo4.jpg;
	background-repeat: no-repeat;
	
	}

body,html {
	background-color:#D6D5D0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color: #343434;
	}

.head-left {
	float: left;
	width: 280px;
	}

.head-right {
	float: right;
	width: 680px;
	}

.main-left {
	float: left;
	width: 640px;
	height: 300px;
	position: relative;
	}

.main-right {
	float: right;
	width: 300px;
	margin-left: 25px;
	}

.pers-left {
	float: left;
	width: 375px;
	margin-left: 225px;
	}

.pers-right {
	float: right;
	width: 325px;
	margin-left: 25px;
	text-align: left;
	}

.action-left {
	float: left;
	width: 200px;
	}

.action-right {
	float: right;
	width: 550px;
	}

p {
/*	font-size: 95%; */
	font-size: 12px;
	line-height: 140%;
	}

#ft {
	margin-top: 50px;
	}
	
#ft a, #ft{
	color: #787878;
	font-size: 12px;
	text-decoration:none;
	}

#ftlinks {
	margin-top: 100px;
	text-align: center;
	color: #ACACAC;
	font-size: 10px;
	}

#ftlinks a{
	color: #ACACAC;
	text-decoration:none;
	font-size: 10px;
	}


.blacklink {
	color: black;
	text-decoration: none;
	font-style:
	}

.contact, a.contact{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	}
	

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:16px; 
	margin-top: 110px;

	
}

h1.personal {
	/*18px via YUI Fonts CSS foundation*/
	font-size:18px; 
	margin-top: 0px;
}


h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:16px;
	margin-top: 0;
}

h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:14px;  
}


 h1,h2 {
	/* top & bottom margin based on font size */
	margin-bottom: 1em;
} 



h3 {
	/* top & bottom margin based on font size */
	margin: 0 0 1em 2em;
}


h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	font-size: 120%;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	font-size: 120%;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
