/* styles.css - Styles for web page, Version 1.0 */
/* To adjust banner height, change

header heigth
header banner height 
*/

<style type="text/css">
<!--
html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
}
#container {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 960px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Helvetica;
	font-size: 13px;
	color: #313030;
}
#header {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 150px;
	background-color: #FFF;
	right: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 960px;
}

#container #main h1 {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	height: 100px;
	font-family: Helvetica;
	font-size: 10px;
	position: relative;
	padding-top: 10px;
	background-color: #FFF;
	color: #666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	width: 960px;
}
a:link {
	color: #779AC5;
	font-weight: bold;
}
a:visited {
	color: #779AC5;
	font-weight: bold;
}
a:hover {
	color: #999;
	font-weight: bold;
}

#container #header #banner {
	background-image: url(Banner_image.png);
	background-repeat: no-repeat;
	height: 118px;
}

#container #header #banner h1 {
	font-family: Helvetica;
	font-size: 28px;
	font-weight: bold;
	color: #88AADD;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container #header #commenue {
	height: 100px;
	width: 300px;
	margin-left: 660px;
	position: absolute;
        top: 0px;
	font-family: Helvetica;
	font-weight: bold;
	color: #779AC5;
	height: 35px;
	font-size: 11px;
	text-align: left;
}

#container #header #lookaround {
	height: 100px;
	width: 200px;
	margin-left: 600px;
	position: absolute;
        top: 0px;
	font-family: Helvetica;
	font-weight: bold;
	color: #779AC5;
	height: 35px;
	font-size: 11px;
	text-align: right;
}

#container #header #navbar {
	font-family: Helvetica;
	font-weight: bold;
	color: #779AC5;
	height: 35px;
	font-size: 14px;
	text-align: center;
	width: 960px;
}
#container #header #navbar ul {
	list-style-type: none;
	padding-top: 12px;
	margin: 0px;
	text-align: center;
}
#container #header #navbar ul li {
	display: inline;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 11px;
	padding-bottom: 0px;
	background-image: url(images/navwidgetwhite.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 35px;
	margin: 0px;
}
#container #header #navbar ul li a {
	text-decoration: none;
}
#container #header #navbar ul li a:link  {
	text-decoration: none;
	color: #779AC5;
}
#container #header #navbar ul li a:visited  {
	text-decoration: none;
	color: #779AC5;
}
#container #header #navbar ul li a:hover  {
	text-decoration: none;
	color: #999;
	padding-top: 11px;
	padding-bottom: 0px;
	background-image: url(images/JPDA_Website_Navwidget.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 35px;
	margin: 0px;
}
.sbcc {
	font-size: 29px;
	color: #FFF;
}
.sbom {
	font-size: 19px;
	color: #FFF;
}
.sbft {
	font-size: 14px;
}
#container #footer #footnav {
	width: 340px;
	clear: left;
	float: left;
	padding-left: 10px;
	position: absolute;
}
#container #footer #contact {
	width: 340px;
	position: absolute;
	left: 360px;
	top: 15px;
}
#container #footer #network {
	width: 210px;
	position: absolute;
	left: 740px;
	text-align: right;
}
#container #footer h1 {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #779AC5;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a.main:link {
	color: #666;
	text-decoration: none;
}
#container #footer p {
	margin: 0px;
}
#container #footer #network a img {
	padding-right: 4px;
}
a.footer:link {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a.footer:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a.footer:hover {
	color: #779AC5;
	font-weight: normal;
}
#main {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: auto;
	padding: 0px;
	height: auto;
	position: relative;
	top: 0px;
}
#container #main #VerticalBarPanel {
	width: 10px;
	position: absolute;
	left: 782px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#container #main #Upperpanel {
	height: 20px;
	clear: left;
	float: left;
	width: 960px;
	margin-right: 40px;
	top: 5px;
}
#container #main #Upperpanel h1 {
	font-family: Helvetica;
	font-size: 24px;
	color: #444;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container #main #Mainpanel {
	width: 960px;
	clear: none;
	font-size: 13px;
	float: none;
	position: absolute;
	height: auto;
	left: 5px;
	top: 75px;
	min-height: 700px;
}

#container #main #Mainpanel p {
	font-family: Helvetica;
	font-size: 13px;
	color: #111;
        text-align: left;
}

#container #main #Mainpanel ul li {
	font-family: Helvetica;
	font-size: 13px;
	color: #111;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
        text-align: left;
}

#container #main #Mainpanel h1 {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #771577;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container #main #Mainpanel h2 {
	font-family: Helvetica;
	font-size: 16px;
	color: #771577;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#container #main #Mainpanel h3 {
	font-family: Helvetica;
	font-size: 14px;
	color: #777777;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#container #main #Mainpanel h4 {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #779AC5;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#container #main #MainPpanel {
	width: 860px;
	clear: none;
	font-size: 14px;
	float: none;
	position: absolute;
	height: auto;
	left: 50px;
	top: 60px;
	min-height: 700px;
}
#container #main #MainPpanel p {
	font-family: Helvetica;
	font-size: 14px;
	color: #666;
	text-align: justify;
}

#container #main #MainPpanel ul li {
	font-family: Helvetica;
	font-size: 14px;
	color: #777;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}

#container #main #MainPpanel ol li {
	font-family: Helvetica;
	font-size: 14px;
	color: #777;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}

#container #main #MainPpanel h1 {
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #771577;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container #main #MainPpanel h2 {
	font-family: Helvetica;
	font-size: 18px;
	color: #AA1577;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#container #main #MainPpanel h3 {
	font-family: Helvetica;
	font-size: 16px;
	color: #BB1577;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#container #main #MainPpanel h4 {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #779AC5;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#container #main #Mainpanel2 {
	width: 960px;
	clear: none;
	font-size: 13px;
	float: none;
	position: absolute;
	height: auto;
	left: 0px;
	top: 0px;
	min-height: 700px;
	background-image: url(images/FrontPage_s.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}

#container #main #Mainpanel2 p {
	font-family: Helvetica;
	font-size: 13px;
	color: #ffffff;
}

#container #main #Mainpanel2 ul li {
	font-family: Helvetica;
	font-size: 13px;
	color: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}

#container #main #Mainpanel2 h1 {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #771577;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container #main #Mainpanel2 h2 {
	font-family: Helvetica;
	font-size: 14px;
	color: #777777;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#container #main #RightSide {
	width: 120px;
	clear: none;
	font-size: 12px;
	float: none;
	position: absolute;
	height: 110px;
	left: 818px;
	top: 75px;
}
#container #main #RightSide3 {
	width: 130px;
	clear: none;
	font-size: 12px;
	float: none;
	position: absolute;
	height: 110px;
	left: 818px;
	top: 240px;
}
#container #main #RightSide h1 {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #main #RightSide3 h1 {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#container #main #BarPanelHatched {
	height: 10px;
	width: 130px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	position: absolute;
	left: 818px;
	top: 240px;
}
a:hover {
	color: #999;
	font-weight: bold;
}
a.main:visited {
	color: #666;
	text-decoration: none;
}
a.main:hover {
	color: #779AC5;
	text-decoration: none;
}

.progtime {background-color: #cccccc; color: #000000;} 
.progitem {background-color: #bbbbbb; color: #000000;} 
.progtimed {background-color: #dddddd; color: #000000;} 
.progitemd {background-color: #aaaaaa; color: #000000;} 
.progcomm {background-color: #888888; color: #000000;} 

-->
</style>

