
@media screen {
	
	#main2body {
		background-image: url(../images2/background1.jpg) no-repeat;
		position: absolute;
		margin: 0px;
		padding: 0px;
	}

	BODY, TD, P {
		font: normal 10pt Arial, Verdana, Sans-serif;
	}

	#sitebreadcrumbs {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		text-decoration: none;
		margin: 0px;
		padding: 0px 0px 0px 10px;
		position: absolute;
		left: 0px;
		top: 50px;
		color: #006699;
	}

	#sitebreadcrumbs a {
		color: #006699;
		text-decoration: none;
	}
	#sitebreadcrumbs a:hover {
		color: #006699;
		text-decoration: underline;
	}
	#sitebreadcrumbs span.selected {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
	}
	.link:link, .link:active, .link:visited {
		color: #336699;
		text-decoration: none;
		white-space: nowrap;

	}

	.link:hover {
		color: #336699;
		text-decoration: underline;
		white-space: nowrap;

	}

	A:link, A:active, A:visited {
		color: #336699;
		text-decoration: none;
		white-space: nowrap;
	}

	A:hover {
		color: #336699;
		text-decoration: underline;
		white-space: nowrap;
	}

	LI {
		font-size: 10pt;
		margin-left: 1em;
		padding: 0.25em;
		list-style-position: outside;

	}

	#header {
		width: 800px;
		height: 120px;
	}
/*
	#menu {
		vertical-align: top;
		width: 120px;
	}
*/
	#menu {
		width: 120px;
		margin: 0px;
		padding: 0px 0px 0px 2px;
	}

	#content {
		vertical-align: top;
		width: 386px;
		border-right: dotted 2px #336699;
		padding-right: 10px;
		padding-left: 10px;
	}

	#options {
		vertical-align: top;
		margin: 0px;
		padding: 0px 0px 20px 10px;
	}
	#footer {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 30px;
		padding-left: 120px;
	}
/*
	#Menu td {
		margin: 0px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
*/
	#Menu td {
		margin: 0px;
		padding: 0px;
	}

	#loginContainer {
		padding-left: 20px;
		padding-top: 80px;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		background-image: url(images2/layer6.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		width: 250px;
		padding-bottom: 50px;

	}

	#optionsLinksContainer {
		padding-left: 10px;
	}
		
	.termsconds {
		font-size: 9px;
	}

	.border-all {
		border:	solid 1px #000000;
	}
	.padleft10 {
		padding-left: 10px;
	}
	.listItemNoBullet {
		list-style-type: none;
	}

	.homePageBlueBox {
		background-color: #94D3FF;
		margin: 20px;
		padding: 10px;
		border: 1px solid #666666;

	}

	.homePageBlueHdr {
		background-color: #94D3FF;
		margin: 20px 20px 0px;
		padding: 10px;
		border-left: 1px solid #666666;
		border-top: 1px solid #666666;
		border-right: 1px solid #666666;
	}
	.homePageBlueBody {
		background-color: #FFFFEE;
		margin: 0px 20px 20px;
		padding: 10px;
		border-left: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
	}
	.listNoIndent LI {
		margin: 0px;
		padding: 0.25em;
		list-style-position: outside;
		list-style-type: disc;
	}

}

@media print {

	#main2body {
		background-image: url(images/transparent_square.gif);
	}
}