#main2body {
	background-image: url(images2/background1.jpg);
	background-repeat: no-repeat;
}

BODY, TD, P {
	font: normal 10pt Verdana, sans-serif;
}

.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 {
	width: 120px;
}
#content {
	width: 386px;
	border-right: dotted 2px #336699;
	padding-right: 10px;
	padding-left: 10px;


}
#options {
	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;
}

#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;
}
