/************************* ID's *************************/ 

a 
	{
	color: white;
	text-decoration: none
	}

a:hover 
	{
	color: #fc0;
	text-decoration: none
	}

body 
	{
	width: 100%;
	color: #6b6c5a;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	background: green ;
	text-align: center;
	margin:0px; 
	}

caption
	{
	text-align: center;
	}

.centerbox
	{
	font-size: 20px;
	text-align: center;
	color: white;
	background-color: none;
	border: none;
	border-width: 1px;
	width: 70%;
	float: left;
	}

.clearboth { clear: both; }

#footer 
	{
	position: relative;
	color: white;
	font-size: 12px;
	line-height: 16px;
	background-color: green;
	text-align: center;
	letter-spacing: 6px;
	height: 18px;
	clear: left
	}

#header 
	{
	line-height: 25px;
	font-size: 20px;
	margin-top: 10px;
	padding-top: 5px;
	font-family: verdana, serif;
	text-align: center;
	visibility: visible;
	position: relative;
	width: 75%;
	float:left;
	z-index: 1;
	}

h1 {color: green;}

h2 {color: green;}

.leftbox
	{
	font-size: 20px;
	text-align: center;
	color: white;
	margin-left: 2%;
	background-color: green;
	/*border: solid;
	border-width: 1px;*/
	width: 10%;
 	float: left;
 	}

.leftcol 
	{
	text-align: right;
	width: 20%;
	float: left;
	}

#logo 
	{
	margin: 0 10px 10px 0;
	width: 23%;
	float: left;
	}

.menuitem 
	{
	color: #758642;
	margin-top: 20px;
	margin-left: 20px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #758642;
	border-left: 0 none
	}

.menuitem a:link 
	{
	color: #758642;
	text-decoration: none
	}

.menuitem a:hover 
	{
	color: #c63;
	text-decoration: none
	}

.midcol 
	{
	padding-left: 36px;
	width: 40%;
	margin-top: 5%;
	height: 95%
	}

#navbar 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 16px
	}

p {font-size: 20px;
	color: black;}

#page
	{
	position: relative;
	width: 90%;
	/* height:  100% */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
	}

.picholder
	{
	color: black;
    text-align: left;
    font-size: 1.5em;
	border: 1px solid white;
	width: 75%;
	clear: both;
	}

.rightbox
	{
	font-size: 20px;
	text-align: center;
	color: white;
	/* margin-left: 80%; */
	background-color: green;
	border: solid;
	border-width: 1px;
	width: 10%;
	float: left;
	}

.rightcol 
	{
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	padding-left: 3%;
	width: 15%;
	float: left
	}

.spacerbox
	{
	font-size: 20px;
	text-align: center;
	color: white;
	background-color: none;
	border: none;
	border-width: 1px;
	width: 95%;
	clear: both;
	}

.thumbnail
	{
	float: left; 
	/*width: 60px;*/
	/*border: 1px solid #999;*/
	margin: 0 15px 15px 0;
	padding: 5px;
	}
