@charset "utf-8";

.bullettext {	font-family: Calibri, Verdana;
	font-size: 14px;
	color: #7F7F7F;
}
.bluetext1 {
	font-family: Calibri, Verdana;
	font-size: 14px;
	color: #51A9FF;
}
.subheadertext {
	font-family: Calibri, Verdana;
	font-size: 24px;
	color: #51AAFE;
	margin-bottom: 50px;
	margin-top: -20px;
	top: 0px;
	padding-top: 40px;
	overflow: auto;
	margin-left: 40px;
}
.banner {
	margin-top: 0px;
	margin-left: 20px;
}

.jvita {
	font-family: Calibri, Verdana;
	font-size: 24px;
	color: #51AAFE;
}
.accordiantext {
	font-family: Calibri, Verdana;
	font-size: 14px;
	color: #7F7F7F;
	text-align: left;
	margin: 0px;
	padding-right: 10px;
}


#educationboxtext {
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}


.frontpagetext {
	font-family: Calibri, Verdana;
	font-size: 16px;
	color: #7F7F7F;
	text-align: justify;
	margin-top: 0px;
}
#eductionbox {
	width: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.educationboxheading {
	font-family: Calibri, Verdana;
	font-size: 18px;
	color: #51A9FF;
	text-align: left;
	font-weight: bold;
	padding-left: 8px;
}
#educationbox {
	font-family: Calibri, Verdana;
	font-size: 16px;
	color: #7F7F7F;
	width: 200px;
	border: 1px solid #52ABFF;
	top: 25px;
	position: relative;
	text-align: left;
	padding: 0px;
	margin-left: 0px;
}


/* CSS Document */


.mainfont {
	font-family: Calibri, Verdana, sans-serif;
	font-size: 16px;
	color: #7F7F7F;
}
.h1selected {
	font-family: Calibri, Verdana;
	font-size: 18px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.leftimage {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
