@charset "UTF-8";
/* CSS Document */

body{

	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#185a0b;
	font-weight:normal;
	letter-spacing:.5px;
	/*background-image:url(/media/leftcolumn-bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 83px;*/

}

 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color:#6F391B;
	font-weight:bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color:#6F391B;
	font-weight:bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#cd5c1c; 
	font-weight:bold;
	text-decoration: underline;
}

.imageborder{
margin:0px 0px 10px 10px; 
border:1px black solid;
}
.maincontainer{
width:600px;
margin: 0px 0px 0px 19px; 
padding: 11px 10px 0px 12px; 
background-color:#ffffff;

/*margin: 0px auto;
color: #000; /*This is the font-color
background-color: #565656;*/
}

#content {
width:600px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
overflow: auto;
float: right; /*Floats this column to the right, rather than positioning it*/
}

h1{
margin:0px;
padding:0px;
color:#cd5c1c;
font-size:20px;
font-weight:bold;
line-height:30px;
font-family: Georgia, "Times New Roman", Times, serif;

}

#menucontainer 
			{ 
			text-align:left;
			background-color:#cfcfcf;
			width:622px;
			margin: 9px 30px 1px 19px; /*top right bottom left*/
			padding: 2px 0px 2px 0px; /*top right bottom left*/
			position:relative;
			}
			
			
			   
	

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
}



/*** Menu colors (customizable) ***/


ul.nav a{
	text-decoration: none;
	background-color: #cfcfcf;
	color: #185A0B;
	padding: 2px 6px;
}
ul.nav a:hover{
	text-decoration: none;
	background-color: #185A0B;
	color: #cfcfcf;
	padding: 2px 6px;
}
ul.nav li:hover{
	background-color: #185A0B;
	color: #cfcfcf;
}
a.group1{
padding:2px;
margin:5px;
float:left;
border:0px solid black;
height:150px;
}