/* general element styles */

body {
	margin: 0px;
	color:#000000;
	background-color:#aaaaaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* gets around stupid, stupid IE bug */
img {
        border: 0;
}

#main-contentbox h2 {
	font-size: 13pt
}
#main-contentbox h3 {
	font-size: 12pt
}

#main-contentbox p {
	font-size: 10.5pt;
}

#main-contentbox li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10.5pt;
}  

#main-contentbox ul {
	padding-top:7px;
	padding-bottom:7px;
	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: 20px;
	padding-bottom: 20px;
	border: 2px solid gray;
	font-size: 10.5pt
}
table.tabulate th {
	text-align: center;
}
table.tabulate td.button {
	text-align: center;
}
table.tabulate td.blank {
	border: 0px;
}
table.tabulate td.narrow {
	padding-top: 1px;
	padding-bottom: 1px;
}

td.button a:link {
	text-decoration: none;
	color: black;
}
td.button a:visited {
	text-decoration: none;
	color: black;
}
td.button a:hover {
	color: red;
}


/* whole page width / layout control */

#pagestruc {
	background-color:#ccccff;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border: 20px;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#main-contentbox {
	/* inherit pagestruc, but also... */
	vertical-align: top;
	padding-bottom: 50px;
}

/* page heading style control code */

#global-logobox {
	text-align: center;
}

#global-title-heading {
	font-size: 20pt;
	margin-bottom: 0px;
}
#title-span-words {
	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-size: 15pt;
	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: #ccccff;
	padding: 10px;
	margin: 0px;
	color: #5C3317;
	text-decoration: none;
	font-size: 11pt;
	border-bottom: 1px solid #cccccc;	
	}
.navlist a:hover{
	background-color: #ddddff;
	color: #ff0000;
}


/* footer styling */

#lastmod-message {
	text-align: center;
	font-size: 10pt;
	color: #777777;
	font-style: italic;
}
