html {
  margin: 0;
  padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left:0;
    bottom: auto;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; color: #393c8c;
}

h3{
	font-family: Arial, Helvetica, sans-serif; color: #393c8c;
}
h4{
	font-family: Arial, Helvetica, sans-serif; color: #393c8c;
}
h5 {
	font-family: Arial, Helvetica, sans-serif; color: #31309c;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link, a:visited {
	color: midnightblue; text-decoration: underline;
}


a:hover, a:active {
	color: royalblue; text-decoration: underline;
}


li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}

/* --------------------------------------------------
background for index.html
--------------------------------------------------*/
.indexbackground {
	background-image: url(images/Hr_bkgnd.gif); 
}


/* --------------------------------------------------
header for high school pages
--------------------------------------------------*/
.hsbackground {
	color: #31309c;
	size:10; 
	font-weight: bold;
	background-color:#f0f0f0;
	
	 
}

/* --------------------------------------------------
Generic div blocks for smaller.
--------------------------------------------------*/
.smaller {
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.larger {
	font-size: larger;
}

/* --------------------------------------------------
custom styles for the portal navigation tables on student, coordinator, & volunteer pages.
--------------------------------------------------*/
.portal_header {
	background-color: #31209C;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: large;
	font-weight: bold;
	color: #ffffff;	
}
.portal_header a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: large;
	font-weight: bold;
	color: #ffffff;	
}
.portal_header a:link, .portal_header a:visited, 
	.portal_header a:hover, .portal_header a:active {
	color: #ffffff; text-decoration: underline;
}

.portal_header_student {
	background-color: #31209C;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium;
	font-weight: bold;
	color: #f5de5c;	
}
.portal_header_student a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: larger;
	font-weight: bold;
	color: #f5de5c;	
}
.portal_header_student a:link, .portal_header_student a:visited, 
	.portal_header_student a:hover, .portal_header_student a:active {
	color: #f5de5c; text-decoration: underline;
}

.portal_cell {
	background-color: #31209C;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #ffffff;	
}
.portal_cell a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #ffffff;	
	text-decoration: underline;
}
.portal_cell a:link, .portal_cell a:visited, .portal_cell a:hover, .portal_cell a:active {
	color: #ffffff; text-decoration: underline;
}

/* --------------------------------------------------
Color styles specific to student pages.
--------------------------------------------------*/
.h4_student {
	color: #ce0000;
	margin-top: 0;
}


.small {
	font-size: 7pt;
}



/* --------------------------------------------------
Color styles specific to Volunteer pages.
--------------------------------------------------*/
.h4_volunteer {
	color: #009966;
	size:10;
	font-weight: bold;
	
}

.v_header {
	color: #31309c;
	size:10; 
	font-weight: bold;
}
.aspire_blueBk_WhiteFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:mediumpx;
	color: #FFFFFF;
	background-color: #397DAD;
}
/* --------------------------------------------------
Color styles specific to Coordinator pages.
--------------------------------------------------*/
.h5_coordinator {
	color: #9999CC;
	size:10;
}
.c_header {
	color: #9999CC;
	font-size: larger;	
	font-weight: bold;
}

.newtools_header {
color: #333399;
font-weight: bold;
}
/* --------------------------------------------------
Bottom of page navigation links and copyright styles.
--------------------------------------------------*/
.navLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	font-size: 7pt;
}


