#mainbody
{
	width: 99%;
	font-family: verdana;
	font-size: small;
	height: 99%;
	float: right;
	clear: both;
}

#imagestrip
{
	float: right;
	clear: all;
	top: 0%;
	background-image: url(/images/front-fade.jpg);
	width: 30%;
	height: 100%;
	background-repeat: repeat-y;
	position: fixed;
	right: 0%;
	max-width: 299px;
}

#contentarea
{
	width: 69%;
	background-color: #fffff9;
	height: 100%;
	float: left;
	position: fixed;
	top: 0%;
	left: 0%;
	margin-left: 20px;
}

#header
{
	margin: 0px 10px 15px 10px;
	width: 100%;
	top: 0%;
	clear: all;
	position: relative;
	font-size: large;
	font-style: italic;
}



#txlg
{
	margin: 0px 20px 15px 5px;
	width: 40%;
	top: 0%;
	position: relative;
	clear: all;
	float: right;
	background-image: url(/images/txlg.jpg);
	background-repeat: no-repeat;
	min-height: 160px;
	background-position: 8%;
}


#grbf
{
	margin: 0px 20px 15px 10px;
	width: 40%;
	top: 0%;
	position: relative;
	clear: all;
	float: right;
	background-image: url(/images/grbf.jpg);
	background-repeat: no-repeat;
	min-height: 160px;
	background-position: 8%;
}


#lmb
{
	margin: 0px 20px 15px 10px;
	width: 40%;
	top: 0%;
	position: relative;
	clear: all;
	float: left;
	background-image: url(/images/lmb.jpg);
	background-repeat: no-repeat;
	min-height: 160px;
	background-position: 8%;
}


#contentarea ul li
{
	font-weight: bold;
	list-style-type: none;
}

#contentarea ul ul li
{
	font-weight: normal;
	list-style-type: disc;
}

#contentarea A:link
{
	text-decoration: none;
	color: blue;
}

#contentarea A:visited
{
	text-decoration: none;
	color: blue;
}

#contentarea A:hover
{
	text-decoration: underline;
	color: red;
}

#contentarea A:active
{
	text-decoration: none;
	color: blue;
}

em { font-style: italic; }
i { font-style: italic; }
bold { font-weight: bold; }
strong { font-weight: bold; }
