@charset "UTF-8";
/* CSS Document */
container
{
min-width: 800px;
max-width: 1200px;
} 

body {
	font-family: Verdana;
	font-size: 11pt;
	color: #555555;
	background-image: url('images/dot.gif'); 
	background-repeat: repeat;
	}

a {color: #095B00;	}

a:hover {color: #A0D850;}

h1 {
	color: #095B00;
	size: 14px;
	}
	
h2 {color: #666666
	font-weight: bold;
	size: 12px;
	}
	
#main {position: relative;
	background-color:#ffffff;
	/*width:80%;*/
	padding:0px;
	margin:10px;
	border: thin double #095b00;
	width: 850px;
	/*max-width: 851px;*/
	/*height: 1200px;*/	
	}
/*
main {
	width: 800px;
	min-width: 800px;
	max-width: 801px;	
	}
*/

img { border: none; } 

footer { border: none;
	float:none;
	
/*position: absolute; top: 70px; left: 255px; width: 240px;*/
}

#colLeft {	
	/*position:absolute;
	top:30px;
	left:5px
	text-align:justify;;*/
	margin:25px;
	width:400px;
	height:530px;
	float:left;
	border: none;
	}

#colRight {	
	/*position:absolute;
	top:30px;
	left:501px;
	text-align:justify;*/
	margin:25px;
	width:350px;
	height:530px;
	float:right;
	border: none;
	}
	

