/* ~~~~~~~~~~~~~~~~~~~~~~~Body background ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body
	{
	background-color:#ffffaa;
	font-size:100%;
	}

div.mainbox
	{
	width:70%;
	max-width:50em;
	float:left;
	padding-left:10px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~P boxes~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p
	{
	font-size:1.1em;	
	}

div.topbox
	{
	background-color:#eecc77;
	color:#220022;
	text-align:center;
	font-family:Georgia, serif;
	padding:10px;
	border:5px ridge orange;
	margin:10px;
	font-size:1em;
	clear:both;	
	}

div.parabox p
	{
	background-color:#eecc77;
	color:#220022;
	text-align:left;
	font-family:Georgia, serif;
	padding:10px;
	border:5px ridge orange;
	margin:10px;
	font-size:1em;
	clear:both;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~header Titles~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1
	{
	border-top:5px ridge red;
	border-bottom:5px ridge red;
	padding:3px;
	text-align:left;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:2.5em;
	width=*;
	}

div.headbox
	{
	float:left;
	width:100%; 
	height: auto;
	display: inline;
	padding:2px;
	border-right:500px;
	}

h2
	{
	padding:5px; 
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1.5em;
	clear:both;
	margin-bottom:5px;
	margin-top:5px;
	width:auto;
	}



h3
	{
	font-size:1.25em;
	}


h4
	{
	padding:1px; 
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1.2em;
	clear:both;
	color:red;
	margin-bottom:1px;
	margin-top:5px;
	width:auto;
	}



/* ~~~~~~~~~~~~~~~~~~~~~~~ Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul{
	font-family:Georgia, serif;
	list-style-type: disc;
	color:black;
	font-size:1.1em;
	clear:both;
	}



ul li ul
	{
	list-style-type: circle;
	font-size:0.9em;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~ Side Navigation List ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.sidenav
	{
	margin-right:20px;
	float:left;
	height:100%;
	width:250px;
	text-align:center;
	}


div.logobox
	{
	display: block;
	border:none;
	padding-top:5px;
	padding-bottom:10px;
	}

div.navbox
	{
	margin:3px;
	text-align:center;
	width:100%;
	height:2em;
	border:5px outset orange;
	}

div.currentnav
	{
	border:5px outset red;
	margin:3px;
	text-align:center;
	width:100%;
	height:2em;
	vertical-align:middle;
	text-decoration: none;
	color: red;
	font-size: 1.1em;
	}

div.navbox a
	{
	text-decoration: none;
	color: black;
	font-size: 1.1em;
	vertical-align:middle;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~ Image Boxes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.imgbox
	{
	float:left;
	width:210px; 
	height:300px;
	display: inline;
	padding:2px;
	margin-left:10px;
	margin-bottom:10px;
	border:5px outset red;
	font-weight:bold;
	text-align:center; 
	}

div.imgbox img
	{
	width:200px; 
	height:200px;
	}


/*~~~~~~~~~~~~~~~~~~~~Bottom Contact Details~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.contactbox
	{
	text-align:center;
	padding:2px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	border-top:3px ridge red;
	border-bottom:3px ridge red;
	font-weight:bold;
	text-align:center; 
	font-size:0.9em;
	float:left;
	width:100%;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~ Table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table
	{
	width:97%;
	}
	
table, td, th
	{
	border:3px inset red;
	border-collapse:collapse;
	padding:2px;
	background-color: #ffff99;
	clear:both;
	margin: 10px;
	}
th
	{
	background-color: #cc6633;
	color:yellow;
	text-align: left;
	}
td
	{
	height:3em;
	padding:4px;
	}
th:first-child
	{
	width:20%;
	}
	

/* ~~~~~~~~~~~~~~~~~~~~~~~ Special Fonts ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.highlight
	{
	display: inline;
	color:red;
	font:inherit;
	}

span.highlight
	{
	display: inline;
	color:red;
	font:inherit;
	}

legend
	{
	font-size:1.2em;	
	}

sup
	{
	font-size:0.8em;
	}