@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#333333;
	line-height:normal;
}

img{
	border:none;
	padding:0;
	margin:0;
}

form{	
	padding:0px 15px;
	margin:0;
}

p{
	padding:0;
	margin:5px;
}

#header{
	color:#fff;
}

#nav{
	color:#fff;
	font-size:.95em;
}

#footer{
	color:#d5d5d5;
	font-size:1em;
	font-weight:bold;
}

/*FONT STYLES*/
.times{
	font-family:"Times New Roman", Times, serif;
}

.arial{
	font-family:Arial, Helvetica, sans-serif;
}

._14{
	font-size:120%;
	text-align: left;
}

.large, .x_large{
	font-size:1.3em;
}



/*FONT STYLES END*/

/*HEADINGS*/
h1{
	font-weight:normal;
	font-size:1.75em;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	color:#1b3a8e;
	text-transform:uppercase;
	padding-bottom:15px;
	background:url(../images/line_2.jpg) bottom repeat-x;
	margin:5px 5px 25px;
}
h2{
	font-weight:normal;
	font-size:1.75em;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:5px 5px 25px;
	color:#1b3a8e;
}
h3{
	font-weight:normal;
	font-size:1.5em;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:5px;
	color:#1b3a8e;
}
h4{
	font-weight:normal;
	font-size:1.2em;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:5px;
}
h5{
	font-weight:normal;
	font-size:1em;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:5px;
}
/*HEADINGS END*/

/*COlOR STYLES*/


.gray{
	color:#999999;
	font-size:.93em;
	text-align: right;
}

.blue{
	color:#1b3a8e;
	
}

.white{
	color:#FFFFFF;
}



.red{
	color:#ac0000;
}

/*COlOR STYLES END*/

/*LINKS*/

a:link{
	text-decoration:underline;
	color:#1b3a8e;

}
a:visited{
	text-decoration:underline;
	color:#1b3a8e;

}
a:hover{
	text-decoration:none;
	color:#005aff;
	
}
a:active{
	text-decoration:underline;
	color:#1b3a8e;

}


#rightNav h3 a:link{
	text-decoration:none;
	color:#1b3a8e;
	padding-left:30px;
	background:url(../images/arrow.gif) no-repeat 11px 8px;

}
#rightNav h3 a:visited{
	text-decoration:none;
	color:#1b3a8e;
	padding-left:30px;
	background:url(../images/arrow.gif) no-repeat 11px 8px;

}
#rightNav h3 a:hover{
	text-decoration:none;
	color:#005aff;
	padding-left:30px;
	background:url(../images/arrow_hover.gif) no-repeat 13px 8px;
}
#rightNav h3 a:active{
	text-decoration:none;
	color:#1b3a8e;
	padding-left:30px;
	background:url(../images/arrow.gif) no-repeat 11px 8px;

}

#header a:link{
	text-decoration:none;
	color:#d5d5d5;

}
#header a:visited{
	text-decoration:none;
	color:#d5d5d5;

}
#header a:hover{
	text-decoration:none;
	color:#fff;
	
	
}
#header a:active{
	text-decoration:none;
	color:#d5d5d5;

}

#nav a:link{
	text-decoration:none;
	color:#d5d5d5;

}
#nav a:visited{
	text-decoration:none;
	color:#d5d5d5;

}
#nav a:hover{
	text-decoration:none;
	color:#fff;
	
	
}
#nav a:active{
	text-decoration:none;
	color:#d5d5d5;

}

#footer a:link{
	text-decoration:none;
	color:#d5d5d5;

}
#footer a:visited{
	text-decoration:none;
	color:#d5d5d5;

}
#footer a:hover{
	text-decoration:none;
	color:#fff;
	
	
}
#footer a:active{
	text-decoration:none;
	color:#d5d5d5;

}


/*LINKS END*/

