html {
	height: 100%;
	width:100%;
	margin:0;
	padding:0;
	border:0;
	font-size:10pt;
}

body {
	height: 100%;
	width:100%;
	margin:0;
	padding:0;
	border:0;
	
	background-color:#AFA99D;	
	
/*	overflow-y:scroll;
	overflow-y:auto;*/
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#content {
	padding-bottom: 40px;
	
	text-align:center;
}

#footer {
	position: relative;
	margin-top: -40px;	
	text-align:center;
} 
#footer_inner {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;	
}
#footer_inner a {
	color:white;
	text-decoration:none;
	padding-right:30px;
	font-weight:bold;
}

#header {
	background-color:white;
	text-align:center;
	_height:100px;
}

#header_bottom {
	width:760px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/header-bottom.jpg');
}
#header_bottom_left_corner {
	float:left;
	width:30px;
	height:30px;
	background-image:url('/images/header-bottom-left-corner.jpg');
}
#header_bottom_right_corner {
	float:right;
	width:30px;
	height:30px;
	background-image:url('/images/header-bottom-right-corner.jpg');	
}


#body {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;	
	text-align:center;
}

#body_left_border{
	width:100%;
	background:#fff url('/images/border/b-l.jpg') repeat-y left top;
}

#body_right_border{
	background:transparent url('/images/border/b-r.jpg') repeat-y right top;	
	width:100%;
}

#body_content {
	text-align:left;
	margin-left:25px;
	margin-right:25px;
}



#body_bottom {
	width:760px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/body-bottom.jpg');
}
#body_bottom_left_corner {
	float:left;
	width:30px;
	height:30px;
	background:transparent url('/images/body-bottom-left-corner.jpg') no-repeat;
}
#body_bottom_right_corner {
	float:right;
	width:30px;
	height:30px;
	background:transparent url('/images/body-bottom-right-corner.jpg') no-repeat;	
}

#menu {
	width:100%;
	height:40px;
	background:transparent url('/images/menu-background.jpg') repeat-x;		
	
	line-height:40px;
	margin-bottom:15px;
}

#menu table {
	height:40px;
	width:100%;
}

#menu table td {
	text-align:center;
}
#menu table td a {
	color:white;
	text-decoration:none;
	text-transform: uppercase;
	
	font-size:10pt;
	font-weight:bold;	
	
}

img.body-image {
	margin-bottom:15px;
}


#breadcrumb {
	width:100%;
	height:30px;
	background:transparent url('/images/breadcrumb-background.jpg') repeat-x;		
	line-height:30px;
	
	font-weight:bold;
	font-size:10pt;
	color:white;
	
	padding-bottom:15px;		
}

#breadcrumb .text {
	margin-left:15px;
	margin-right:15px;
}

#breadcrumb table {
	height:30px;
	width:100%;
}

#breadcrumb table td a {
	color:white;
	text-decoration:none;
	
	font-size:10pt;
}


#description {
	_width:700px;
	background-color:#E6DDCC;
	padding:15px;
}

#description h1 {
	margin:0;
	padding:0;
	font-size:12pt;
}

#description p {
	margin:0;
	padding:0;
}

div.blue-container {
	background:transparent url('/images/news-background.jpg') repeat-x;
	width:680px;
	border:1px solid #cccccc;
}

div.blue-container h2, div.blue-container h3 {
	margin:0;
	padding:0;
	font-size:14pt;
	font-weight:normal;
	color:#323297;
	
	margin:10px;
	margin-bottom:none;
}
div.blue-container h3 {
	font-size:8pt;
	color:#666666;
	margin-top:none;
}
div.content {
	margin:10px;
	font-size:10pt;
}

div.blue-container h2.title {
	float:left;
	margin-bottom:0;
	padding-bottom:0;
}

div.blue-container h3.sent {
	float:right;
}
div.blue-container table.from-to {
	font-size:10pt;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
}
div.blue-container table.from-to td {
	padding-left:10px;
}

