body {
	font-family: Arial;
	text-align: center;
	min-width: 780px;
	height:100%;
	font-size: 10pt;
	color: #333333;
}

table
{
    font-size:100%;
}

h2 {
	width: 650px;
	height: 43;
	padding: 0px;
	margin: 0px;
	font-family: times;
	font-weight: bold;
	font-size: 18pt;
	color: #333333;
	text-indent: 14pt;
	background: url(../graphics/sub_header.png) 0% 0% no-repeat;
	}

h3 {
	font-family: times;
	}

#wrapper {
	position: relative;
	margin:0 auto;
	width:780px;
	text-align: left;
	height: 100%;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 75px;
	font-size: 0; 
	overflow: hidden;
	}
	
#menu {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 125px;
	height: 500px;
	font-size: 0; 
	overflow: hidden;
	}
	
#top_border {
	position: absolute;
	top: 75px;
	left: 125px;
	width: 655px;
	height: 5px;
	font-size: 0; 
	overflow: hidden;
	}
	
#right_border {
	position: absolute;
	top: 80px;
	left: 775px;
	width: 5px;
	height: 100%;
	background: url(../graphics/right_border_repeat.png) 0% 0% repeat-y;
	}
	
#left_border {
	position: absolute;
	top: 80px;
	left: 120px;
	width: 5px;
	height: 100%;
	background: url(../graphics/left_border_repeat.png) 0% 0% repeat-y;
	}
	
