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

body	{	background-image:url(/_template/images/bg.gif);
			background-position:top;
			background-repeat:repeat-x;
			background-color:#9cd3ed;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			margin:0px;
			padding:0px;	}
			
#container	{	background-image:url(/_template/images/dropshadow.png);
				background-repeat:repeat-y;
				width:813px;
				margin:0px auto;
				behavior: url(/_template/iepngfix.htc);	
				overflow:hidden;}
				
#header	{	width:790px;
			margin:0px auto;
			background-color:#FFFFFF;	}
			
#navigation	{	width:206px;
				float:left;
				margin-left:10px;
				margin-top:8px;	}
				
#greenbox	{	width:484px;
				font-size:11px;
				margin-top:13px;	}
				
.green_top	{	background-image:url(/_template/images/green_box_top.gif);
				width:484px;
				height:28px;
				background-repeat:no-repeat;
				margin:0px;
				margin-bottom:-5px;	}
				
.middle	{	background-color:#c9d787;
			width:463px;
			margin:0px;
			padding-left:10px;
			padding-right:10px;
			margin-top:-5px;	}
			
.green_bottom	{	background-image:url(/_template/images/green_box_bottom.gif);
					width:484px;
					height:34px;
					background-repeat:no-repeat;
					margin-top:-12px;	}
					
#text	{	width:500px;
			overflow:hidden;	}
			
#content	{	width:550px;
				float:right;
				overflow:hidden;	}
				
#footer	{	width:790px;
			margin:0px auto;
			background-color:#c9d787;
			background-image:url(/_template/images/green_gradient.jpg);
			background-repeat:repeat-x;
			text-align:center;
			padding-top:10px;	}
				