/* CSS Document */body {	margin:0px;	padding:0px;	background-color: #F4D6B7;	}#container {	position: absolute;	top: 0px;	left: 50%;	margin-left: -385px;	width: 770px;	height: 480px;	}#head {	position: absolute;	top: 0px;	left: 0px;	width: 770px;	height: 73px;		background-image:url(images/header.jpg);}#navdiv {	position: absolute;	top: 73px;	left: 0px;	width: 156px;	height: 383px;	}#l_frm {	position: absolute;	background-image: url(images/l_frm.jpg);	top:74px;	left: 156px;	width: 301px;	height: 383px;	}#r_frm {	position: absolute;	background-image: url(images/r_frm.jpg);	top:74px;	left: 457px;	width: 293px;	height: 383px;	}#r_space {	position: absolute;	background-image:url(images/r_space.jpg)	top:73px;	left: 750px;	width: 20px;	height: 383px;	background-image: url(images/r_space.jpg);}#l_footer {	position: absolute;	top: 456px;	left: 0px;	width: 457px;	height: 24px;	}#r_footer {	position: absolute;	top: 456px;	left: 457px;	width: 313px;	height: 24px;	}/* this marks the sub pages styling */.text1 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 11px;	font-style: normal;	line-height: normal;	font-weight: 400;	font-variant: normal;	color: #333333;	text-align: left;	margin-left: 15px;	width: 230px;	position: absolute;	top: 0px;	left: 1px;	padding-left: 0px;}#title {	position: absolute;	height: 37px;	width: 273px;	left: 0;	top: 0px;}#textbox {	overflow: inherit;	position: absolute;	left: 0px;	top: 37px;	width: 270px;	height: 363px;}#textbox_comm {	overflow: inherit;	position: absolute;	left: 0;	top: 37px;	width: 255px;	height: 363px;	margin-left:15px;	font-style: italic;}#r_textbox {	position: absolute;	text-align:right;	margin-right:10px;	left: -4px;	top: 30px;	height: 390px;	width: 270px;	margin-left: 10px;	}.h1 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 18px;	font-style: italic;	font-weight: bold;	color: #790000;}.h2 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-weight: bold;	color: #333333;	font-style: italic;}.h3 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 11px;	font-style: italic;	font-weight: bold;	color: #333333;}.h4 {}.p {	font-size: 12px;	font-style: normal;	font-weight: normal;	color: #333333;}.h1 {}/*.background {	background-color: #FFFFFF;}*/a {	text-decoration: none;}a:link {	color: #790000;}a:hover, a:visited {	color: #006633;}a:active {	color: #663366;}