html {
	height:100%;
	overflow:auto;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#999999;
	margin:0;
	padding:0;
	height:100%;
	background:#ececec;
	background-image:url(../images/bg_tile_v01.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
a:link{color:#ff7f00; text-decoration:underline;}
a:hover{color:#ff7f00; text-decoration:none;}
a:visited{color:#ff7f00; text-decoration:underline;}
a:visited:hover{color:#ff7f00; text-decoration:none;}

p {
	margin:0 0 17px 0;
}

#wrap {
	margin:0px 0 5px 0;
}

.table100 {
	height:100%;

}

.whiteLink{
	color:#ffffff;
}
.whiteLink a:link{color:#ffffff;}
.whiteLink a:hover{color:#ffffff;}
.whiteLink a:visited{color:#ffffff;}
.whiteLink a:visited:hover{color:#ffffff;}



h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#993300;
	font-size:16px;
	margin:0px 0 10px 0;
}
h2 {
	color:#cc6600; /* was 993300 brown */
	font-size:13px;
	margin:-2px 0 8px 0;
}

.footer_bg {
	background-image:url(../images/footer_grad_v01.gif);
	background-repeat:repeat-x;
	height:74px;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	letter-spacing:1.5px;
	text-transform:uppercase;
}
.footer_text a:link{color:#0c1360; text-decoration:underline;}
.footer_text a:hover{color:#9adfff; text-decoration:underline;}
.footer_text a:visited{color:#0c1360; text-decoration:underline;}
.footer_text a:visited:hover{color:#9adfff; text-decoration:underline;}

.sidebar_bg {
	background-image:url(../images/sidebar_grad_v01.gif);
	background-repeat:repeat-x;
	height:165px;
}


/* normal_ul */
.normal_ul{
	margin:20px 0 0 25px;
	padding:0;
}
.normal_ul ul {
	margin:0 0 0 0;
	padding:0;
}
.normal_ul li {
	margin:0 0 6px 10px;
	padding:0;
}

.ol_margin li{
	margin:10px 0 0 -20px;
}

.bold_italic{
	font-weight:bold;
	font-style:italic;
}

img{
	border-width:0px;
	/* display:block; /* assumes img is only element in td */
	display:inline;
}

.content_10px {
	font-size:10px;
}

.content_11px {
	font-size:11px;
}


.bodyList{
	list-style:square;
}
.bodyList li{
	margin:10px 0 0 -20px;
}
.bodyList li ul {
	list-style:disc;
}



.flo_right_img {
	margin:0 0 10px 10px;
	padding:0;
	float:right;
	width:189px;
}
.marg_10px {
	margin:10px 10px 10px 10px;
}

/* text field for all forms */
.txtBoxStyle1{
    border-top: 1px solid #3db7e4; 
    border-bottom: 1px solid #3db7e4;
    border-left: 1px solid #3db7e4;
    border-right: 1px solid #3db7e4;
	padding-left: 2px;
    background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-image: url(../images/corners.gif);
	width:225px;
	height:16px;
}
.txtBoxStyle2{
    border-top: 1px solid #7f9db9; 
    border-bottom: 1px solid #7f9db9;
    border-left: 1px solid #7f9db9;
    border-right: 1px solid #7f9db9;
	padding-left: 2px;
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-image: url(../images/corners.gif);
	width:165px;
	height:18px;
}
/* submit/reset btn for form */
.txtBoxStyle2B{
    border-top: 1px solid #7f9db9;
    border-bottom: 1px solid #7f9db9;
    border-left: 1px solid #7f9db9;
    border-right: 1px solid #7f9db9;
	padding:0 auto 0 auto;
    background-color: #eeeeee;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:bold;
    color: #000000;
	width:80px;
	height:20px;
	cursor:pointer;
}
/* textarea for form */	
.txtBoxStyle4{
    border-top: 1px solid #7f9db9;
    border-bottom: 1px solid #7f9db9;
    border-left: 1px solid #7f9db9;
    border-right: 1px solid #7f9db9;
	padding-left: 1px;
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-image: url(../images/grid.gif);
	width:341px;
	height:100px;
    behavior: url(behaviors/maxlength.htc);
}
