body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../images/background_page.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

p   {
	font-size: 75%;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 8px;	
}

ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-top: 10px;
}

li   { /*body lists*/
	font-size: 75%;
	margin-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	padding-left: 0.6em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 130%;
	margin-bottom: 5px;
}
.runin {
	font-style: italic;
	font-weight: bold;
}

.specialemphasis {
	font-style: italic;
	font-weight: bold;
}


h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 10px;	
}
.magtitle {
	font-style: italic;
}

h2  {
	font-size: 75%;
	margin-top: 0px;
	margin-bottom: 5px;	
}
h3 {
	font-size: 75%;
	margin-top: 0px;
	margin-bottom: 5px;	
	font-style: italic;
}
a:link  {
	color: #990000;
	text-decoration: underline;
	
}

a:visited  {
	color: #999999;
	
}

#wrapper  {  /*holds all divs and centers them on the page*/
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}

#topBanner  { /*holds the logo div and the nav div*/
	height: 181px;
	width: 760px;
	
}

#logo  { /*holds the logo image*/
	height: 181px;
	width: 458px;
	float: left;
	
}

#topNav  { /*holds the top navigation and byline*/
	height: 181px;
	width: 302px;
	position: relative;
	float: right;
	
}

#body  { /*holds all the text area divs*/
	width: 760px;	
}

#leftCol  { /*holds the mainText div and the bottomInfo div*/
	width: 459px;
	float: left;
}

#rightCol  { /*holds the text on the right hand side*/
	width: 291px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 10px;
	float: right;
}

#mainText  {  /*holds the text on the left hand side*/
	width: 409px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	background-image: url(../images/background_mainText.gif);
	background-repeat: repeat-y;
	
}

#bottomInfo  { /*holds the address info*/
	background-color: #990000;
	width: 409px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	padding-left: 25px;
	
}

#bottomInfo p  {
	font-size: 65%;
	color: #FFFFFF;
	
}

#bottomInfo a:link  {
	color: #FFFFFF;
	text-decoration: underline;
	
}

#bottomInfo a:visited  {
	color: #FFFFFF;
	text-decoration: underline;
	
}
/* print styles */

@media print { 
body {
	background-color: white !important;
	background-image: none !important;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
a:link, a:visited {
color: black;
font-weight: normal;
	text-decoration: underline;
} 
 
#topBanner, #logo {
	display: block;
	height: 181px;
	width: 0px; 
	}
#topNav {
	display: none;
} 
#wrapper {  
	width: 8in; 
	margin-top: 0px;
	padding: 0;
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
#body {
	width: 8in; 
	}
#leftCol  #mainText {  /*holds the text on the left hand side*/
	width: 3.5in;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px; 
} 
#rightCol	{
	width: 4.25in;
	padding-top: 40px;
	border: 0;
	margin-left: -2in;
	white-space: normal; 
}
 
 
#bottomInfo  {
	margin-left:  0px;
	width: auto;
	padding-top: 8px;
	padding-left: 0px; 
	color: #000000; 
}
 
 #bottomInfo p  {
	font-size: 70%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
}
 #bottomInfo a:link  {
	color: black;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
 #bottomInfo a:visited  {
	color: black;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
 
 ul {  
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
}
li {
	list-style-type: disc;
	font-size: 75%;
	margin-left: 8px;
	background-image: none; 
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 3px;
}
 
}	

