@charset "utf-8";
/* CSS Document */
/*
body{
	margin: 0;
	padding: 0; 
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-image:url(../gfx/bg.gif);
}
*/
body{
	margin: 0;
	padding: 0; 
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-image:url(../gfx/bg2.gif);
	background-position:center top;
	background-repeat: no-repeat;
}



a{
	color:#e9af10;
}

h1{
	font-size:12px;
	text-indent: 20px;
	color: #006e53;
	margin-left: 100px;
	background-image:url(../gfx/h1logo.gif);
	background-repeat:no-repeat;
	height: 20px;
	margin-top: 12px;
}

p{
	border-left:4px solid #e9af10;
	margin-left:100px;
	padding-left: 14px;
	padding-bottom: 10px;
	width: 430px;
}

img{
	border: none;
}

table{
	font-size: 11px;
}

th{
	text-align: left;
}

form{
	margin-left: 100px;
}

#intracto a{
	color:#333333;
	text-decoration:underline;
}

#topmenu{
	color: #006e53;
	margin-left: 575px;
	padding-top: 20px;
	font-weight: bold;
}

#topmenu a{
	color: #006e53;
	text-decoration:none;
}

#topmenu a:hover{
	text-decoration: underline;
}

#header{
	background-image:url(../gfx/header2.jpg);
	background-repeat:no-repeat;
	height:173px;
}

#container{
    width: 800px;
	margin-left: -400px;	
	left: 50%;
	position:relative;
	background-image:url(../gfx/bodybg2.gif);
	background-repeat:repeat-y;
}

#menucontainer{
	margin-left: 20px;
	background-image:url(../gfx/menufill.gif);
	background-repeat:repeat-x;
	height: 34px;
	width: 762px;
}

#content{
	height:auto;
}

#leftcontent{
	float: left;
	width: 72%;
}

#rightcontent{
	width: 28%;
}

#footer{
	background-image:url(../gfx/footer2.gif);
	height: 241px;
}

#intracto{
	text-align:right;
	width:762px;
	margin-left: -381px;
	left: 50%;
	position:relative;
	padding-bottom: 40px;
}
