/* CSS Document */
body{
font-size:1em;}
a,
a:link,
a:visited{
background-image:url(../i/arrow.gif);
background-repeat:no-repeat;
background-position: 0 50%;
padding-left:1em;
color:#333;
text-decoration:none;
}
a:hover,
a:active{
text-decoration:underline;
color:#003399;
}
.standardList ul {
list-style-type:none;
text-transform:capitalize;
/*padding-left:150px;*/
line-height:1.2em;
padding:0;
}

.standardList ul li{

color:#555;}

.standardList ul li a,
.standardList ul li a:link,
.standardList ul li a:visited{
background-image:url(../i/arrow.gif);
background-repeat:no-repeat;
background-position: 0 50%;
padding-left:1em;
color:#333;
text-decoration:none;
}

.standardList ul li a:hover,
.standardList ul li a:active{
text-decoration:underline;
color:#003399;
}

hr{
height:10px;
border:0;
padding:0;
margin:0;
/* IE SPECIFIC TAG */
	_margin: 0px auto;
	_height:0px;
	_border: 0 none;
	_color:white;
	_width:204px;}
hr.double{
height:25px;
/* IE SPECIFIC TAG */
	_margin: 8px auto;
	_height:1px;
	_border: 0 none;
	_color:white;
}
strong{
color:#7A1A1A;
}

p
{
color:#555;
padding:.2em 0;
margin:0;
line-height:1.3em;

} 
.contentPush
{
width:415px;padding-left:225px;font-size:.8em;
}