/*ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
  margin: 0;
  padding: 0;
}*/

a img,:link img,:visited img
{
  border: none;
}

/*
a
{
  text-decoration: none;
  color: white;
  margin: 20px;
}

a:hover
{
  text-decoration: underline;
  color: white;
}
*/

div#menu a:link, div#menu a:visited, div#menu a:hover, div#menu a:active, div#menu a:focus
{
	display: block;
	text-decoration: none;
	color: white;
	margin: 5px 0px 5px 10px;
	font-size: 12px;
	float: left;
	font-weight: bold;
}

div#menu a:hover
{
	color: #6c9153;	
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

html, body
{
  height: 100%;
}

table#positioner
{
  height: 100%;
  width: 100%;
}

td
{
  text-align: center;
}


form {
height: 100%;
margin: 0;
padding: 0;
}







div#container_left
{
	width: 660px;
	float: left;
}

div#container_right
{
	float: left;
}












div#main
{
  height: 548px;
  width: 850px;
  background-image: url(../images/layout/background.png);
  padding: 16px 10px 10px 10px;
}

div#innerMain
{
  height: 546px;
}

div#header
{
  background-color: #0a501a;
  border-bottom: 1px #0a501a solid;
}

#header .top
{
  height: 120px;
}

#header .left
{
  float: left;
  width: 305px;
  height: 120px;
}

#header .center
{
  float: left;
  width: 345px;
  height: 120px;
  background-color: #0a501a;
}

#header .seperator
{
  float: left;
  width: 10px;
  height: 120px;
  background-image: url(../images/layout/seperator_top.png);
  background-color: #0a501a;
  background-repeat: no-repeat;
}

#header .left
{
  float: left;
  width: 305px;
  height: 120px;
}

div#container1
{
  height: 393px;	
}

#container1 .seperator
{
  height: 393px;
  width: 5px;
  background-image: url(../images/layout/seperator_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  float: left;
}

div#menu
{
  height: 28px;
  border-top: 1px #6c9153 solid;
  border-bottom: 5px #6c9153 solid;
  text-align: left;
}	

div#container2
{
  height: 393px;
  float: left;
  width: 655px;
}

div#container3
{
  height: 387px;
  width: 655px;

}

#container2 div#content
{
  height: 347px;
  width: 625px;
  margin: 10px 0px 10px 10px;
  text-align: left;
  overflow: auto;
  padding: 10px;
}




div#footer
{
   /*height: 2px;*/
  border-top: 1px #0a501a solid;
  border-bottom: 5px #6c9153 solid;
}
a
{
	font-color: white;	
}

/*
span.menuLink
{

}



div#container
{
  margin: 10px;
}


div#header_logo
{
  width: 305px;
  float: left;
  
}

div#header_image
{
  width: 465px;
  float: left;
}

div#header_top
{
  width: 465px;
  float: left;
  margin-top: 17px;
}

div.header_top_right
{
  border-bottom: 1px #6c9153 solid;
  height: 10px;
  width: 461px;
  float: left;
}

div.header_top_left
{
  height: 11px;
  width: 4px;
  float: left;
}



div#header_bottom
{
  width: 465px;
  height: 10px;
  float: left;
  background-color: #0a501a;
  border-bottom: 1px #6c9153 solid;

}
*/
div.clear
{
	clear: both;
}

#test
{
  width: 10px;
  height: 10px;
  background-color: red;
  margin: 10px;	
}
