@charset "utf-8";
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	background: #FFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/****************************** CONTAINING BOXES ******************************/

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 20px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	margin:0px;
	padding:0px 25px 25px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #01AC5D;
	border:0px;
	color:#FFF;
}
#topcorners{
	padding:0px;
	margin:0px;
	border:0px;
	width:950px;
	height:35px;
	background-image:url(images/topcorners.gif);
	background-repeat:no-repeat;	
}

/****************************** LEFT MENU ******************************/

#leftmenu{
	width:100px;
	float:left;
	font-size:12px;
}

/****************************** RIGHT MENU ******************************/

#rightmenu{
	width:160px;
	float:right;
	text-align:right;
	color:#000;
	font-size:12px;
}

ul{
	margin:-3px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

li{
	margin:0px;
	padding:0px;
	line-height:200%
}

#rightmenu a{
	color:#000;
}

/****************************** CONTENT ******************************/

#content{
	width:590px;
	margin:0px 25px 0px 125px;
}

/****************************** FOOTER ******************************/

.footer{
	margin:6px 0px 0px 0px;
}

.footer img{
	margin:0px 4px 0px 4px;
	border:0;
}

.footer img.first{
	margin:0px 4px 0px 0px;
}

.footer img.last{
	margin:0px 0px 0px 4px;
}
.footer p{
	margin:0px;
	padding:0px;
	line-height:180%;
	font-size:10px;
	color:#666867;
}
/****************************** GENERAL ******************************/

h1{
	margin:0px;
	padding:0px;
	color:#000;
	font-size:16px;
}


h2{
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}


h3{
	color: #CCCCCC ;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	float:right;
}

h3 a{
	color: #CCCCCC;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	float:right;
}

p{
	margin:0px 0px 10px 0px;
	padding:0px;
}

a{
	color:#FFF;
	text-decoration:none;
}

a:HOVER{
	text-decoration:underline;
}

#details label {
	text-align:right;
	margin:0px 0px 0px 20px;
	float:left;
	width:120px;
}

#details input.textfield{
	margin-left:10px;
	clear:right;
}

