form input{
  max-width: 100px;
}
fieldset{ border:none;
}
 body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	a {
	color: #003592;
}

/* the header div contains the horizontal menu items, with a faded background */
#header {
	background-image: url(../images/limmudla01-topfadebar-1024x48.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	font-size: 0.9em;
	line-height: 2em;
	height: 52px;
	left: 0px;
	font-weight: bold;
}

#header ul{
	margin-top: 0;
	padding-top: 28px;
	padding-left: 35px;
}

#header ul li {
	display:inline;
	list-style:none;
	padding-right:8px;
	padding-left: 4px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B4B4B4;
	padding-top: 6px;
	padding-bottom: 6px;
}

#header ul li a{
  color:#717171;
  text-decoration:none;
  font-weight: bold;
  font-size: 85%;
}

#header ul li a:hover{
	color:#faa21b
}

/* Used by wayfinder menu generation to show final menu item */

#header ul li.last {
  border-right-style: none;
}

/* Used by wayfinder menu generation to show active item */

#header ul li.active a{
	color:#faa21b;
}

#logo {
	margin 0 0 0 0;
	padding-left: 35px;
	padding-top: 5px;
	margin-top: 22px;
}

/* Left menu bar. */

#leftbar {
	position: absolute;
	left: 0;
        margin-top: 15px;
	margin-left: 15px;
	width: 200px;
	height: 300px;
	font-size: .75em;
}

#leftbar ul {
  margin : 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
  list-style-type : none;

}

#leftbar li {
	margin: .75em 0 0em;
}

#leftbar a {
  display : block;
  width : 140px;
  padding : 0.1em 0.8em;
  color:#717171;
  text-decoration:none;
  font-weight: bold;
}

#leftbar a:hover {
  background : #a1aac9;
  color : #fff;
}

/* Used by wayfinder menu generation to show active item */
#leftbar ul li.active a{
	color:#faa21b;
}
#leftbar ul li.active a:hover{
  color : #fff;
}

#sponsors {
	position: fixed;
	left: 35px;
	bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

/* Put the search box by itself above the right bar */
/* setting top 60 keeps it 12px off the bottom of the fade bar */
#searchbox {
  position: absolute;
  right: 0px;
  top: 60px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* Right content bar takes up 200px, including padding and border */
/* Use top margin to push it below the search box */
#rightbar {
	position: absolute;
	right: 0;
	width: 180px;
	height: 900px;
	margin-top: 60px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B4B4B4;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 90%;
}

#rightbar h1 {
	font-size: 1.5em;
	margin-bottom: 0.75em;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0.75em;
	color: #faa21b;
}

#rightbar h2{
  font-size: 1.2em;
  	margin-bottom: .75em;
  font-weight: bold;
  color:  #003592;
}

#rightbar h3{
  font-size: 1em;
  	margin-bottom: 0;
  font-weight: bold;
  color:  #003592;
}
#rightbar p{
  margin-top: 0;
  margin-bottom: .75em;

}
#rightbar h1 a {
	text-decoration:none;
	color: #faa21b;
}
#rightbar h2 a {
	text-decoration:none;
}
#rightbar h3 a {
	text-decoration:none;
	
}
#rightbar a:hover {
	background : #a1aac9;

  color : #fff;
}

/* Put the copyright at the bottom right ofthe browser window */
#copyright {
	position: fixed;
	font-size: 0.8em;
	right: 10px;
	bottom: 0px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

/* Formats central page content */
/* 15 down header 200 is width of left menu; 200 is width of right bar */
#content {
	font-size: 0.9em;
	margin-top: 30px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 250px;
}

#content h1 {
	color: #77b800;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#content h2 {
	color: #003592;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;

}
#content h3 {
	color: #faa21b;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#content p {
	margin-bottom: 0.75em;
	margin-top: .75em;

}
#video2col {
}
#video2col .rtcol {
	float: right;
}
#video2col .ltcol {
	float: left;
	width: 49%;
}
.pms138 {
	color: #faa21b;
}
.pms376 {
	color: #77b800;
}
.pms661 {
	color: #003592;
}

