/* style for main part of document */

body{
	color:rgb(0,0,153);
	font-family:verdana;
}
#main{
	color:rgb(0,0,153);
	font-family:verdana;
	font-size:12px;
}
#main{
color:rgb(0,0,153);
font-family:verdana !important;
font-size:12px;

}

#main a:link{
	color:darkgreen;
	text-decoration:underline;
	font-weight:normal;
}
#main a:hover{
	color:darkgreen;
	text-decoration:underline;
	font-weight:normal;
}
#main a:visited{
	color:darkgreen;
	text-decoration:underline;
	font-weight:normal;
}
h1{
	font-family:verdana;
	font-size:22px;
	text-align:center;
}
h2{
	font-size:14px;
}
h3{
	color:darkgreen;
	font-size:14px;
	margin-top:1em;
	margin-bottom:0px;
}

.bordered {
	font-size:12px;
	border: 1px solid ;
	border-collapse: collapse;
	empty-cells: show;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.bordered td { border-style: solid;
	border-width: 1px;
	vertical-align: top;
	padding-right: 0.5em;
}
legend {
color:rgb(0,0,153);
font-size:16px;
font-weight:bold;
padding:5px;
}
label {
	float:left;
	width:20em;
}
input {

}

.leftHalf{
	width:50%;
	padding-right:2em;
	float:left;

}
.rightHalf{
	margin-left:50%;
	padding-left:2em;

}
.synopsis {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	margin-left:40px;
	margin-right:40px;
	line-height:1.5em;
	text-align:center;
}
.highlight{
	background-color:yellow;
}
.pictureBlock{
	float:left;
	padding-left:10px;
	padding-right:10px;
	max-width:350px; /* set this to the picture width*/
	color:green;
	font-size:smaller;
	text-align:center;
}

.red{
color:red;
}

 #sidebar {
  	background: rgb(55,58,150);
  	width:132px;
  	color:white;
  	font-size:10px;
  	font-family:Verdana;
  	padding:4px;
	text-align:center;
  	}
  #sidebar a:link, a:hover, a:visited{
  	color:yellow;
	text-decoration:none;
  }
	#sidebar a:hover {
	text-decoration:underline;
	color:yellow;
	}
	#sidebar a:visited{
	color:yellow;
}
  #sidebar h1{
  	background-color:rgb(70,130,180);
  	border: 1px solid white;
  	font-weight: bold;
  	font-size:11px;
  	padding:2px 4px;
  }
  #sidebar form{
  	overflow:hidden;
  }
	#sidebar label{
	text-align:left;
}
  #sidebar input {
  	font-size:11px;
  }

#footer {
	font-family:Verdana;
	background: rgb(55,58,150);
	color:white;
  	font-size:12px;
  	text-align:center;
	width:890px;
	height:47px;
}
#footer a:link, a:hover, a:visited {
	text-decoration:none;
	color:white;
}
#footer a:hover {
	text-decoration:underline;
}