/* JoeFicalora.com CSS 2010 v1 */

html { 
	min-height: 101%;
	margin-bottom: 1px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	/* default page text */
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #111111;
}


/* TEXT STYLES */

p, ol {
	margin-top: 0px;
	margin-bottom: 14px;
}

p.nospace {
	margin-bottom: 0px;
}

.pagetitle {
	color: #002E82;
	font-weight: bold;
	font-size: 15px;
}
.subhead {
	color: #002E82;
	font-weight: bold;
	font-size: 12px;
}
.bold {
	color: #323232;
	font-weight: bold;
}

.gray {
	color: #666666;
}
.blue {
	color: #003599;
}
.bluebold {
	color: #003599;
	font-weight: bold;
}
.large{
	font-size: 12px;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

.smallwhite {
	color: #EAEAEA;
	font-size: 10px;
}
/* TEXT LINK STYLES */

a {
	color: #003599; 
}
a:hover {
	color: #F09100;
	text-decoration: underline;	
}
.anoline {
	text-decoration: none;	
}
.anolineb {
	text-decoration: none;
	font-weight: bold;
}
.amore {
	text-decoration: none;	
}
.agray {
	text-decoration: none;
	color: #666666;
}
.awhite {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}
	
	.awhite:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

.noborder {
 	BORDER-COLLAPSE: collapse;
}


/* FORM & WIDGET STYLES */


.tdraising {
	/* non-scrolling BG */
	background-image: url(/images/raising_BG.jpg);
	background-repeat :no-repeat;
 	background-position: right bottom;
	}
	
.tdnumber {
	color: #003599;
	font-weight: bold;
	vertical-align: top;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

input, select, textarea  {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #111111;
 	background-color: #F0F0F0;
}

hr {
	color: #DDDDDD;
	width: 100%;
	height: 1px;
	border: none;
 	background-color: #DDDDDD;	}
	

input.button  {
	color:  #003599;
	background-color: #EDEDED;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}

li.linorm {
	list-style-image: url(/images/bullet.gif);
	padding-bottom: 8px;
	margin-left: -10px;
}

li.lisub {
	list-style-image: url(/images/bulletsm.gif);
	padding-bottom: 4px;
	margin-left: -30px;
}
li.lisubhi {
	list-style-image: url(/images/bulletsm.gif);
	padding-bottom: 8px;
	margin-left: -30px;
}

ul.ullow {
	list-style-image: url(/images/bullet.gif);
	margin-left: 0px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.ol_li {
	padding-bottom: 5px;
}

.imgmiddle {
	vertical-align: middle;	
}

