@media screen, print {	
	body, input, p, td, textarea, select, h1, h2, h3, h4 {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
}

@media screen {	
	body {
		margin:0;
		padding: 0;
		text-align: left; 
	}

	body, td {
		font-size: 11px;
		color: white;
		line-height: 17px;
	}
	
	p {
		font-size: 11px;
		color: white;
		line-height: 17px;
		padding: 5px 5px 0px 5px;
	}

	a {
		font-size: 11px;
		color: #DDDD77;
	}

	h1, h2, h3, h4 {
		margin:0;
		padding: 0;
	}
	
	#titleFirstName {
		position: absolute;
		top: 20px;
		left: 24px;
		padding: 20px 11px 11px 11px;
		color: #DDDD77;
		font-size: 20px;
		font-weight: bold;
	}

	#titleLastName {
		position: absolute;
		top: 32px;
		left: 65px;
		padding: 20px 11px 11px 11px;
		color: silver;
		font-size: 28px;
		font-weight: bold;
	}

	#titlePage {
		position: absolute;
		top: 52px;
		left: 310px;
		padding: 20px 11px 11px 11px;
		color: #BBBB55;
		font-size: 24px;
		font-weight: bold;
	}

	#titleAddress a {
		position: absolute;
		top: 60px;
		left: 650px;
		padding: 20px 11px 11px 11px;
		color: silver;
		font-size: 16px;
	}

	#menuItem a {
		padding: 5px 5px 5px 5px;
		color: #333366;
		font-size: 12px;
	}

        #menuButton a {color: #333366;
		background-color: #C2CDD1;
		padding: 2px;
		padding-left: 3px;
		display: block;
		border-bottom: 1px solid #000000;
		font: 10px Arial, sans-serif;
		text-decoration: none;
		text-align: left;}

	#menuButton a:hover {background-color: #000000;
		color: #DDDD77;
		text-decoration: none;}

	#copyrightText {
		color: #000000;
		font: 12px Arial, sans-serif;
	}

	#copyrightLink a {
		color: #000000;
		font: 12px Arial, sans-serif;
	}

	#main {
		margin: 0 auto;
		width: 770px;
		text-align: left;
		position: relative;
		height: auto;
		padding: 0; 
	}
	


	#msgband {
		position: relative;
		margin: 0;
		padding: 0;
		z-index: 1;
		height: 27px;
		overflow: hidden;
		background-color: white;
	}
	
	#menubanner {
		position: absolute;
		top: 234px;
		left: 0px;
		width: 215px;
		z-index: 10;
	}
	
	#menubanner h2 {
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
	}

	#nav-pulldown {
		margin: 0;
		padding: 0;
		color: #495487;
		z-index: 15;		
	}

	#nav-pulldown li {
		margin: 0;
		padding: 0;
		position: relative;
		list-style: none;
		height: 21px;
		width: 90px;
	}

	#nav-pulldown a {
		padding: 0 0 0 12px;
		font-style: normal;
		text-decoration: none;
		text-align: left;
		font-weight: bold;
		width: 90px;
		height: 18px;
		display: block;
		overflow: hidden;
		background-image: url(imgs/blank.gif);  
	}

	#nav-pulldown li ul.subnav  {
		margin: 0;
		padding: 5px 0px 5px 30px;
		position: absolute;
		top: -5px;
		left: 80px;
		display: none;
		text-align: left;
		background-image: url(imgs/line.gif);
		background-repeat: no-repeat;  
		background-position: 0px -10px;
		z-index: 25;		
		width: 120px;
		overflow: hidden;
	}
	
	#nav-pulldown li ul.subnav li {
		height: 28px;
	}

	#nav-pulldown li ul.subnav li a {
		font-style: normal;
		text-decoration: none;
		text-align: center;
		display: block;
		margin: 0;
		width: 85px;
		border: 0px solid white;
		border-left: 1px solid white;
		border-right: 1px solid white;
		border-bottom: 1px solid white;
		background-color: #ABCD78; 
		padding: 5px 12px 3px 12px;
	}

	#nav-pulldown li ul.subnav li a.top {
		border-top: 1px solid white;
	}

	#nav-pulldown li:hover ul.subnav, #nav-pulldown li:focus ul.subnav  {
		display: block;
	}

	#nav-pulldown li.over ul.subnav {
		display: block;
	}

	#nav-pulldown li a:link, #nav-pulldown li a:visited  {
		color: #DED66A; 
	}

	#nav-pulldown li.over a {
		color: #74224B; 
	}

	#nav-pulldown li a:link.selected, #nav-pulldown li a:visited.selected  {
		color: #74224B; 
	}

	#nav-pulldown li a:hover, #nav-pulldown li a:focus {
		color: #74224B; 
	}

	#nav-pulldown li ul.subnav a:link, #nav-pulldown li ul.subnav a:visited  {
		color: #495487; 
	}

	#nav-pulldown li ul.subnav a:hover, #nav-pulldown li ul.subnav a:focus {
		color: #774488; 
	}
	
	#logobody {
		position: relative;
		margin: 0;
		padding: 0;
		z-index: 1;
	}

	#logobody, #logobody td, #logobody p {
		font-size: 11px;
	}

	#logobody a, #logobody td a {
		color: #333377; 
		text-decoration: none;
	}

	#logobody a:hover, #logobody td a:hover {
		color: #333377; 
		text-decoration: underline;
	}
	
	#bodylogo {
		position: absolute;
		margin: 0;
		padding: 0;
		width: 120px;
		height: 130px;
		left: 0;
		top: 0;
	}
	
	#bodybanner {
		position: relative;
		margin: 0;
		padding: 0;
		z-index: 1;
		width: 550px;
		left: 220px;
		height: 187px;
		background-color: white;
		overflow: hidden;
	}
	
	#bodycontent {
		position: relative;
		margin: 0;
		padding: 16px 11px 11px 11px;
		z-index: 1;
		width: 528px;
		left: 220px;
		min-height: 380px;
		background-color: #BFDF8C;
	}

	#bodycontent h1 {
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
	}

	#bodycontent img {
		border: 6px solid white;
		margin: 0 12px 8px 12px;
	}
	
	#bodycontenthome {
		position: relative;
		margin: 0;
		padding: 16px 11px 11px 11px;
		z-index: 1;
		width: 528px;
		left: 220px;
		min-height: 280px;
		background-color: #CCDDEE;
	}

	#bodycontenthome h1 {
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
	}

	#bodycontenthome img {
		border: 6px solid white;
		margin: 0 12px 8px 12px;
	}
	
	#bodycontentevents {
		position: relative;
		margin: 0;
		padding: 6px 0;
		z-index: 1;
		width: 550px;
		left: 220px;
		height: 100px;
		background-color: #DDEEEE;
		color: black;
	}

	#bodycontentevents h1 {
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
	}

	#bodycontentevents td {
		padding-left: 9px;
	}
	
	#bodycontentlonghead {
		position: relative;
		margin: 0;
		padding: 4px 0;
		z-index: 1;
		width: 550px;
		left: 220px;
		height: 38px;
		background-color: #AABBCC;
	}
	
	#bodycontentlonghead h1 {
		padding: 16px 11px 11px 11px;
		color: #5C8727;
		font-size: 14px;
		font-weight: bold;
	}
	
	#bodycontentlong {
		position: relative;
		margin: 0;
		padding: 16px 11px 11px 11px;
		z-index: 1;
		width: 528px;
		left: 220px;
		min-height: 520px;
		background-color: #99AABB;
		color: #3D3D3D;
	}

	#bodycontentlong img {
		border: 6px solid white;
		margin: 0 12px 8px 12px;
	}
	
	#bottomband {
		position: relative;
		height: 48px; 
		z-index: 1;
		margin: 0;
		padding: 9px 0 0 3px;
		background: white;
		overflow: hidden;

		background-image: url(imgs/foot.jpg);
		background-repeat: no-repeat;  
		background-position: 0px 3px;

		font-size: 10px;
		font-style: normal;
		line-height: 10px;
		color: #336633;
	}
	
	#bottomband img {
		margin: 0;
		padding: 0;
	}
}

@media print {	
	#msgband {
		display: none;
	}

	#nav-pulldown {
		display: none;
	}

	#menubanner {
		display: none;
	}
	
	
	#bottomband {
		display: none;
	}

	img {
		margin: 6px 18px 14px 18px;
	}
	
	#bodylogo {
		display: none;
	}
	
	#bodybanner {
		display: none;
	}
}
