/* This CSS File is for Print media, its purpose is to strip all styles for printing.                                     
 
	CSS File Breakdown:
			constant.css	- site-wide constants
			theme.css 	- default font-sizes
			theme2.css	- large font sizes
			theme3.css	- text-only version
		>	print.css		- print layout
			
  the > indicates which css file you are currently in...
 */
body{
	font-family: Arial, sans-serif;
}
a:link{
	color: black;
	text-decoration: none;
}
a:visited{
	color: black;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: underline;
}
div.Table_01 {
	width: 600px;
	border: 0;
	margin: 0 0;
	padding: 0;
	float: none !important;

}
div.index-01 {
	visibility: hidden;
		height: 0px;
}
div.index-03 {
	visibility:hidden;
		height: 0px;
}
div.Table_02 {
	text-align: left;
}
div.index-04 {
}
div.crumbs {
	width: 600px;
	border: 0;
	margin: 0 0;
	padding: 0;
	float: none !important;
}
div.bcleft {
	color :black;
	float: left;
}
div.bcright {
	color :black;
	float: right;
}
div.crumbs a {
	color: black;
	text-decoration: none;
}
div.crumbs a:visited {
	color:black;
	text-decoration: none;
}
div.crumbs a:hover {
	color:black;
	text-decoration: underline;
}
div.content {
	width: 600px;
	border: 0;
	margin: 0 0;
	padding: 0;
	float: none !important;

}
div.Table_03{
	visibility: hidden;
	height: 0px;
}
div.index-06 {
	background: none; 
}
div.index-06 a{
	color: black;
	text-decoration: none;
}
div.index-06 a:visited{
	color: black;
	text-decoration: none;
}
div.index-06 a:hover{
	color: black;
	text-decoration: underline;
}
img.floatright { 
	visibility: hidden;
	float: right; 
	margin: 4px; 
	border: 2px solid #4D7F91;
}
#contactimg { 
	visibility: hidden;
	border: none;
	width: 150px;
	height: 150px;
	margin:  0 50px 0 0;
}
#citationimg { 
	border: 1px solid black;
	width: 98%;
}
.buttonbox{
	width: 100%;
	margin: 30px 0 0 0;
}
div.floatright { 
	float: right; 
	margin: 4px; 
}
p.headerinfo { 
	color:#FAF4D9;
	text-align:center;
	font-size: 10pt;
	font-weight: bold;
}
.searchbox{
	width: 150px;
	background: #FFF;
	border: 1px solid black;
}
.go{
	width:35px;
	background: #FFF;
	border: none;

}
h3 {
	color:black;
	border-bottom: 1px solid black;
}
h4{
	color:black;
}
.otherlinks ul {
	 list-style-type: circle;
	 font-size: 10pt;
 }
 p.address{
	 color: black;
	 font-weight:bold;
	 font-size: 10pt;
	 padding: 7px 0 0 0;
	 margin: 0 0 0 0;
 }
  p.footerlinks{
	 color: black;
	 font-weight:bold;
	 font-size: 10pt;
	 padding: 25px 0 0 0;
	 margin: 0 0 0 0;
 }
div.footerleft{
	width:20%;
	float:left;
	text-align:left;
	padding:30px 0 0 0;
	color: black;
	 font-weight:bold;
}
div.footercenter{
	width:60%;
	float:left;
	color: black;
	font-size: 10pt;
}
div.footerright{
	width:20%;
	float:left;
	text-align:right;
	padding:30px 0 0 0;
	color: black;
	 font-weight:bold;
 }
input {
	background: white;
	border: 1px solid black;
	width: 100%;
 }
select {
	background: white;
	border: 1px solid black;
	width: 100%;
 }
textarea {
	background: white;
	border: 1px solid black;
	width:100%;
 }
 .captcha_img {
	width:100%;
	text-align: center;
 }
submit {
	color: black;
	background: white;
	border: 1px solid black;
	width:100%;
}
div.related_links {
	visibility:hidden;
}
.juryform ul {
	list-style-type: none;
}
.juryform textarea {
	width: 100%;
}
.radio {
width: 15px;
background: none;
border: none;
}