/* Button section originally from Builder.com */

#buttonA {
	margin-left: 3px;
}

#buttonA ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#buttonA li {
	list-style-type: none;
	height: 20px;
	width: 125px;
	margin: 10px;
	text-align:center;
}

#buttonA li a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	background-color: #2c4897;
	border-style: solid;
	border-top-color: #536db6;
	border-left-color: #3e59a4;
	border-right-color: #1c3887;
	border-bottom-color: #0f2b7a;
}

#buttonA li a:link {
	color: #cc9966;
	font-weight: bold;
	background-color: #2c4897;
	border-style: solid;
	border-bottom-color: #0f2b7a;
	border-right-color: #1c3887;
	border-left-color: #3e59a4;
	border-top-color: #536db6;
}

#buttonA li a:visited {
	color: #cc9966;
	font-weight: normal;
	background-color: #2c4897;
	border-style: solid;
	border-bottom-color: #0f2b7a;
	border-right-color: #1c3887;
	border-left-color: #3e59a4;
	border-top-color: #2c4897;
}

#buttonA li a:hover {
	font-weight: bold;
	color: #2c4897;
	background-color: #cc9966;
	border-style: solid;
	border-bottom-color: #b3783c;
	border-right-color: #c18b54;
	border-left-color: #d6a778;
	border-top-color: #e8bc90;
}

#buttonA li a:active {
	font-weight: bold;
	color: #0f2b7a;
	background-color: #2c4897;
	border-style: solid;
	border-top-color: #536db6;
	border-left-color: #3e59a4;
	border-right-color: #1c3887;
	border-bottom-color: #0f2b7a;
}
/* End of button A */

#buttonB {
	margin-left: 3px;
}

#buttonB ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#buttonB li {
	list-style-type: none;
	height: 20px;
	width: 110px;
	margin: 10px;
	text-align:center;
}

#buttonB li a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	background-color: #2c4897;
	border-style: solid;
	border-top-color: #536db6;
	border-left-color: #3e59a4;
	border-right-color: #1c3887;
	border-bottom-color: #0f2b7a;
}

#buttonB li a:link {
	color: #cc9966;
	font-weight: bold;
	background-color: #2c4897;
	border-style: solid;
	border-bottom-color: #0f2b7a;
	border-right-color: #1c3887;
	border-left-color: #3e59a4;
	border-top-color: #536db6;
}

#buttonB li a:visited {
	color: #cc9966;
	font-weight: normal;
	background-color: #2c4897;
	border-style: solid;
	border-bottom-color: #0f2b7a;
	border-right-color: #1c3887;
	border-left-color: #3e59a4;
	border-top-color: #2c4897;
}

#buttonB li a:hover {
	font-weight: bold;
	color: #2c4897;
	background-color: #cc9966;
	border-style: solid;
	border-bottom-color: #b3783c;
	border-right-color: #c18b54;
	border-left-color: #d6a778;
	border-top-color: #e8bc90;
}

#buttonB li a:active {
	font-weight: bold;
	color: #0f2b7a;
	background-color: #2c4897;
	border-style: solid;
	border-top-color: #536db6;
	border-left-color: #3e59a4;
	border-right-color: #1c3887;
	border-bottom-color: #0f2b7a;
}
/* End of button B

/* Color and theme of pages */

#centering_container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #e3eaf0;
}
body {
	padding: 0px;
	background-color: #fefefe;
	font-size: 10pt;
	color: #2c4897;
	font-family: veranda, arial, san-serif;
	margin-left: 75px;
	margin-right: 50px;
	line-height: normal;
	background-image: url(../images/background_jps2.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
    color: #000066;
    text-align: center;
    font-weight: bold;
    background-color: #e3eaf0;
    text-transform: uppercase;
}	
h2 {
    color: #000066;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
} 
h3 {   		  	
    color: #2c4897;
    text-transform: uppercase;
}
h4 {
	 color: #cc9966;
	 text-align: center;
}
h5 {
	 color: #000066;
	 text-align: center;
}
h6 {
	 color: #000066;
	 text-align: left;
}
a:hover {
	color: #2c4897;
	background-color: #cc9966;
}			
span {
	font-size: 10pt;
	color: #596ca2;
}

/* Three column plus Header layout */
/* Templet originally from Webdesign.about.com */
			   			
#left {
	position: absolute;
	left:0px;
	top:120px;
	width:140px;
	padding: 0px 5px;
	background-image: url(../images/menu_bkgrnd.jpg);
	background-repeat: repeat;
	height: 450px;
}

#right {
	position: absolute;
	right: 3px;
	top: 59px;
	width: 140px;
	background-image: url(../images/menu_bkgrnd.jpg);
	height: 450px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
   
#header {
	height: 130px;
}
#l3header {
	height: 90px;
}
#main {
	margin-left: 160px;
	margin-right:160px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
	height: 900px;
	background-color: #e3eaf0;
}
#t_main {
	margin-left: 160px;
	margin-right:160px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
	height: 1800px;
	background-color: #e3eaf0;
}
#h_main {
	margin-left: 160px;
	margin-right: 160px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
	height: 100%;
	background-color: #e3eaf0;
	background-repeat: no-repeat;
	background-position: center 150px;	/* background-image: url(../images/coverhonors1.gif); */
}
#subtitle {
	height: 80px;
	width: 220px;
	position: absolute;
	top: 5px;
	left: 580px;
}
#l3main {
	margin-left: 175px;
	margin-right:5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 100%;
	background-color: #e3eaf0;
}
#l3main_text {
	margin-left: 5px;
	margin-right:185px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 100%;
	background-color: #e3eaf0;
}
#right_border {
	position: absolute;
	right:auto;
	height: 100%;
	width: 200px;
	height: 100%;
	background-image: url(../images/rightborder.jpg);
	background-repeat: repeat-x;
}
#gallery {margin-left: 160px;
	margin-right:20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 100%;
	background-color: #e3eaf0;
}
#nav_aid {
	position: absolute;
	left:0px;
	top:650px;
	width:140px;
	padding: 0px 5px;
	height: 750px;
}
#nav_aid_ed {
	position: absolute;
	left:0px;
	top:850px;
	width:140px;
	height: 100px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#nav_aid_tr {
	position: absolute;
	left:0px;
	top:650px;
	width:140px;
	padding: 0px 5px;
	height: 950px;
}
#nav_aid_bas {
	position: absolute;
	left:3px;
	top:735px;
	width:140px;
	padding: 0px 5px;
	height: 750px;
}
#nav_aid_tp {
	position: absolute;
	left:0px;
	top:800px;
	width:140px;
	padding: 0px 5px;
	height: 750px;
}
