@charset "UTF-8";
/* CSS Document */

.container	{
	width:800px;
}

.box	{
	background-color: white;	
}

.header	{
	background-color: #25551a;
	height:auto;
	color:white;
	font-size:35px;
	font-weight:bold;
	text-align: left;
}

#topnav	{
	background-color:black;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align:left;
	font-size:20px;
	color:#FFF;
}

#sidenav	{
	padding-top: 5px;
	text-align:left;
	color: white;
	padding-left: 5px;
	font-size: 16px;
}

.left-col	{
	background-color: #086d43;
	width:190px;
	height: 450px;
	float: left;
	padding-top: 5px;
	
}

.right-col	{
	width:600px;
	height: 450px;;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: black;
	padding-top:5px;
	padding-left: 5px;
	padding-right: 5px;
	float:right;
}

.footer	{
	background-color:black;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align:left;
	clear: both;
	color:#FFF;
	font-size:14px;
}

.image	{
	padding-bottom: 5px;
}

#topnav a:link {color: #FFF; text-decoration:none;}     /* unvisited link */
#topnav a:visited {color: #FFF; text-decoration:none;}  /* visited link */
#topnav a:hover {font-weight: bold; text-decoration:underline;}   /* mouse over link */
#topnav a:active {color: #FFF; text-decoration:none;}   /* selected link */

#sidenav a:link {color: #FFF; text-decoration:none;}     /* unvisited link */
#sidenav a:visited {color: #FFF; text-decoration:none;}  /* visited link */
#sidenav a:hover {font-weight: bold; text-decoration:underline;}   /* mouse over link */
#sidenav a:active {color: #FFF; text-decoration:none;}   /* selected link */

a:link {color: black; text-decoration:underline;}     /* unvisited link */
a:visited {color: black; text-decoration:underline;}  /* visited link */
a:hover {font-weight: bold; text-decoration:underline;}   /* mouse over link */
a:active {color: black; text-decoration:underline;}   /* selected link */
