body {
	margin:0px auto;
	padding:0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	width: 770px;
	color: #333333;
	position: static;
	font-size: 10pt;
	background: #FFFFFF;
}	
.contentBlock	{
	margin: .5em 0 1.5em 0;
	padding: 7px; 
	border: solid 1px #B1C3DC;
	background-color:#ffffcc;
	}

table	{
	margin: 0;
	padding: 0;
	border: 0;
	}

td	{
	vertical-align: ;
	}
	
td.indent	{
	padding-left: 12px !important;
	}


p	{
	margin: 0 0 1.5em 0;
	line-height: 16px;
	}

p.minBottomPad	{
	margin: 0 0.7em 0;
	line-height: 16px;
	}

p.noBottomPad	{
	margin: 0 0 0 0;
	line-height: 16px;
}

p.padBottom	{
	margin-bottom: 3em !important;
	}

td.padBottom	{
	padding-bottom: .7em !important;
	}

p.list strong,
p strong,
p.nojust strong,
li strong	{
	color: #345563;
	}
	
p.padTop	{
	padding-top: 1em;
	}
	
.padLeft	{
	padding-left: .7em;
	}
	
.padRight	{
	padding-right: 1.5em;
	}
	
span.padLeft	{
	margin-left: .7em;
	}
	
p.topBorder	{
	border-top: solid 1px #B1C3DC;
	padding-top: 1.5em;
	}
	
p.dim	{
	color:#567785;	
	}
	
.small 	{
	font-size:.85em;
	}

a:link, a:visited	{
	color: #1F529C;
	text-decoration:none;
	}

a:active	{
	color:#E69702;
	}

a:hover	{
	color:#1F529C;
	text-decoration:underline;
	}

a.button	{
	text-decoration:underline !important;
	}

a img	{
	border: 0;
	vertical-align:middle;
	}
	
p a img	{
	margin-right: 5px;
	}

h1	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 17px;
	border-bottom: solid 1px #B1C3DC;
	margin: 5px 0 .7em 0;
	text-transform:capitalize;
	}
	
h2	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 13px;
	margin: 1.5em 0 .3em 0;
	text-transform:uppercase;
	}
	
h2.first	{
	margin: .3em 0 .3em 0;
	}
	
h2.topBorder	{
	border-top: solid 1px #B1C3DC;
	padding-top: 1.5em;
	}
	
h3	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1F529C;
	font-size: 13px;
	margin: 1.5em 0 .3em 0;
	}
	
.contentBlock h3	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1F529C;
	font-size: 12px;
	margin: 1em 0 .3em 0;
	}
	
.headingColor	{
	color: #1F529C;
	}
	
ol	{
	margin: 1em 0 1em 0;
	padding: 0;
	}
	
ol li	{
	margin-left: 26px;
	padding-bottom: 1.5em;
	}
	
ol li ol	{
	margin: .7em 0 0 0;
	padding-bottom: 0;
	list-style-type:lower-alpha;
	}
	
ol li ol li	{
	list-style-type:lower-alpha;
	margin-left: 32px;
	padding-bottom: .5em;
	}
	
div.indent	{
	margin-left: 1.8em;
	}
	
hr	{
 	color: #B1C3DC;
	height: 1px;
	}
	
.noPrint	{
	display:;
	}
	
.printOnly	{
	display:none;
	}
	
.printIcon	{
	display:;
	float:right;
	margin: 10px 15px 0 0;
	}
	
.contentBlockPrint	{
	display:none;
	}
	
/* CONTAINER STUFF */	
#headerPrint {
	display: none;
	}
	
#leftBG {
	background:url(../images/bgLeft_edge.gif) no-repeat top right;
	width: 50%;
	text-align: right;	
	}

#leftBGCorner {
	background:url(../images/bgBottom_edgeFarLeft.gif) no-repeat top right;
	height: 12px;	
	}

#rightContent {
	display:none;
	}
	
#rightBG {
	background:url(../images/bgRight_edge.gif) no-repeat top left;
	width: 50%;
	text-align: left;
	}

#rightBGCorner {
	background:url(../images/bgBottom_edgeFarRight.gif) no-repeat top left;
	height: 12px;	
	}

#topBG {
	background-image:url(../images/bgTop_edge.gif); 
	background-position:top left; 
	background-repeat:repeat-x;
	}

#bottomBG {
	background-image:url(../images/bgBottom_edge.gif); 
	background-position: top right; 
	background-repeat:no-repeat;
	text-align: left;
	height: 12px;	
	}

#logo	{
	text-align: right;
	margin-top:12px;
	padding-bottom: 10px;
	background:url(../images/bgTop_edge.gif) repeat-x;
	background-position: bottom;
	}


.emptyBorder {	
	padding: 0 0;
	font-size: 11px;
	padding: 5px 5px;
	color:  #AEC8EF;
	background: url(../images/header_bg.gif) repeat-x bottom left;
	}	

/*  ###### CONTAINERS THAT HOLD CONTENT #########   */
#container {
	border-top: solid 1px #86AEE8;
	background-color: #fff !important;
	}
	
/*  important - gives fixed width   */
#menuContent	{
	background-color: #fff;
	width:660px;
	}	

/*  place on div's in main body   */
.content	{
	padding: 10px 15px 15px 15px;
	margin-bottom: 10px;
	}	
	
.contentNoBotPad	{
	padding: 15px;
	margin-bottom: 0;
	}	
	
.contentNoPad	{
	padding: 0;
	margin-bottom: 0;
	}
	


/*  FORM ELEMENTS   */
.input,
select,
textarea	{
	border: solid 1px #999;
	}
	
table.formTable td {
	padding-top: .25em;
	padding-bottom: .25em;
	}

table.formTable td.spacerCell {
	padding: 0;
	font-size: 10px;
	}
	
table.formTable td.padLeft	{
	padding-left: 10px;
	}
	
table.formTable td.padRight	{
	padding-left: .5em;
	}
	
table.formTable td table td,
table.pricetable td table td {
	padding: .15em 0;
	}
	
.formLabel,
.formLabelAbove	{
	color:#567785;
	font-weight: bold;
	white-space:nowrap;
	text-transform:capitalize;	
	}
	
.formLabel	{
	padding-right: .5em;
	text-align: right;
	font-size:10px;
	}
	
.formLabelAbove	{
	padding-bottom: .5em;
	text-align: left;
	}
	
p.formLabel	{
	margin: 1.3em 0 0 0;
	text-align: left;
	font-size:10px;
	}
	
p.formLabelAbove	{
	margin: 1.3em 0 0 0 !important;
	text-align: left;
	font-size:10px;
	}
	
td.topLabel {
	vertical-align: top;
	padding-top: 7px !important;
	}
	
table.formTable td table td.formLabel {
	font-weight: normal;
	padding: .15em .5em .15em 0;
	white-space:nowrap;
	}
	
table.pricetable td {
	padding: .15em 1.5em 1em 0;
	vertical-align:top;
	}
	
table.pricetable td.formLabel {
	padding: .15em 1.5em 1em 0;
	text-align:left;
	font-weight:normal;
	text-transform:none;
	vertical-align:top;
	white-space:normal;
	width: 300px;
	}
	
table.pricetable ul {
	padding:0;
	margin: .5em 0 0 20px;
	list-style-type:circle;
	}
	
table.pricetable li {
	font-size: .9em;
	}

.optional	{
	color: #000;
	font-weight:normal;
	}
	
td.alert {
    color: #C00;
	}
	
INPUT.checkbox,
img.checkbox	{
	margin: 2px 3px 2px 0;
	vertical-align: middle;
	}
	
INPUT.padLeft	{
	margin-left: 10px !important;
	}
	
INPUT.readOnly	{
	background-color:transparent;
	border: 0;
	color: #000;
	}
	
.dataTable INPUT.readOnly	{
	background-color:transparent;
	border: 0;
	color: #345563 !important;
	}
	
INPUT.small	{
	font-size: 9px !important;
	}
	
div.submitButtons	{
	text-align:right;
	margin: 0; 
	padding: 0 0 0 0; 
	}
	
.popup div.submitButtons	{
	text-align:center;
	margin: 10px; 
	padding: 10px 0 0 0; 
	border-top: solid 1px #B1C3DC;
	}

/*  Data Tables   */
.dataTable	{
	border-collapse: collapse; 
	}
	
.dataTable th,
.dataTable td	{
	padding: .4em 1.5em .4em .1em;
	border-collapse: collapse; 
	}
	
.dataTable td.noPad	{
	padding: .4em 0em .4em .5em;
	}

.rowOdd	{
	background-color:#E6EAEF;
	}
	
.dataTable tr.special2 td	{
	background-color:#FFFF33;
	border: solid 1px #E2A80B;
	border-width: 1px 0 1px 0;
	}
	
	
.spacerCell	{
	height: 10px;
	font-size:0px;
	}
	
.dataTableILP td	{
	background-color:transparent;
	border-bottom: solid 1px #f9f9f9;
	}
	
.dataTableILP th,
.dataTable tr.special td	{
	background-color:#CCFFFF;
	}
	
.dataTableILP tr.special2	{
	background-color:#F3B200;
	}

/*  FOOTER   */
#footer	{
	clear:left;
	text-align:center;
	padding: 7px;
	color: #666666;
}

#footer a	{
	white-space: nowrap;
	color: #666666;
	text-decoration: underline;
}

#footer a:hover	{
	color: #000;
}
