/* general element styles */

body {
	margin: 0px;
	color:#222266;
	background-color:#aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

#main-contentbox p {
	font-size: 11pt;


}

#main-contentbox li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11pt;

}  

#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,th{
	margin: 0px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20 px;
	padding-bottom: 20px;
	border: 2 px solid gray;
}
table.tabulate th {
	text-align: center
}
table.tabulate td.button {
	text-align: center;
}
td.button a:link , a:visited {
	text-decoration: none;
	color: black;
}
td.button a:hover {
	color: red;
}
  

/* whole page width / layout control */

#pagestruc {
	background-color:#ffffff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main-contentbox {
	/* inherit pagestruc, but also... */
	vertical-align: top;
	padding-bottom: 50px;
}

/* page heading style control code */

#main-heading-row {
	background-color:#ccccff;
}

#global-title-heading {
	font-size: 30pt;
	margin-bottom: 0px;
}
#title-span-words {
	background-color:#ccccff;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	color: #222266;
}
#title-span-year {
	font-family: "Arial Black", "Lucida Console", "Courier New", monospace;
	color: red;
	font-weight: 900;
}

#global-title-subheading {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	color: gray;
}




/* navlist controller code */

/* SIDE NAVIGATION LAYOUT AND STYLE */
#navcontainer { 
	width: 18%; 
	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;
}



.navlist a, .navlist a:link, .navlist a:visited{		
	width: 90%;
	display: block;
	background-color: #ffffff;
	padding: 10px;
	margin: 0px;
	color: #5C3317;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;	
	}
.navlist a:hover{
	background-color: #ccccff;
	color: #ff0000;
}


/* footer styling */

#lastmod-message {
	background-color: #ccccff;
	text-align: center;
	font-size: 10pt;
	color: #777777;
	font-style: italic;
}
