/* general element styles */

body {
	margin: 0px;
	color:#000000;
	background-color:#c5c5e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
/*	text-align: center; */
}

/* gets around stupid, stupid IE bug */
img {
	border: 0;
}

#main-contentbox p {
	font-size: 10.5pt;
}

#main-contentbox > h1, #main-contentbox > h2 {
	color:#be1522;
}
#main-contentbox > h3, #main-contentbox > h4, #main-contentbox > h5 {
	color:#009fe3;
}

#main-contentbox li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10.5pt;
}  

#main-contentbox ul {
	padding-top:10px;
	padding-bottom:10px;
	list-style-type:circle;
}

table.tabulate {
	/* a table class to use not for page layout, but when we want an actual TABLE (dancy fat). */
	width: 90%;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 3px solid gray;
}
table.tabulate td, table.tabulate th{
	margin: 0px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 2 px solid gray;
}
table.tabulate th {
	text-align: center
}
table.tabulate td.button {
	text-align: center;
}

table.lightgrid td, table.lightgrid th{
	border: 1px dotted gray;
}


td.button a:link {
	text-decoration: none;
	color: black;
}
td.button a:visited {
	text-decoration: none;
	color: black;
}
td.button a:hover {
	color: #cc0000;
}
  

/* whole page width / layout control */

#pagestruc {
	background-color:#ffffff;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border: 20px;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}

td.headerbox {
	/* match header padding to main content. */
	
	padding-left: 20px;
	padding-right: 20px;
}

#main-contentbox {
	/* inherit pagestruc, but also... */
	vertical-align: top;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

/* page heading style control code */

#global-title-heading {
	font-size: 28pt;
	margin-bottom: 0px;
}
#title-span-main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #be1522;
}
#title-span-sub {
	font-size: 24pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #be1522;
	font-weight: normal;
}

#global-title-subheading {
	font-family: "Verdana", "Arial", "Lucida Console", "Courier New", monospace;
	font-weight: normal;
	color: #009fe3;
}




/* navlist controller code */

/* SIDE NAVIGATION LAYOUT AND STYLE */
#navcontainer { 
/*	width: 18%; */
	width: 225px;
	float: left;
	vertical-align: top;
	text-align:left;
	margin: 0px;
	padding: 0px;
	/*border-right: 1px solid #cccccc;*/
}

#navcontainer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li { 
	padding: 0px;
	display: block;
}



/* extra styling for a licence-box */

div.licenceBox {
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background-color: #ffffdd;
	font-family: "Times New Roman", Times, serif;
	color: black;
	border: 3px dashed LightGrey; 
	padding-left: 40px;
	padding-right: 40px;
}

div.licenceBox > h1, div.licenceBox > h2 {
	color:black;
} 


div.licenceScroll {
	overflow: scroll; 
	height: 400px;
}


/* extra styling for a bibliography section */


div.submittedBibliography {
	margin:30px;
	padding:30px;
	border: 1px solid grey;
}

p.biblioref {
	/* this is the safe way to get a hanging ident;
	   the CSS keyword 'hanging' is still experimental */
	text-indent: -3em;
	padding-left: 3em;
}




.navlist a, .navlist a:link, .navlist a:visited{		
	/*width: 100%;*/
	display: block;
	background-color: #ffffff;
	padding: 10px;
	margin: 0px;
	color: #5C3317;
	text-decoration: none;
	font-size: 11pt;
	border-bottom: 1px solid #cccccc;	
	}
.navlist a:hover{
	background-color: #f5f5f0;
	color: #ff0000;
}


/* footer styling */

#lastmod-message {
	text-align: center;
	font-size: 10pt;
	color: #777777;
	font-style: italic;
}
