@media screen {
	body {
		text-align:center;
		background-image:
		url('../images/.jpg');
		background-repeat: repeat;
		font-size:125%;
		}
		
	
	#frontframe {
		width:800px;
		height:100%;
		padding:5px;
		margin-bottom:20px;
		border: 5px solid black;
		}

	#frontinnerframe {
		width:790px;
		height:300px;
		margin-top: 40px;
		}

	#frontframeleft {
		width:375px;
		padding:5px;
		float:left;
		}

	#frontframeright {
		width:375px;
		padding:5px;
		float:right;
		}	

	#header {
		width:619px;
		height:91px;
		padding:5px;
		bottom:0px;
		margin-left: auto;
		margin-right: auto;
		}	

	#banner {
		width:459px;
		height:91px;
		float:left;
		}

	#headerright {
		width:150px;
		max-height:91px;
		float:right;
		padding-top:9px;
		border-style: dashed;
  		border-width : 5px;
		border-color : #000080;
		background-color : white
		}

	#frame {
		width: 800px;
		margin: 20px auto 0;
		position: relative; 
		text-align: center;
		background-color : white;
		}

	#mainframe {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		}			

	#leftframe {
		width:200px;
		max-height:100%;
		float:left;
		margin-right:5px;
		background-color : white;
		}

	#rightframe {
		width:560px;
		float:right;
		margin-left:5px;
		border:5px solid black;
		padding:5px;
		background-color : white;
		}

	#filler {
		width:560px;
		float:right;
		margin-left:5px;
		height:100%;
		border:5px solid black;
		}

	#addressbox {
		width:200px;
		float:left;
		margin-top:20px;
		border:3px solid black;
		padding-top:5px;
		padding-bottom:5px;
		}

	#bottombox {
		height:100%;
		width:800px;
		margin-top:10px;
		padding:5px;
		position:relative;
		float:right;
		background-color : white;
		}

	#mainframe1 {
		width:200px;
		margin-top:10px;
		margin-bottom:10px;
		padding:5px;
		float: left;
   		margin-left: 12%;
		}

	#mainframe2 {
		width:200px;
		margin-top:10px;
		margin-bottom:10px;
		padding:5px;
		float: right;
   		margin-right: 12%;
		}

	#bookmark {
		margin-top:10px;
		}

	#printbottom {
		display: none;
		}

	.bulletleft {
		width:17px;
		height:17px;
		float:left;
		margin-right:5px;
		background:url(../images/atomsmall.jpg) no-repeat;
		}

	.bulletright {
		width:543px;
		margin-left:5px;
		margin-bottom:15px;
		}

	#column {
		width:49%;
		float:left;
		padding:2.5px;
		}

	#columnbox {
		width:100%;
		max-height:100%;
		}

	h1 	{
		font-family:"Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:center;
		font-weight:bold;
		}	

	h2 	{
		font-family: "Cooper Black", arial;
		font-size:1.375em;
		color: #000080
		}

	h1.frontpage {
		font-family: "Cooper Black", arial;
		font-size:1.375em;
		color: #000080
		}

	h2.frontpage {
		font-family: "Cooper Black", arial;
		font-size:0.75em;
		color: #000080
		}

	p	{
		font-family:"Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:center;
		}	

	p.body	{
		font-family:"Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:justify;
		}

	p.bodycenter {
		font-family:"Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:center;
		}

	p.smallprint {
		font-family:"Times New Roman", arial;
		font-size:0.5em;
		color:black;
		text-align:center;
		}

	p.topright {
		font-family: "Cooper Black", arial;
		font-size:0.875em;
		color:#ff0000;
		text-align:center;
		margin-top:0;
		}

	p.address {
		font-family: "Cooper Black", arial;
		font-size:0.8125em;
		color:#ff0000;
		text-align:center;
		}

	p.redirect {
		font-family: "Cooper Black", arial;
		font-size:0.75em;
		color:#000080;
		text-align:center;
		}

	p.column {
		font-family:"Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:left;
		}

	p.crumb {
		font-family:"Times New Roman";
		font-size:0.75em;
		color:#000080;
		text-align:left;
		}

	a.button:link {
		width:200px;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:0.875em;
		margin-bottom:3px;
		float:left;
		position: relative;
		}
	a.button:visited {
		width: 200px;
		border-style: solid;
  		border-width: 2px;
  		text-decoration: none;
  		padding: 4px;
		color: #000080;
  		border-color: #ff0000;
		font-family: "Cooper Black", arial;
		font-size: 0.875em;
		margin-bottom: 3px;
		float: left;
		position: relative;
		}
	a.button:hover {
		color: #ff0000;
  		border-color : #000080;
		}

	a.frontbutton1:link {
		position: absolute;
		top: 20%; 
		left: 6%; 
		background: #fff;
		width:140px;
		max-width:100%;
		height:45px;
		max-height: 100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:0.875em;
		margin-bottom:3px;
		}
	a.frontbutton1:visited {
		position: absolute;
		top: 20%; 
		left: 6%; 
		width:140px;
		max-width:100%;
		height:45px;
		max-height:100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:0.875em;
		margin-bottom:3px;
		}
	a.frontbutton1:hover {
		color: #ff0000;
  		border-color: #000080;
		}

	a.frontbutton2:link {
		position: absolute;
		top: 20%; 
		right: 9%; 
		background: #fff;
		width:140px;
		max-width:100%;
		height:45px;
		max-height: 100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:0.875em;
		margin-bottom:3px;
		}
	a.frontbutton2:visited {
		position: absolute;
		top: 20%; 
		right: 9%; 
		width:140px;
		max-width:100%;
		height:45px;
		max-height: 100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:0.875em;
		margin-bottom:3px;
		}
	a.frontbutton2:hover {
		color: #ff0000;
  		border-color : #000080;
		}

	a.frontbutton3:link {
		position: absolute;
		top: 60%; 
		left: 6%; 
		background: #fff;
		width:140px;
		max-width:100%;
		height:45px;
		max-height: 100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:0.875em;
		margin-bottom:3px;
		}
	a.frontbutton3:visited {
		position: absolute;
		top: 60%; 
		left: 6%; 
		width:140px;
		max-width:100%;
		height:45px;
		max-height: 100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:0.875em;
		margin-bottom:3px;
		}
	a.frontbutton3:hover {
		color: #ff0000;
  		border-color : #000080;
		}

	a.frontbutton4:link {
		position: absolute;
		top: 60%; 
		right: 9%; 
		background: #fff;
		width:140px;
		max-width:100%;
		height:45px;
		max-height: 100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:0.875em;
		margin-bottom:3px;
		}
	a.frontbutton4:visited {
		position: absolute;
		top: 60%; 
		right: 9%; 
		width:140px;
		max-width:100%;
		height:45px;
		max-height: 100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:0.875em;
		margin-bottom:3px;
		}
	a.frontbutton4:hover {
		color: #ff0000;
  		border-color : #000080;
		}

	a:link { 
		color: black ;
		text-decoration: none;
		}
	a:visited { 
		color: black ;
		text-decoration: none;
		}
	a:active { 
		color: black ;
		text-decoration: none;
		}
	a:hover { 
		color: black ;
		text-decoration: underline;
		}
		
	a.normal:link { 
			color: #FF0000; 
			font-size:1em;
			font-family:"Times New Roman";
			}
	a.normal:visited { 
			color: #FF0000; 
			font-size:1em;
			font-family:"Times New Roman";
			}
	a.normal:active { 
			color: #FF0000; 
			font-size:1em;
			font-family:"Times New Roman";
			}

	a.crumb:link { color: #000080 }
	a.crumb:visited { color: #000080 }
	a.crumb:active { color: #000080 }

	a.list:link { 
			color: #FF0000; 
			font-size:1em;
			font-family:"Times New Roman";
			}
	a.list:visited { 
			color: #FF0000; 
			font-size:1em;
			font-family:"Times New Roman";
			}
	a.list:hover { 
			color: #000080;
			font-size:1em;
			font-family:"Times New Roman";
			}

	.indent {
		text-indent: 0em;
		list-style-type:inherit;
		list-style-position: outside;
		font-family:"Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:left;
		} 

	.list  {
		list-style-image: url(../images/atomsmall.jpg);
		text-indent: 0em;
		list-style-type:inherit;
		list-style-position: outside;
		font-family:"Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:left;
		} 

	.list2  {
		margin-left: 60px;
		text-indent: 0em;
		list-style-image: url(../images/atomsmall.jpg);
		list-style-position: outside;
		font-family:"Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:left;
		} 

	.list3  {
		margin-left: 75px;
		text-indent: 0em;
		list-style-image: url(../images/atomsmall.jpg);
		list-style-position: outside;
		font-family:"Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:left;
		} 

	.list4  {
		margin-left: 90px;
		text-indent: 0em;
		list-style-image: url(../images/atomsmall.jpg);
		list-style-position: outside;
		font-family:"Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:left;
		} 

	img.noborder	{
			border: none;
			}

	img.noborder2	{
			border: none;
			margin-top: 10px;
			margin-bottom: 10px;
			}

	img.noborder3	{
			border: none;
			display: block;
  			margin-left: auto;
			margin-right: auto;
			text-align:center;
			}

	img.noborder4	{
			border: none;
  			margin-left: 20px;
			margin-right: 20px;
			}

	#inlinepics	{
			margin-top: 20px;
			max-width: 350px;
			margin-left: 105px;
			margin-right: 105px;
			text-align:center;
			}

	#captionedpics	{
			float: left;
			text-align:center;
			}

	#abc		{
			float: left;
			max-width: 100%;
			font-family:"Times New Roman";
			font-size:0.875em;
			color:black;
			text-align:justify;
			}

	
	.redtext	{
			color:red;
			}
}

@media print {
	body {
		text-align:center;
		}
		
	
	#header {
		width:619px;
		height:91px;
		padding:5px;
		bottom:0px;
		margin-left: auto;
		margin-right: auto;
		}	

	#banner {
		width:459px;
		height:91px;
		margin-left: auto;
		margin-right: auto;
		}

	#headerright {
		display: none;
		}

	#frame {
		width:800px;
		margin-top:20px;
		}

	#leftframe {
		display: none;
		}

	#rightframe {
		margin-left:5px;
		border:5px solid black;
		padding:5px;
		}

	#addressbox {
		display: none;
		}

	#bottombox {
		display: none;
		}

	#mainframe {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		}

	#bookmark {
		display: none;
		}

	#printbottom {
		width:800px;
		margin-top:10px;
		float: left;
		position: relative;
		}

	#bulletleft {
		width:17px;
		height:17px;
		float:left;
		margin-right:5px;
		background:url(../images/atomsmall.jpg) no-repeat;
		}

	#bulletright {
		width:515px;
		margin-left:5px;
		margin-bottom:15px;
		}

	#column {
		width:49%;
		float:left;
		padding:2.5px;
		}

	#columnbox {
		width:100%;
		max-height:100%;
		}

	h1 	{
		font-family: "Times New Roman";
		font-size:0.875em;
		color:black;
		text-align:center;
		font-weight:bold;
		}
	
	h2 	{
		font-family: "Cooper Black", arial;
		font-size:22pt;
		color: #000080
		}

	h1.frontpage {
		font-family: "Cooper Black", arial;
		font-size:1.375em;
		color: #000080
		}

	h2.frontpage {
		font-family: "Cooper Black", arial;
		font-size:0.75em;
		color: #000080
		}

	p	{
		font-family: "Times New Roman";
		font-size:14pt;
		color:black;
		text-align:center;
		}

	p.body {
		font-family: "Times New Roman";
		font-size:14pt;
		color:black;
		text-align:justify;
		}

	p.bodycenter {
		font-family: "Times New Roman";
		font-size:14pt;
		color:black;
		text-align:center;
		}

	p.smallprint {
		font-family: "Times New Roman";
		font-size:8pt;
		color:black;
		text-align:center;
		}

	p.topright {
		font-family: "Cooper Black", arial;
		font-size:14pt;
		color:#ff0000;
		text-align:center;
		}
	
	p.address {
		font-family: "Cooper Black", arial;
		font-size:13pt;
		color:#ff0000;
		text-align:center;
		}

	p.redirect {
		font-family: "Cooper Black", arial;
		font-size:12pt;
		color:#000080;
		text-align:center;
		}

	p.column {
		font-family: "Times New Roman";
		font-size:14pt;
		color:black;
		text-align:left;
		}

	p.crumb {
		font-family: "Times New Roman";
		font-size:12pt;
		color:#000080;
		text-align:left;
		}

	a.button:link {
		width:200px;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:14pt;
		margin-bottom:3px;
		float:left;
		position: relative;
		}
	a.button:visited {
		width:200px;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:14pt;
		margin-bottom:3px;
		float:left;
		position: relative;
		}
	a.button:hover {
		color: #ff0000;
  		border-color : #000080;
		}

	a.frontbutton1:link {
		position: absolute;
		top: 20%; 
		left: 6%; 
		background: #fff;
		width:140px;
		max-width:100%;
		height:45px;
		max-height:100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:14pt;
		margin-bottom:3px;
		}
	a.frontbutton1:visited {
		position: absolute;
		top: 20%; 
		left: 6%; 
		width:140px;
		max-width:100%;
		height:45px;
		max-height:100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:14pt;
		margin-bottom:3px;
		}
	a.frontbutton1:hover {
		color: #ff0000;
  		border-color : #000080;
		}

	a.frontbutton2:link {
		position: absolute;
		top: 20%; 
		right: 9%; 
		background: #fff;
		width:140px;
		max-width:100%;
		height:45px;
		max-height:100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:14pt;
		margin-bottom:3px;
		}
	a.frontbutton2:visited {
		position: absolute;
		top: 20%; 
		right: 9%; 
		width:140px;
		max-width:100%;
		height:45px;
		max-height:100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:14pt;
		margin-bottom:3px;
		}
	a.frontbutton2:hover {
		color: #ff0000;
  		border-color : #000080;
		}

	a.frontbutton3:link {
		position: absolute;
		top: 60%; 
		left: 6%; 
		background: #fff;
		width:140px;
		max-width:100%;
		height:45px;
		max-height:100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:14pt;
		margin-bottom:3px;
		}
	a.frontbutton3:visited {
		position: absolute;
		top: 60%; 
		left: 6%; 
		width:140px;
		max-width:100%;
		height:45px;
		max-height:100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:14pt;
		margin-bottom:3px;
		}
	a.frontbutton3:hover {
		color: #ff0000;
  		border-color : #000080;
		}

	a.frontbutton4:link {
		position: absolute;
		top: 60%; 
		right: 9%; 
		background: #fff;
		width:140px;
		max-width:100%;
		height:45px;
		max-height:100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:14pt;
		margin-bottom:3px;
		}
	a.frontbutton4:visited {
		position: absolute;
		top: 60%; 
		right: 9%; 
		width:140px;
		max-width:100%;
		height:45px;
		max-height:100%;
		border-style: solid;
  		border-width : 2px;
  		text-decoration : none;
  		padding : 4px;
		color: #000080;
  		border-color : #ff0000;
		font-family: "Cooper Black", arial;
		font-size:14pt;
		margin-bottom:3px;
		}
	a.frontbutton4:hover {
		color: #ff0000;
  		border-color : #000080;
		}

	a:link { color: #FF0000 }
	a:visited { color: #FF0000 }
	a:active { color: #FF0000 }	

	a.normal:link 	{ 
			color: #000000;
			text-decoration: none;
			}
	a.normal:visited { 
			 color: #000000;
			 text-decoration: none;
			 }
	a.normal:active { 
			color: #000000;
			text-decoration: none;
			}

	a.crumb:link { color: #000080 }
	a.crumb:visited { color: #000080 }
	a.crumb:active { color: #000080 }

	a.list:link { 
		color: #FF0000; 
		}
	a.list:visited { 
		color: #FF0000; 
		}
	a.list:hover { 
		color: #000080;
		}

	.indent {
		text-indent: 0em;
		list-style-type:inherit;
		list-style-position: outside;
		} 

	.list  {
		list-style-image: url(../images/atomsmall.jpg);
		text-indent: 0em;
		list-style-type:inherit;
		list-style-position: outside;
		} 

	.list2  {
		margin-left: 60px;
		text-indent: 0em;
		list-style-image: url(../images/atomsmall.jpg);
		list-style-position: outside;
		} 

	.list3  {
		margin-left: 75px;
		text-indent: 0em;
		list-style-image: url(../images/atomsmall.jpg);
		list-style-position: outside;
		} 

	.list4  {
		margin-left: 90px;
		text-indent: 0em;
		list-style-image: url(../images/atomsmall.jpg);
		list-style-position: outside;
		} 

	img.noborder	{
			border: none;
			}

	img.noborder2	{
			border: none;
			margin-top: 10px;
			margin-bottom: 10px;
			}	

	img.noborder3	{
			border: none;
			display: block;
  			margin-left: auto;
			margin-right: auto;
			text-align:center;
			}

	img.noborder4	{
			border: none;
  			margin-left: 20px;
			margin-right: 20px;
			}

	#inlinepics	{
			margin-top: 20px;
			max-width: 350px;
			margin-left: 105px;
			margin-right: 105px;
			text-align:center;
			}

	#captionedpics	{
			float: left;
			text-align:center;
			}

	#abc		{
			float: left;
			max-width: 100%;
			font-family:"Times New Roman";
			font-size:0.875em;
			color:black;
			text-align:justify;
			}

	
	.redtext	{
			color:red;
			}
}

		

