body {
	
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account 
	  for differing browser defaults */
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-color:  #f4dcb5;
}

#container {
	width: 98%;
	background-color: #f4dcb5;
	color: #502812;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
}
#sidebar1 {
	float: right;
	width: 28%;
	margin-top: 15px;
	margin-left: 3px;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
}

#mainContent {
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-left: 3px;
	overflow: hidden;
	width: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}


article {
	width: 55%;
	float:left;
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border:thick double #F6C;
}

#FullPage{
	width: 98%;
	text-align: left;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navcontainer ul {
	padding-left: 0px;
	margin-left: 5px;
	font: 100%;
	width: 99%;
	font-family: arial, helvetica, sans-serif;
	overflow: visible;
}

.aside {
	width: 20%;
	background-color:#F9F;
	text-align:left;
	float:right
	
}

foot {
	width: 96%;
	text-align: center;
	color: #472a02;
}

img {
  
}

h1 {
	text-align: center;
	font-size: 20px;
}

h2 {
	text-align: center;
	font-size: 24px;
}

h3 {
	text-align: center;
	font-size: 22px;
}

h4 {
	text-align: left;
	font-size: 14px;
}

h5 {
	text-align: left;
	font-size: 12px;
}

    a:visited { color:#800080; 
	 }
    a:hover { color:#008000; 
	 }
    a:active { color:#FF0000; 
	 }
    /* Don't underline links */
    a:link {text-decoration: none;
	}
	
table {
    border: 4px solid black;
	table-layout: auto;
	border: 0;
}

th.16 {
	width: 15%;
	align: top;
}

th.20 {
	width: 20%;
}

th.25 {
	width: 25%;
}
th.30 {
	width: 30%;
}

td.tnails {
	width: 1in;
	height: auto;	
}

td {
    border: 1px solid black;
	text-align: left;
}

td.leftarrow{
    width:2%;	
}

td.rightarrow{
    width:2%;
	text-align: right;
}

td.centr{
    text-align: center;	
}

header {
	text-align:center;
	color: #472a02;
}


nav {
	width: 100%;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



ul {
 list-style-type: none;
 }


/* Miscellaneous classes for reuse */
.error   {
	color: #F00;	
}
.emphasize   {
	color: #F00;	
}
.textwrap {
   float:right;
   margin: 10px;
  }

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.wide { 
	float: left;
	width: 91%;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */

	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


 /*.inner {
	width:100;
	height: 100;
	background-color:#FFB6C1; 	
}*/


/*.section {
	width: 70%;
	text-align:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #FCF;
	border: medium solid #C33;
}*/
