html,body, td {
        font-style: Times, Verdana, Tahoma, Arial;
        line-height: 14pt;
        font-size: 11pt;
        color: #122535;
	margin: 0;
	padding: 0;
	}
		
h1.page_title	{
	text-transform: uppercase;
	font-size: 10.5pt;
	color: #b9b098;
	padding: 5px 0 0 0;
	margin: 10px 0 15px 0;
	border-bottom: 2px solid #b9b098;
}

h2	{
	padding: 5px 0 0 0;
	margin: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 12pt;
	color: #1f3e59;
}

a{color: #296BA7; text-decoration: none;}
a:hover{color: #1F3E59;}
a:visited{color: #6093BE;}
.gcaption{font-size: 8pt; color: #296BA7;}

ul {
 margin: 0;
 padding: 0;
}
li {
  margin-left: 40px;
  list-style-type: disc;    
}

#header_left {
	background: url('header_left.jpg') top left no-repeat;
        width: 159px;
        height: 136px;
	}
#header_container {
	background: url('header.jpg') top left no-repeat;
        width: 714px;
	}
	
#nav1 {
	background: url('nav_bg.jpg') top left no-repeat;
	width: 177px;
	height: 135px;
}
#header_right {
	background: url('header_right.jpg');
	background-repeat: repeat-x;
	}

.content {
	background: url('row_content.jpg') bottom left repeat-x;
	height: 480px;
	}	
#main_left {
	background: url('content_left.jpg') bottom right no-repeat;
	height: 480px;
        width: 160px;
	}
#main_container {
	width: 714px;
	height: 100%;
	padding: 0 0 20px 0;
	margin: 0px;
	background: url('content.jpg') bottom left no-repeat;
	background-color: #ffffff;
}	

#left {
        float: left;
        display: inline;
	width: 177px;
	min-height: 200px;

}
#logo {
	width: 177px;
	height: 96px;
}
#banner {
	width: 177px;
	height: 278px;
}
#banner_bg {
	background: url('banner_bg.jpg') top left no-repeat;
	width: 177px;
	height: 205px;
}
#right {
        float: left;
        display: inline;
	width: 530px;
	min-height: 200px;
}
#right_content {
	width: 510px;
	margin: 0 0 0 20px;
}
	
.footer {
	background-color: #E4E1D7;
	height: 20px;
	}
#footerContent {
	width: 714px;
        font-size: 11px;
        font-weight: bold;
        color: #5F7383;
	text-align: center;
        }

table.stretch {
        table-layout: fixed;
}