/* *************************************
HTML TAG STYLES BELOW
/* ********************************** */

body {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #cccccc;
	background-image: url(/images/hp_vline.gif);
	background-repeat: repeat-y;
	/*  margin: top right bottom left */
	margin: 15px 10px 15px 0px;
	padding: 0px 0px 0px 0px;	
}

table { 
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
}

p {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height : 9pt;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;	
}


ul	{	font-family: verdana, helvetica, geneva, arial, sans-serif;
		font-size: small;
		color: #333333}
				
li 	{ 
		font-size: 8pt; 
		color: #000000;      
		/*  margin: top right bottom left */
		 margin: 0px 0px 0px 0px;
 }

			

/* *************************************
Italicized Blue Text
/* ********************************** */
.p2
{
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	text-align: left;
	font-size: 8pt;
	font-style: italic;
	color: #012C52;
	line-height: 9pt;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


/* *************************************
Italicized Black Text
/* ********************************** */
.p3 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	text-align: left;
	font-style: italic;
	font-size: 8pt;
	color: #000000;
	line-height : 9pt;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


/* *************************************
Other White Text left justified
/* ********************************** */
.p5 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-weight: none;
	text-align: left;
	font-size: 9pt;
	background-color: #012c52;
	color: #ffffff;
	line-height : 5px;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;		
}



/* *************************************
Other White Text align center
/* ********************************** */

.p6 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-weight: none;
	text-align: center;
	font-size: 9pt;
	background-color: #012c52;
	color: #ffffff;
	line-height : 5px;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;		
}
						


/* *************************************
HTML HEADER STYLES BELOW
/* ********************************** */
				
H1
{
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 10px 0px 15px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
} 

H2 {	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	color: #012c52;
	/*  margin: top right bottom left */
	margin: 5px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
} 

H3 {	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666; 
	/*  margin: top right bottom left */
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

H4 {	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #012c52;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

H5 {	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #012c52; 
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
} 

H6 {	
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 13pt;	
	font-weight: bold;
	color: #8b013c; 
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 




hr {
	text-align: left;
	width: 100%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* *************************************
HTML LINK STYLES BELOW
/* ********************************** */
									
a:link {
	text-decoration: underline;
	font-size: 7pt;
	color: #bdbdbd;
}

a:visited {	
	text-decoration: underline;
	font-size: 7pt;
	color: #000000;
}

a:hover {	
	text-decoration: underline;
	font-size: 7pt;
	color: #000000; 
}
								
a:active {	
	text-decoration: underline;
	font-size: 7pt;
	color: #000000;
}		


/* *************************************
CUSTOM STYLES BELOW
/* ********************************** */

.credits {	
	font-size: 8pt;
	color: #ffffff;
}


				
a.cr:link {	
	text-decoration: underline;
	color: #ffffff;

}

a.cr:visited {	
	text-decoration: underline;
	color: #ffffff;

}

a.cr:hover {	
	text-decoration: underline;
	color: #eeeeee;
}

a.cr:active {	
	text-decoration: underline;
	color: #eeeeee;

}

/* *************************************
MAIN NAVIGATION LINK BELOW
/* ********************************** */

/*  Larger burgundy link */

a.connav:link {
	text-decoration: none;
	font-size: 8pt;
	color: #8b013c;
	margin: 5px 0px 5px 0px
}

a.connav:visited {	
	text-decoration: none;
	font-size: 8pt;
	color: #012c52;
	margin: 5px 0px 5px 0px
}

a.connav:hover {	
	text-decoration: none;
	color: #8b013c;
	margin: 5px 0px 5px 0px
}
								
a.connav:active {	
	text-decoration: none;
	font-size: 8pt;
	color: #012c52;
	margin: 5px 0px 5px 0px
}		



/* *************************************
Job posting link
/* ********************************** */
a.mainnav:link
{
	text-decoration: underline;
	font-size: 8pt;
	color: #012c52;
}

a.mainnav:visited {	
	text-decoration: underline;
	font-size: 8pt;
	color: #012c52;
}

a.mainnav:hover {	
	text-decoration: underline;
	color: #8b013c;
}
								
a.mainnav:active {	
	text-decoration: underline;
	font-size: 8pt;
	color: #8b013c;
}		


		

/* *************************************
Opportunities/Industry Links
/* ********************************** */
a.indusnav:link {
	text-decoration: none;
	font-size: 8pt;
	color: #012c52;
	margin: 5px 5px 5px 0px
}

a.indusnav:visited {	
	text-decoration: none;
	font-size: 8pt;
	color: #012c52;
	margin: 5px 5px 5px 0px
}

a.indusnav:hover {	
	text-decoration: none;
	color: #8b013c;
	margin: 5px 5px 5px 0px
}
								
a.indusnav:active {	
	text-decoration: none;
	font-size: 8pt;
	color: #8b013c;
	margin: 5px 5px 5px 0px
}		



.maintableborder {
	/*  margin: top right bottom left */
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}


.tdbordervlines
{
	/*  margin: top right bottom left */
	border-color: #CCCCCC;
	border-width: 0px 1px 0px 0px;
	border-style: dashed;
}

.imagespace	{	
	/*  margin: top right bottom left */
	margin: 0px 8px 8px 0px;
	padding: 0px 0px 0px 0px;
}

.tdleft	{	
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

.tdright	{	
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
}

.aboutpadding	{	
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
}


.hpleftcol	{	
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 15px 25px 0px 25px;
}

.hprightcol	{	
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 0px 0px;
}


/* *************************************
COLORS AND BACKGROUNDS
/* ********************************** */

.white {
	background-color: #FFFFFF
}


.bg {
	background-image: url(/images/right_bg.jpg);
	background-repeat: no-repeat;
	
}

.vlines {
	background-image: url(/images/vertical_line.gif);
	background-repeat: repeat-y;
	
}

th.blue
{
	font-family: font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #012c52;
	text-align: left;
	text-indent: 0px;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 2px 16px 2px 16px;
}

th.gray {
	font-family:  font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color : #eeeeee;	
	text-align: left;
	text-indent: 0px;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 5px 16px 5px 16px;	
}


th.wht {
	font-family:  font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color : #ffffff;	
	text-align: left;
	text-indent: 0px;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 5px 16px 5px 16px;	
}

				