
/* Page Body Specifications */
body {	
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/* Style that adds border to index file */
.tableBorder { 
	border: #000000; 
	border-style: solid; 
	border-width: 1px 1px 1px 1px;
}



/* HyperLinks */
a:link {
   color: #335099;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
}

a:active {
   color: #335099;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal 
}

a:hover {
   color: #335099;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
}

a:visited {
   color: #335099; 
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
}

/* Hyperlinks for H2s */	
a.sub:link { 
   color: #335099; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold ; 
	line-height: 12px; 
}

a.sub:active { 
   color: #335099; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold ; 
	line-height: 12px; 
}

a.sub:visited { 
   color: #335099; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold ; 
	line-height: 12px; 
}

a.sub:hover { 
   color: #335099; 
	text-decoration: underline;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold ; 
	line-height: 12px; 
}

/* Hyperlinks for main navigation */	
a.nav:active { 
   color: #335099; 
	text-decoration: none;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal;
}

a.nav:link { 
   color: #335099; 
	text-decoration: none;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal;
}

a.nav:visited { 
   color: #335099; 
	text-decoration: none;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal;
}

a.nav:hover { 
   color: #335099; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
}

/* Hyperlinks for left navigation */
a.leftNav:active { 
   color: #335099; 
	text-decoration: none;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
}

a.leftNav:link { 
   color: #335099; 
	text-decoration: none;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
}

a.leftNav:visited { 
   color: #335099; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;  
}

a.leftNav:hover { 
   color: #335099; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
}



/* Headlines */
h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;	
	font-style: normal;
    	font-weight: bold
    	color: #00000;
	text-align: center; 
	margin: 0px 0px 8px 0px;
	padding: 0px;  
}


h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;	
	font-style: normal;
    	font-weight: bold
    	color: #00000;
	text-align: left; 
	margin: 0px 0px 8px 0px;
	padding: 0px;  
}

h3.purple { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-style: normal; 
	font-weight: bold; 
	color: #663399; 
	text-align: left; 
	vertical-align: top; 
	margin: 0px 0px 8px 0px;
	padding: 0px;  
}

h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
   color: #335099; 
	text-align: left; 
	vertical-align: top; 
	padding: 0px;
	margin: 0px 0px 8px 0px; 
}

h1 { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold;
	color: #000000; ;  
	text-align: left;
	padding: 0px;
	margin: 0px 0px 2px 0px; 
}
	
	

/* Paragraphs */
p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	text-align: left; 
	vertical-align: top; 
	line-height: 14px; 
	padding: 0px;
	margin: 0px 0px 10px 0px;  
}

.copyBold { 
	font-family: Arial, Helvetica, sans-serif;  
	font-style: normal; 
	font-weight: bold; 
}

b {
	color: #663399; 
}

/* Style for text in navigation */	
.nav { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	line-height: 11px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px 0px 8px 0px;  
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	line-spacing: 5em; 
}

/* Style that adds padding */
td.pad {
	padding: 10px;
	margin: 0px; 
}


/* Style for Tables */
.link {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   font-style: normal; 
   font-weight: bold;
   color: black; ;  
   text-align: left;
   padding: 0px;
   margin: 0px 0px 2px 0px; 
}

.tableTitle {
   font-family: Arial, Helvetica, sans-serif; 
   color: #335099;
   font-size: 20px; 
   font-style: normal; 
   font-weight: bold;
   text-align: center;
}
.tableInformation {
   font-family: Arial, Helvetica, sans-serif; 
   color: #000000;
   font-size: 11px; 
   font-style: normal; 
   font-weight: normal;
}
.tableRownHeader {
   font-family: Arial, Helvetica, sans-serif; 
   color: #335099;
   font-size: 14px; 
   font-style: normal; 
   font-weight: bold;
}
.tableField {
   font-family: Arial, Helvetica, sans-serif; 
   color: #000000;
   font-size: 12px; 
   font-style: normal; 
   font-weight: normal;
}
   
.CareerTable {  
	font-family: Arial, Helvetica, sans-serif; 
	border-color: #000000; 
	border-style: solid; 
	border-width: 1px 1px 1px 1px; 
}
.style1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px
}

.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.style6 {font-size: 10px}


