body {
	margin: 0px 0px 0px 0px;
	color: #272728;
	background-color: #f8f8ff;
	font-family:  Calibri, Arial, sans-serif;
	text-align:center;
	height: auto;
	line-height: 1em;
}

div.body {
	text-align: center;
	max-width: 48em;
	margin: 0 auto;
	padding: 2em 2em 1em 2em;
}

div.content {
	border: solid 3px #191970;
	width: 48em;
	background-color: #4B58A7;
}

/* header ------------------------------------------------- */

div.header {
	width: 100%;
	border-bottom: solid 3px #191970;
	text-align: left;
	background-color: #4B58A7;
	color: white;
	height: auto;
	overflow: auto; /* for mozilla floating bug */
}
img.header {
	border-right: solid 3px #191970;
	position: relative;
	float: left;
}

div.headertext 
{
	position: relative;
	float: left;
	text-align: left;
	padding: 0em 0em 0em 2em;
	height: auto;
}

div.title {
	font-size: 1.5em;
	letter-spacing: .15em;
	padding: 1.6em 0 0 0;
}

div.subtitle {
	font-size: 1em;
	padding-top: .4em;
	font-weight: bold;
}


/* middle ------------------------------------------------- */
div.middle {
	height: auto;
	font-size: .9em;
	background-color: #e3e3e3;	
	padding-bottom: 1em;
	padding-right: 1em;
	clear: both;
}


div.section {
	font-size: 1em;
	color: #191970;
	background-color: transparent;
	padding-top: 2em;
	text-align: left;
	margin-left: .9em;
}

div.heading {
	margin-bottom: .5em;
	font-weight: bolder;
	letter-spacing: .2em;
	padding-bottom: .1em;
	border-bottom: 1px solid gray;
	width: 10em;
	font-size: 1.2em;
}

span.subsection {
	color: #333333;
	font-weight: bold;
	background-color: transparent;
	margin-right: .4em;
}

div.text {
	padding-bottom: .7em;
	letter-spacing: 0px;
	color: Black;
	background-color: Transparent;
	font-weight: normal;
	line-height: 1.2em;	
}

div.floatbox {
	overflow: hidden;
	width: 100%;
	margin: .2em 0 .5em 0;
}
div.left {
    	float: left;
    	position: relative;
	margin: 0 0em 0 0.5em;
}

div.links {
	color: #383934;
	padding-bottom: .3em;
}

div.hspace 
{
    margin: 1em 0 0 0;
}

div.paper {
	margin: 1em 0 0 0;	
}



/* footer ------------------------------------------------- */
div.footer 
{
	clear: both;
	width: 100%;
	border-top: solid 2px #191970;
	font-size: .8em;
	height: auto;
	background-color: #4B58A7;
	color: White;
}

div.footertext {
	text-align: left;
	padding: .3em .5em .3em .5em;
}


div.date {
	position: relative;
	float: right;
	text-align: right;
	margin: .5em 0 1em 0;
	font-size: .6em;
}







/* formatting ------------------------------------------- */


span.italic {
	font-style: italic;
}

span.award {
	font-style: italic;
	font-weight: 900;
}

span.bold {
	font-weight: 900;
}

div.line {
	font-size: 1em;	
}

span.superscript 
{
    vertical-align: text-top;
    font-size: .8em;
}

span.spacer {
	margin-left: 0em;
	margin-right: 1em;
}



/* links ------------------------------------------------- */

a.links {
    margin: 0 0 0 .8em; 
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #4B58A7;
    font-weight: normal;
}


a:visited { 
    color: #4B58A7;
    background-color: transparent; 
}


a:hover {
    text-decoration: underline;
}

a.secret {
	text-decoration: none;
	color: White;
}
a.secret:visited {
	color: White;
}
a.secret:hover {
	color: White;
}
a.secret:hover {
	text-decoration: none;
}


/* printing ----------------------------------------------- */
@media print {
    div.header, middle, footer { background-color: transparent;}  
    a {text-decoration: underline;} 
}


/* handheld ----------------------------------------------- */
@media handheld {

	img.header {
		float: none;
	}

	div.headertext {
		float: none;
		padding: 0em 0em 0em 0em;
	}
	div.body{
		padding: 0em 0em 0em 0em;
	}
}