/*
* full-page.css
*/


body,#bodyed,.bodyed {
	margin: 0px;
	padding: 0px;
	/*text-align: center;
	*/
	font-family : Flair, AucoinExtBol, AucoinLight, Times, Times New Roman, Verdana, Arial;
	font-size : 12px;
	background-image : url(/images/backgroung3.jpg);
	background-color: #550000;
	color:#FFFFFF;
	background-position : top;
	background-repeat : repeat-y;
}

#pageint {
	position: relative;
	text-align: center;
	width:770px;
	left:0px;
	margin-top : 0px;
	text-align: left;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	/*border : 1px solid Gray;*/
	z-index: 1;
}

#pageint {
	position: relative;
	text-align: -moz-center;
	width:770px;
	left:0px;
	margin-top : 0px;
	text-align: left;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	/*border : 1px solid Gray;*/
	z-index: 1;
}
.small {
	font-size : 10px;
	/*	font-family : Arial, Helvetica, sans-serif;*/
}
.article {
	/* font-family : Arial, Helvetica, sans-serif;*/
}

#page {
	position: relative;
	left: 130px;
	width: 640px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	/*border : 1px solid Gray;*/
	z-index: 3;
}

#pageaint {
	/*border : 1px solid Gray;*/
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	z-index: 4;
}


#copy {
	position: relative;
	top : 5 px;
	width: 100%;
	z-index: 5;
}

h1 {
	margin-top: 0.7em;
}

p {
	margin-bottom: 1em;
}

div.abstract {
	margin-bottom: 2em;
}

div.abstract p {
	font-weight: bold;
}

div.abstract p.date {
	text-align: right;
}

A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}

