@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../design/bg.logo.sm_blu.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	padding: 20px 5px 0 15px;
	margin: 0;
	width: 160px;
}
#sidebar1  h1         {
	margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
}
#container #sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	color: #e6a509;
	margin-left: 15px;
	font-weight: lighter;
}
#container {
	background: url(../design/bg_twoCol.gif) repeat-y;
}
#container #sidebar1 img {
	margin: 0;
	text-align: center;
}
#container  #sidebar1 form  {
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 0px;
}
#sidebar2  {
	padding: 0;
	background: url(../design/bgRghtColSm.jpg) repeat-y left center;
}
#container  #sidebar2  p   
	
		 {
	color: #11286A;
	margin:  0 0px 0 0;
	padding: 0px 15px 0px 20px;
	font: 13px/18px Arial, Helvetica, sans-serif;
}
#container #sidebar2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 14px;
	margin-left: 15px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-right: 10px;
}
#mainContent {
	margin: 0 0px 15px 200px;
	padding: 0 10px 15px 15px;
	width: 600px;
}
#mainContent  p  {
	color: #555555;
	font: lighter .90em/1.5 Georgia, "Times New Roman", Times, serif;
}
#mainContent h3 {
	font: 700 18px "Times New Roman", Times, serif;
	color: #E0A71B;
	border-bottom: 1px solid #CF8E0D;
	margin-right: 50px;
	margin-left: 20px;
}
#mainContent img {
	margin: 0 0 10px 0px;
}
#mainContent  img  a:hover {
	border: 4px solid #FF6600;
}
#container #mainContent  h1   {
	color: #0000AA;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-left: 15px;
	width: 100%;
	padding-right: 35px;
	font: lighter 1.5em/1.5em Georgia, "Times New Roman", Times, serif;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	color: #F8AA4F;
	font-weight: lighter;
	text-align: right;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 15px;
	right: 0px;
	margin-left: 0px;
	margin-right: 35px;
}
#mainContent  h2  img  {
	float: left;
	padding: 5px 5px 15px 5px;
	display: none;
}
#mainContent  #current ul,
#mainContent ul  {
	color: #555555;
	display: inline;
	list-style: none;
	font: lighter normal 1em/1.5em "Times New Roman", Times, serif;
	background: no-repeat;
	padding-left: 0px;
	margin-left: 0px;
}
#mainContent li {
	margin-left: 40px;
	padding-left: 0px;
	text-align: left;
	text-indent: 0px;
	list-style: url(../design/bippy.png) outside;
	font: 14px "Times New Roman", Times, serif;
	color: #12296D;
}
#mainContent li p {
	margin: 0px 0px 0px 10px;
	padding: 0px 0 0 20px;
}
#mainContent #current {
	border: 0.125px solid #F8941E;
	text-align: left;
	background: transparent url(file:///Macintosh HD/Users/toddbingham/Websites Current/Ruth Institute/design/bgYellowGrad.jpg) repeat-x;
	width: 445px;
	background: url(../design/bgBlueGrad.jpg) repeat-x left top;
}
#mainContent #current h1 {
	color: #F89F38;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	font: italic lighter 22px "Times New Roman", Times, serif;
}
#mainContent #current h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.125em;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #122A71;
	left: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#mainContent #current p {
	color: #777777;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 3px;
	font: lighter 0.85em/140% Georgia, "Times New Roman", Times, serif;
}
#container #mainContent #current img {
	float: none;
	padding: 10px;
}
#mainContent  #current  a:link, a:visited  {
	font-family: Arial, Helvetica, sans-serif
	font-size: 12px;
	color: #12296D;
}
#mainContent #current a:hover {
	color: #F8A22E;
	text-decoration: none;
	}
#mainContent #subLeftCol {
	background: #DDDDDD;
	float: none;
	position: relative;
	overflow: auto;
	padding: 15px;
	border: 1px dotted #724620;
	margin: 10px 0 0 0px;
	width: 427px;
}
#mainContent #subLeftCol img {
	padding-right: 10px;
	left: 10px;
	top: 5px;
	float: left;
	border: 0;
	}
#mainContent #subLeftCol p {
	color: #777777;
	margin-top: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 3px;
	font: lighter 0.85em/140% Georgia, "Times New Roman", Times, serif;
	
}
#footer {
	padding: 0;
	color: #12296C;
	text-align: center;
	background-color: #12296C;
} 
#footer p {
	margin: 0; 
	padding: 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.lineUp {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.lineAbove {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #000077;
}
.italics {
	font-style: italic;
}
#sidebar2 a:link, a:visited  {
	color: #FF6600;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#mainContent  #headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #12296D;
	margin-left: 0px;
	margin-right: 250px;
}
.readMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75px;
	color: #444444;
	font-style: italic;
	left: 85%;
	text-align: right;
}
#mainContent a:link, a:visited, a:active {
	color: #0000AA;
	text-align: left;
	padding: 0;
	margin: 0;
	letter-spacing: normal;
	display: inline-block;
}
#mainContent  a:hover {
	color: #FF9933;
	text-decoration: none;
	padding: 0;
}
.clear   {
	clear: right;
}
.blue {
	color: #000099;
}
.boldYellow {
	font: 16px Arial, Helvetica, sans-serif;
	color: #FF9933;
}
.boldBlue {
	font: bolder 15px Arial, Helvetica, sans-serif;
	color: #122B74;
}
.center {
	text-align: center;
}
#container 
#header  h1  {
	text-indent: -9999px;
}
.imgBox {
	padding: 5px;
	border: 1px solid #FF8E00;
}