/*HTML Tag Classes*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif,  "MS sans serif";
	margin: 0px;
   	padding-left: 20px;
   	padding-right: 20px;
   	padding-top: 0px;
}
	
h1 {
    font-size: 150%;
	color: #003c99; /*#0e3487, 21467A*/
	background-color: #fff; 
}

h2 {
	color: #483d8b; 
	background-color: #fff; 
}

h3 {
	color: #483d8b;
	background: #fff; }
	
h4 {
	color: #483d8b;
	background: #fff; }
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif,  "MS sans serif";
	font-size: 95%; 
	letter-spacing: 1px; 
	line-height: 1;
}

a:hover {background: yellow; color: #000;}
	
p {
	font-size: 100%; 
	line-height: 1.5;
} 

/*Navigational Classes*/

.skipnav {
    background: #fff; color: #fff;
	font-size: 1%;
}

.breadcrumb {
	font-size: 95%;
	color: #483d8b;
     background: #fff; font-weight:bold;
} 
  
.breadcrumblink {
	color: #483d8b;
     background: #fff; font-weight:bold;
} 
	
.pageof {
	text-align:right;
	color: #483d8b;
	background: #fff; font-weight: bold;
	font-size: 95%;
}
	
.pagenav {
	text-align:right;
	font-size: 80%;
}
		
.topofpage {
	text-align:center;
	font-size: 80%;
	color: #483d8b;
	background: #fff; }

		
/*Footer Classes*/

.lineblue {
	color: #2f4e8e;
	background: #2f4e8e;
}

.footer {
	text-align:center;
}
		
.footinfo {
   font-family : Verdana, Arial, Helvetica, sans-serif,  "MS sans serif";
   font-size : 75%/*12px*/;
   font-weight: 100;
   color : #000;
   background: #fff; }

A.footlink {
   font-family : Verdana, Arial, Helvetica, sans-serif,  "MS sans serif";
   font-size : 100%/*12px*/;
   font-weight: 100;
   color : #000;
   background: #fff; text-decoration:underline;
}

a.footlink:hover {background: yellow; color: #000;}

/*Misc. Formatting Classes*/

/*Bordered box in content needing attention*/
.notebox { background: #f1f1f1; padding: 4px; margin: 3%; width: 90%; font-size: 80%;}
.notebox a { color:#000; background:#f1f1f1;}  
.notebox a:hover {background: yellow; color: #000;}
.notebox h2 { margin: 0; padding: 0; color: #d60238; background: #f1f1f1; font-size: 95%;}

.notetext {
   font-family: Arial, sans-serif,  "MS sans serif";
   color: #ee6666;
   font-weight: bold;
   font-size: 95%;
}

.Ralign {
	text-align:right;
}

.Calign {
	text-align:center;
}
