/* Styles for J.U.M.P. */

/* Links */

a#nav:link, a#nav:visited, a#nav:active, a#nav:hover {
	font-family: Garamond, serif;
	color: rgb(148, 130, 20);
	text-decoration: none;
}

a:link, a:visited, a:active, a:hover {
	font-weight: bold;
	color: rgb(148, 130, 20);
	text-decoration: underline;
}

/* Body - color from sky in picture */
body { font-family: Arial, Helvetica, sans-serif; background-color: rgb(212, 217, 221)}

/* Border - color from mountains in picture */
table#layer1 {
	width: 710px;
	background-color: rgb(37, 53, 36);
}

/* Banner */
td#banner {
	padding: 7px 0 0 0;
}

td#title1 {
	text-align: left;
	width: 200px;
	padding: 0 0 0 60px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: bold; 
	font-size: 26px; 
	color: rgb(234, 181, 77);
}

td#title2 {
	text-align: left;
	padding-left: 20px;
	width: 470px;
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-weight: bold; 
	font-size: 20px; 
	color: rgb(234, 181, 77);
}

td#image {
	text-align: center;
	padding: 7px 0 0 0;
}

td#missionsingle {
	text-align: center; 
	padding: 5px 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-weight: bold; 
	font-size: 14px; 
	color: rgb(234, 181, 77);	
}

td#mission {
	text-align: center; 
	padding: 5px 0 15x 0;	
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-weight: bold; 
	font-size: 14px; 
	color: rgb(234, 181, 77);	
}

td#phone {
	text-align: left; 
	padding: 0 0 0 30px;
	width: 360px;
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-weight: bold; 
	font-size: 14px; 
	color: rgb(234, 181, 77);	
}

td#addr {
	text-align: right;
	width: 250px;
	padding: 0 30px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-weight: bold; 
	font-size: 12px; 
	color: rgb(234, 181, 77);	
}

span#capital {
	font-size: 24px;
}

/* Content */
table#content {
	width: 670px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif; 	
}

td#content {
	text-align: center;
}

/* Navigation */
td#nav {
	width: 160px;
	height: 600px;
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: rgb(37, 53, 36);
}

td#navitem {
	padding: 5px 3px 0 7px;
	text-align: left;

}

hr#nav {
	color: rgb(171, 171, 171);
	height: 1px;
	width: 100px;
	text-align: left;
	margin-left: 7px;
}

span#current {
	color: rgb(75, 82, 49);
}

td#inneritem {
	padding: 10px 0 0 20px;
}

/* Text */

div#pagehdr {
	text-align: center;
	font-family: Garamond, serif;
	font-size: 24px;
	font-weight: bold;
	color: rgb(37, 53, 36);
	padding: 10px 0 5px 0;
}

div#sectionhdr {
	text-align: left;
	font-family: Garamond, serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	color: rgb(37, 53, 36);
}

div#sectionhdr2 {
	text-align: left;
	font-family: Garamond, serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
	color: rgb(37, 53, 36);
}

div#sectionhdra {
	text-align: left;
	font-family: Garamond, serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 15px;
	color: rgb(37, 53, 36);
}

div#sectionhdrafterpar {
	text-align: left;
	font-family: Garamond, serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(37, 53, 36);
}

div#sectionhdraafterpar {
	text-align: left;
	font-family: Garamond, serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	color: rgb(37, 53, 36);
}

div#sponsor1 {
	text-align: left;
	font-family: Garamond, serif;	
	font-size: 16px;
	padding-top: 20px;
	padding-left: 30px;
	color: rgb(37, 53, 36);
}

div#sponsor2 {
	padding-left: 35px;
	font-family: Garamond, serif;
	font-size: 16px;
	color: rgb(37, 53, 36);
}

td#text {
	width: 510;
	height: 600px;
	text-align: left;
	vertical-align: top;
	padding: 0 10px 20px 10px;
}

td#question {
	padding: 10px 10px 7px 10px;
	font-weight: bold;
	font-size: 85%;
}

td#answer {
	padding: 0 10px 10px 26px;
	font-size: 85%;	
}

p#indent {
	padding: 0 10px 0 20px;
	font-size: 90%;
}

p#outdent {
	padding: 0 10px 0 10px;
	font-size: 90%;
}

div#indentafterpar {
	padding: 0 10px 0 20px;
	font-size: 90%;
}

div#indent {
	padding: 7px 10px 0 20px;
	font-size: 90%;
}

li#indent2 {
	padding: 3px 10px 0 5px;
	font-size: 90%;
}

td#indent2 {
	padding: 0 0 0 20px;
}

span#paren {
	font-size: 85%;
}

td#contactlabel {
	width: 80px;
	text-align: left;
	font-family: Garamond, serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(37, 53, 36);
}

td#contactinfo {
	font-size: 90%;
}

div#tripdate {
	padding: 7px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
}
		
img#index {float: right; padding: 3px 10px 0 10px;}
img#programs {float: right; padding: 8px 10px 0 10px;}
img#oltpage {float: right; padding: 8px 10px 0 10px;}
img#oltintro {float: right; padding: 8px 10px 0 10px;}
img#oltintro2 {float: left; padding: 8px 10px 0 10px;}

/* footer */
table#footer {
	background-color: rgb(37, 53, 36);
}

tr#footer td {
	height: 30px;
	font-size: 70%; 
	font-family: times; 
	font-style: italic; 
	color: #FFFFFF;
}

td#name {
	width: 200px; 
	text-align: left;
}

td#design {
	width: 200px;
}

td#copyright {
	width: 200px; 
	text-align: right;
}
