@charset "utf-8";
/* CSS Document */


body{
	width:725px;
	position:relative;
	margin:auto;
	background:url(http://dsbigham.net/back1.gif);
	background-repeat:repeat-xy;
	}
	
#headerone{
	width:425px; 
	height:425px;
	position:absolute;
	margin-left:280px;
	margin-top:0px;
	border:solid;
	border-width:10px;
	border-color:green;
	-moz-border-radius:30px;
	border-radius:30px;
	color:green;
	background:black;
	}

#headertwo{
	width:260px;
	height:260px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	border:solid;
	border-width:10px;
	border-color:#CC0000;
	-moz-border-radius:30px;
	border-radius:30px;
	color:#CC0000;
	background:black;
	}
	
#headerthree{
	width:145px;
	height:145px;
	position:absolute;
	margin-left:0px;
	margin-top:280px;
	border:solid;
	border-width:10px;
	border-color:blue;
	-moz-border-radius:30px;
	border-radius:30px;
	color:blue;
	background:black;
	}

#headerfour{
	width:95px;
	height:145px;
	position:absolute;
	margin-left:165px;
	margin-top:280px;
	border:solid;
	border-width:10px;
	border-color:yellow;
	-moz-border-radius:30px;
	border-radius:30px;
	color:yellow;
	background:black;
	}

#mainbox{
	width:705px;
	position:absolute;
	margin-left:0px;
	margin-top:445px;
	border:solid;
	border-width:10px;
	border-color:silver;
	-moz-border-radius:30px;
	border-radius:30px;
	color:silver;
	background:black;
	}
	
.headercontents{
	color:inherit;
	position:absolute;
	bottom:0;
	left:0;
	}
	
.maincontents{
	padding:25px 25px 50px 25px;
	}

.footer{
	color:white;
	position:absolute;
	bottom:0;
	right:0;
	padding:10px;
	font-size:x-small;
	}	
	
@font-face {
  font-family: 'CookieRegular';
  src: url('webfontkit/cooky-webfont.eot');
  src: url('webfontkit/cooky-webfont.woff') format('woff'), url('webfontkit/cooky-webfont.ttf') format('truetype'), url('webfontkit/cooky-webfont.svg#webfontAxUUzxVv') format('svg');
	font-weight: normal;
	font-style: normal;
			}
			
@font-face {
	font-family: 'AvantGardeBkBTBook';
	src: url('webfontkit/avgardn-webfont.eot');
	src: url('webfontkit/avgardn-webfont.woff') format('woff'), url('webfontkit/avgardn-webfont.ttf') format('truetype'), url('webfontkit/avgardn-webfont.svg#webfontjKPh250u') format('svg');
	font-weight: normal;
	font-style: normal;
			}
			
@font-face {
	font-family: 'AvantGardeBkBTDemi';
	src: url('webfontkit/avgardd-webfont.eot');
	src: url('webfontkit/avgardd-webfont.woff') format('woff'), url('webfontkit/avgardd-webfont.ttf') format('truetype'), url('webfontkit/avgardd-webfont.svg#webfontDO4y5IB0') format('svg');	
	font-weight: normal;
	font-style: normal;
}			

@font-face {
	font-family: 'AvantGardeBkBTDemiOblique';
	src: url('webfontkit/avgarddo-webfont.eot');
	src: url('webfontkit/avgarddo-webfont.woff') format('woff'), url('webfontkit/avgarddo-webfont.ttf') format('truetype'), url('webfontkit/avgarddo-webfont.svg#webfontL4IptHsE') format('svg');	
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'AvantGardeBkBTBookOblique';
	src: url('webfontkit/avgardni-webfont.eot');
	src: url('webfontkit/avgardni-webfont.woff') format('woff'), url('webfontkit/avgardni-webfont.ttf') format('truetype'), url('webfontkit/avgardni-webfont.svg#webfontJeKdqbIg') format('svg');	
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'LucidaSansUnicodeRegular';
	src: url('webfontkit/l_10646-webfont.eot');
	src: url('webfontkit/l_10646-webfont.woff') format('woff'), url('webfontkit/l_10646-webfont.ttf') format('truetype'), url('webfontkit/l_10646-webfont.svg#webfontlqQfsOQE') format('svg');
	font-weight: normal;
	font-style: normal;
}
			
			

h1 {
	font-weight: normal;
	font-style: normal;
	line-height: 95%;
	font-size:52px;
	font-family: 'CookieRegular', Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	padding: 0;
	margin: 0;
	}

h2{
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-size:36px;
	font-family: 'AvantGardeBkBTDemiOblique', Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	padding:0;
	margin:5px 0 0 0;
	}
	
h3{
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-size:20px;
	font-family: 'AvantGardeBkBTBook', Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	padding:0;
	margin:0;
	}

h4{
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-size:30px;
	font-family: 'AvantGardeBkBTDemi', Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	padding:0;
	margin:0;
	}

.ipa{
	font-family:'LucidaSansUnicodeRegular', 'Arial Unicode MS', 'Lucida Sans Unicode';
	font-size: larger;
	}

.wellskeywords{
	font-variant:small-caps;
	}

a{
	color:white;
	}

a:link{
	color:yellow;
	text-decoration:none;
	}
	
a:visited{
	color:white;
	}

a.headerone:link{
	color:white;
	text-decoration:none;
	}	

a.headerone:visited{
	color:white;
	text-decoration:none;
	}
a.headerone:hover{
	color:yellow;
	text-decoration:underline;
	}	

a.headerfour:link{
	color:inherit;
	text-decoration:none;
	}	

a.headerfour:visited{
	color:yellow;
	text-decoration:none;
	}
a.headerfour:hover{
	color:yellow;
	text-decoration:blink;
	}	


p{
	font-weight: normal;
	font-style: normal;
	line-height: 21px;
	font-size:14px;
	font-family: Verdana, sans-serif;
	text-align:left;
	margin: 30px;
	}

.author{
	font-weight:normal;
	font-size:16px;
	font-family: 'AvantGardeBkBTDemi', Verdana, Helvetica, Arial, sans-serif;
	margin:15px 0 0 0;
	}

.italicstitle{	
	font-weight: normal;
	font-size:16px;
	font-style: italic;
	font-family: 'AvantGardeBkBTDemi', Verdana, Helvetica, Arial, sans-serif;
	margin:0;
	}
	
.quotetitle{
	font-weight: normal;
	font-size:16px;
	font-style: normal;
	font-family: 'AvantGardeBkBTDemi', Verdana, Helvetica, Arial, sans-serif;
	margin:0;
	}
		
.dateplace{
	font-weight:normal;
	font-size:16px;
	font-family: 'AvantGardeBkBTDemi', Verdana, Helvetica, Arial, sans-serif;
	margin:0;
	}

.abstract{
	font-size:12px;
	line-height:16px;
	margin:0;
	}

.datalink{
	margin:0;
	}

.rightalign{
	text-align:right;
	}

.section {
	padding:0 0 35px 0;
	}
	
ul.nav{
	list-style-type:none;
	padding:0 0 0 20px;
	margin:0;
	font-weight: bold;
	font-style: normal;
	color:white;
	line-height: 30px;
	font-size:20px;
	font-family: 'AvantGardeBkBTBook', Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	}

ul.normal{
	font-weight: normal;
	font-style: normal;
	line-height: 21px;
	font-size:14px;
	font-family: Verdana, sans-serif;
	text-align:left;
	list-style-type:circle;
	margin:0;
	}

ul.biblio{
	list-style-type:none;
	line-height: 21px;
	}

ul.biblio li{
	margin:40px auto;
	}	
	