* {
	margin: 0;
	padding: 0;
}

table
{ 
margin-left: auto;
margin-right: auto;
}

html {
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#aec98a; 
	}

body  {
	background: #C2C8A2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	height:100%;
	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 */
}

#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	min-height:100%;
	background:#ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	
} 
#header { 
	position:relative;
	width:1000px;
	height:147px;
	overflow: hidden;
	background-image:url(../images/php/header2.jpg);
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


#menu {
		position:absolute;
		top:10px;
		height:35px;
		left:780px;
		width:430px;
		}


#nav {
	width: 430px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:35px;
	position:absolute;
	top:7px;
	right:0px;
	text-align:center;
}

#rightcolumn {
	float: right; /* since this element is floated, a width must be given */
	background: #ffffff;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right:0px;
	overflow: hidden;
}
#leftcolumn {
	float:left;
	background: #ffffff;
	zoom:1;
	margin-left:0px;
	width:800px;
	min-height:600px;
	margin-top:0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: hidden;
} 
#footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width:1000px;
	height:37px;
	margin-bottom:0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*Begin lefcolumntext*/	
.leftcolumntext {font-size: 10pt;
			font-family:Arial, Helvetica, sans-serif;
			text-decoration: none;
			color: #000000;
}		

/*Begin Branch*/	
.branch a:link {
			font-size: 10pt;
			font-family:Verdana;
			text-decoration: none;
			color:#00F;
			}

.branch a:visited {
			font-size: 10pt;
			font-family:Verdana;
			text-decoration: none;
			color:#00F;
			}

.branch a:hover {
			font-size: 10pt;
			font:Verdana;
			text-decoration: underline;
			width:80%; 
			}
/*Begin v*/	
.left a:link {
			font-size: 9pt;
			font-family:Verdana;
			text-decoration: none;
			color: #000000;
			}

.left  a:visited {
			font-size: 9pt;
			font-family:Verdana;
			text-decoration: none;
			color: #000000; 
			}
			
.left a:hover {
			font-size: 9pt;
			font:Verdana;
			text-decoration:underline;
			color: #000000;	
			}
			

td.topborder { border:solid;
			border-width:1px;
			border-bottom:0px;
			border-left:0px;
			border-right:0px;
			border-color:#999;}

td.bottomborder { border:solid;
			border-width:1px;
			border-top:0px;
			border-left:0px;
			border-right:0px;
			border-color:#999;}
			
td.rightborder { border:solid;
			border-width:1px;
			border-top:0px;
			border-left:0px;
			border-bottom:0px;
			border-color:#999;}
			 
.headinggreen {font-family:Tahoma, Verdana, Geneva, sans-serif;
				font-size:15pt;
				color:#006600;
				}

.subheadinggreen {font-family:Tahoma, Verdana, Geneva, sans-serif;
			font-size:13pt;
			color:#006600;
			}
			
.subheadingblack {font-family:Tahoma, Verdana, Geneva, sans-serif;
			font-size:12pt;
			font-weight:bold;
			}

.body {font-family:Tahoma, Verdana, Geneva, sans-serif;
			font-size:12pt;
			}
			
.caption {font-family:Tahoma, Verdana, Geneva, sans-serif;
			font-size:11pt;
			}
			
.styled {font-family:Georgia, "Times New Roman", Times, serif;
			color:#006600;
			font-style:italic;
			font-size:14pt;
			}

.styledsmall {font-family:Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			font-size:11pt;
			}
			
.smallbullet {font-family:Tahoma, Verdana, Geneva, sans-serif;
			font-size:10pt;
			color:#000;
			}
.greenmenu {
			font-family:Tahoma, Verdana, Geneva, sans-serif;
			font-size:12pt;
			color:#006600;
			text-decoration:none;
			}	
			
.faded {
			font-family:Tahoma, Verdana, Geneva, sans-serif;
			font-size:10pt;
			color:#999;
			text-decoration:none;
			}	

			
.red {
			font-family:Tahoma, Verdana, Geneva, sans-serif;
			font-size:11pt;
			color:#F00;
			text-decoration:none;
			}	

