@CHARSET "ISO-8859-1";
div#content h1 {
	font-weight:bold;
	font-size:1.4em;;
}

div#content h2 {
	margin-top:10px;
	margin-bottom:3px;
	font-weight:bold;
	font-size:1.0em;
}
div#content h3 {
	margin-top:7px;
	margin-bottom:3px;
	font-weight:bold;
	font-size:0.8em;
}
div#content h4 {}
div#content h5 {}
div#content p {
	padding: 0 0 5px 0;
	/*word-wrap: break-word;*/
	font-size:.8em;
}
div#content span {
	/*word-wrap: break-word;*/
}

div#content ul {
	list-style:url("/web/images/bullet_orangearrow.gif");
	margin:10px 10px 10px 40px;
	font-size:0.8em;
}
div#content ul li {}

ul.a2zlist {
	list-style:none;
	width:80%;
	height:auto;
	text-align:center;	
}
ul.a2zlist li {
	display:inline;
	width:20px;
	background-color:#F2F2F2;
	color:#FB924C;
	padding: 4px;
	margin: 1px;
	text-align:center;
	border: 1px solid #E1E1E1;
	
}
ul.a2zlist li a {
	font-weight:bold;
}

div#content div.contentdiv {
	clear:both;
	width:auto;
	margin:10px;
	padding: 5px;
	height: auto;
	background-color:#F2F2F2;
}
div#content div#contentdivparent {
	width:auto;
}
div#content div#contentdivparent div.contentdiv {
	width:100%;
}
div#content div.contentdiv h2 {
	margin:5px;
}
div#content div.contentdiv img {
	float:right;
	margin:5px;
}
div#content div.twobytwo {
	
}
div#content div.twobytwo div.tbtrow {
	height:6em;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
div#content div.twobytwo div.tbtrow div {
	height:6em;
	width:49%;
	overflow:hidden;
	display:inline;
	color:inherit;
	background-color:white;
	margin:2px;
}
div#content div.twobytwo div.tbtrow div.tbtcellleft {
	float:left;
}
div#content div.twobytwo div.tbtrow div.tbtcellright {
	float:right;
}
div#content div.twobytwo div.tbtrow div h2 {
	margin:0;
	padding:0;
	font-size:0.8em;
}
div#content div.twobytwo div.tbtrow div img {
	float:left;
	width:5em;
	height:5em;
}
div#content div.twobytwo div.tbtrow div p.tbttext {
	font-size:.7em;
}

fieldset.floatedform {
	border: 2px solid #364F7D;
	width: 400px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}
fieldset.floatedform label {
	clear:both;
	float:left;
	padding:2px;
	margin-bottom:5px;
}
fieldset.floatedform label.checklabel {
	padding-left:20px;
	font-size:small;
}
fieldset.floatedform input, fieldset.floatedform textarea, fieldset.floatedform select, fieldset.floatedform span {
	float:right;
	width:250px;
}

fieldset.floatedform img {
	float:right;
	margin-right:40px;
	margin-bottom:3px;
}

.clear {
	clear:both;
	width:100%;
	height:1px;
	overflow:hidden;
}
#frmContent dl, #frmUnsubscribe dl {
	font-size:0.8em;
}
#frmContent dt, #frmUnsubscribe dt {
	float:left;
	clear:both;
	width:10%;
	margin-bottom:10px;
}
#frmContent dd, #frmUnsubscribe dd {
	margin-bottom:10px;
}
