
/*common styles*/

body {
	background-color: #004A23;
	background-image: url(images/background_page.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*common text fromatting styles*/
p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 12px;
}

h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #40775A;
	margin-top: 0px;
	margin-bottom: 8px;
}

h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #40775A;
	margin-top: 0px;
	margin-bottom: 8px;
}
a:link  {
	color: #004A23;
	text-decoration: underline;
}

a:visited  {
	color: #40775A;
	text-decoration: underline;
}


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

li   { /*body lists*/
	font-size: 75%;
	margin-left: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding-left: 0.8em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 5px;
}
#rightColumn  {
	background-color: #FFF6D9;
	width: 150px;
	margin-left: 35px;
	float: right;
	padding-bottom: 10px;
	padding-left: 5px;
}
#rightColumn h2 {
	font-size: 85%;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 3px;
	
}
#rightColumn p {
	font-size: 75%;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 3px;
	
}

#rightColumn ul {
	list-style-type: none;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 3px;
	font-size: 95%;
}

#rightColumn li   { 
	margin-left: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding-left: 0.8em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 5px;
}

/*divs used for positioning*/


#topBanner  { /*holds logoArea and topPictures*/
	width: 850px;
	height: 207px;
}
#logoArea  { /*holds the logo and top of the testing picture, logo is linked to index.html*/
	float: left;
	width: 190px;
	height: 207px;
}
#PrintTopBanner {
	display: none;  
}
#topPictures  { /*holds the pictures across the top*/
	float: right;
	width: 660px;
}

#wrapper  { /*holds the SideNav and content divs*/
	background-color: #FFFFFF;
	background-image: url(images/background_wrapper.gif);
	background-repeat: repeat-y;
	width: 850px;
}

#sideNav  { /*holds the side navigation items*/
	float: left;
	width: 190px;
}

#content  { /*holds the main text*/
	float: right;
	width: 605px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

#bottomInfo  { /*holds the address info at bottom*/
	width: 660px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 190px;
}

#bottomInfo p { /*styles the bottomInfo text*/
	font-size: 65%;
	color: #FFFFFF;
}

/*styles the bottomInfo links*/

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

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

.clearit  { /*clears the wrapper divs so they even up*/
	clear: both;
}
.omni {
	font-style: italic;
}
.runin {
	font-weight: bold;
	color: #40775A;
}
 
.searchfields {
	font-size: 80%;
	padding-top: 5px;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 0px;
	padding-right: 10px;
	margin: 0px;
}
input {
	display: block;
}
.searchdata {
	font-size: 80%;
	padding-top: 5px;
	margin: 0px;
} 
.searchresults {
	font-size: 80%;
	padding-top: 10px;
}
.boxdiv1 {
	width: 350px;
	border: 1px solid #004A23;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.boxdiv2 {
	width: 350px;
	border: 1px solid #004A23;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: -5px;
}
.journaltitle {
	font-style: italic;
}

@media print { 
#content {
	border:none;
	padding:0;
	width: auto;
	} 
#sideNav, #rightColumn {
	display: none;  
	}
#topBanner {
	display: none;  
}
#PrintTopBanner {
	display: block;  
}
#content  { /*holds the main text*/
	float: left;
	width: 6.5in;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

#bottomInfo  { /*holds the address info at bottom*/
	width: 660px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
}
p, h1, h2{
	color: black !important;
}
a:link, a:visited   {
	color: black; !important;
	font-weight: normal; !important;
	text-decoration: none; !important;
	padding-right: 5px; !important;
	padding-left: 5px; !important;
}
}