﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EDF6E3;
	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;
}
.LeftToRight
{
	text-align:left;
	direction:ltr;
}
.RightToLeft
{
	text-align:right;
	direction:rtl;
}

.twoColFixRtHdr #container {
	width: 780px;
	text-align: left;
	left: 118px;
	top: 1px;
	background-color: #FFFFFF;
	background-image: url(images/zen-bg.jpg);
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height: 160px;
	position: relative;
	width: 700px;
	margin-left: 40px;
	background-image: url(images/bannernew.jpg);
	margin-right: 40px;
	background-color: #2E5500;
} 

.OrangeButton
{
	background-color:#FF8000;
	border-color:Black;
	border-style:dotted;
	color:White;
}
.Date
{
	display: inline-block;
	line-height:25px;
}
.grid a:link
{
	font-family: tahoma;
	font-size: 8pt;
	color: #1FEDFF;
	text-decoration: none;
}

.WelcomeLink:link
{
	text-decoration:none;
	color:White;
}
.WelcomeLink:visited
{
	text-decoration:none;
	color:White;
}
.WelcomeLink:hover
{
	text-decoration:underline;
	color:White;
}
.twoColFixRtHdr #ListTop {
	padding: 0px;
	margin-top: 0px;
	position: relative;
	height: 29px;
	background-image: url(images/menu_top1.gif);
	background-repeat: no-repeat;
}

.twoColFixRtHdr  #maincontent {
	width: 700px;
	position: relative;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 40px;
	height: 100%;
} 

.twoColFixRtHdr #content {
	width:480px;
	position: relative;
	float: left;
}
.twoColFixRtHdr   #SideBar {
	width: 203px;
	float: right;
	position: relative;
	}
.twoColFixRtHdr #footer {
	width: 700px;
	height: 37px;
	position: relative;
	bottom: 0px;
}
.twoColFixRtHdr #FooterTop {
	background-image: url(images/FooterFill.gif);
	position: relative;
	height: 37px;
	width: 650px;
	float: left;
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-top: 10px;
}
.twoColFixRtHdr #FooterLeftCorner {
	float: left;
	height: 37px;
	width: 25px;
	position: relative;
	background-image: url(images/FooterLeftCorner.gif);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #FooterRightCorner {
	float: left;
	height: 37px;
	width: 25px;
	position: relative;
	background-image: url(images/FooterRightCorner.gif);
	margin-top: 0px;
	background-repeat: no-repeat;
}




.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;
}
.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;
}
.twoColFixRtHdr #SidebarTop {
	background-image: url(images/menu-top.gif);
	float: right;
	width: 170px;
	margin-top: 0px;
	background-color: transparent;
	height: 45px;
	color: #FFFFFF;
	position: relative;
	padding-top:10px;
	padding-left:3px;
	padding-right:30px;	
}
.Welcome
{
	text-decoration:none;
	color:#CCFF66;
	font-family:Tahoma;
	font-size:8pt;
}

.twoColFixRtHdr #SidebarNavigation {
	float: right;
	background-color: transparent;
	background-image: url(images/nav-back.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 203px;
	position: relative;
	text-align: right;
	direction: rtl;
}
.twoColFixRtHdr  #SidebarNavigation  ul    {
	width: 200px;
}
.twoColFixRtHdr #SidebarNavigation li {
	width:200px;
}
.twoColFixRtHdr #SidebarDown {
	background-image: url(images/menu-down.gif);
	float: right;
	height: 55px;
	width: 203px;
	position: relative;
	margin-bottom:15px;
}
.twoColFixRtHdr .ModuleHeader  {
	background-color: #669900;
	height:25px;
	position: relative;
}
.twoColFixRtHdr .Module {
	position: relative;
}
.twoColFixRtHdr .ModuleHeaderTitle  {
	height:25px;
	position: relative;
}
.twoColFixRtHdr .ModuleHeaderRight   {
	float:right;
	width: 30px;
	background-image: url(images/Content_Top_Right_Corner.gif);
	background-position:left center;
	height:25px;
	position: relative;
}
.twoColFixRtHdr .ModuleHeaderLeft   {
	width: 20px;
	float:left;
	height:25px;
	position: relative;
}
.twoColFixRtHdr .ModuleContent  {
	padding-top: 10px;
	padding-left:5px;
	padding-right:5px;
	border:solid 1px #669900;
	text-align: right;
	direction:rtl;
	margin-bottom:15px;
	position: relative;
        zoom: 1;
padding-bottom: 5px;
}
.twoColFixRtHdr  #TopMenu  ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	float: right;
	height: 30px;
	width: 450px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr  #TopMenu  li  {
	float: right;
	width: auto;
	text-align: center;
	margin: 0px;
	height: 30px;
	vertical-align:middle;
}
.twoColFixRtHdr   #TopMenu   li   a   {
	color: #FFFFFF;
	text-decoration: none;
	font-family: tahoma;
	direction: rtl;
	display: block;
	line-height: 30px;
	font-size: 9pt;
	padding-right: 18px;
}
.twoColFixRtHdr #TopMenu li a:hover {
	color: #CBFB9F;
}
.twoColFixRtHdr      #TopMenu      li   a:active   {
	background-image: url(images/button.gif);
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	width: 7em;
	line-height: 15px;
	background-position: center center;
}




.twoColFixRtHdr #MainContentDown {
	height: 24px;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 460px;
}
#TopMenu {
	position: relative;
	width: 700px;
	margin-left: 40px;
	height: 30px;
	background-color: #336600;
	margin-right: 40px;
	margin-top: 1px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E88A15;
}
.twoColFixRtHdr #rightlist  h2 {
	font-family: tahoma;
	font-size: 10pt;
	list-style-type: none;
	list-style-image: none;
	text-align: right;
	direction: rtl;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-right: 25px;
	height: 25px;
	font-weight: bold;
	background-image: url(images/earth.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
}
.twoColFixRtHdr #ListMiddle {
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 198px;
	float: right;
	border: 1px dashed #2E5500;
}


.twoColFixRtHdr #rightlist {
	float: right;
	width: 203px;
	position: relative;
	margin-top: 10px;
}
.twoColFixRtHdr #litContent {
	font-family: tahoma;
	font-size: small;
	text-align: right;
	float: right;
	direction: rtl;
}
.twoColFixRtHdr  #lblContentTitle     {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	color: #FFFFFF;
	font-family: tahoma;
}
.twoColFixRtHdr #CopyRight {
	font-family: tahoma;
	color: #000000;
	width: 700px;
	position: relative;
	margin-bottom: 10px;
}
.twoColFixRtHdr #CopyRightHR {
	position: relative;
	width: 450px;
	height: 6px;
	background-image: url(images/sep10.gif);
	background-repeat: repeat-x;
	background-position: center center;
	float: right;
}
.twoColFixRtHdr  #CopyRightText {
	position: relative;
	float: left;
	width: 250px;
	font-size: 8pt;
}
.twoColFixRtHdr #FooterTop a {
	font-family: tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
#FooterTop a:hover {
	font-family: tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixRtHdr #TopMenu a {
	font-family: tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
#TopMenu a:hover {
	font-family: tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: #004200;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message
{
	font-weight: normal;
	font-size: 10px;
	font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #004200;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 16px;
	color: #004200;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	direction: rtl;
	Text-Align:right;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 14px;
	color: #004200;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	direction:rtl;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #004200;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	direction: rtl;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.CVNormal
{
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.NormalGrey
{
	font-weight: normal;
	font-size: 11px;
	color: gray;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.NormalLink9
{
	font-weight: normal;
	font-size: 9px;
	color: #686e73;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.NormalLink10
{
	font-weight: normal;
	font-size: 10px;
	color: #474544;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

A.Normal:link {
	font-size:9pt;
	color:#0054e3;
	text-decoration: none;
}

A.Normal:visited
{
	font-size:9pt;
	color:#0054e3;
	text-decoration: none;
}

A.Normal:active   {
	font-size:9pt;
	color:#0054e3;
	text-decoration: none;
}

A.Normal:hover    {
    font-size:9pt;
    text-decoration:    underline;
	color:#0054e3;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
	font-weight: bold;
	font-size: 11px;
	color: #b22222;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.NormalBold
{
    font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.BgLight
{
	background-image: none;
	background-color: #d2e7c2;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-weight: normal;
	font-size: 10px;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: #474544;
	text-decoration: underline;
}

A.CommandButton:visited
{
	color: #474544;
	text-decoration: underline;
}

A.CommandButton:active
{
	color: #474544;
	text-decoration: underline;
}

A.CommandButton:hover
{
	color: #606166;
	text-decoration: underline;
}
    



/* GENERIC */
H1  {
    font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.NewsTitle
{
	font-size: 11px;
	color: #004200;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}

TFOOT, THEAD
{
	font-size: 12px;
	color: #004200;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}

TH
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: baseline;
	color: #004200;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}

A:link
{
	color: #4244D0;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
	color: #336600;
}

A:active    {
    text-decoration:    none;
	color: #4244D0;
}

A:hover {
    text-decoration:    underline;
	color: #4244D0;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}




HR {
    color: Black;
    height:1pt;
    text-align:left
}


	
.twoColFixRtHdr #TopNavBar {
	margin-right: 40px;
	margin-left: 40px;
	background-color: #336600;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#StaffInfo {
	width: 100%;
	height: 100%;
	position: relative;
	border: 2px solid #000000;
}
#CV {
	width: 100%;
	position: relative;
}
#StaffInfo #StaffInfoTop {
	width: 100%;
	height: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#StaffInfo #Biography {
	float: left;
	width: 70%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
#StaffInfo  #Image  {
	width: 30%;
	position: relative;
	float: right;
}

#CV {
	float: right;
	border-bottom:solid 1px green;
	border-collapse:collapse;
	border-left:solid 1px green;
	border-right:solid 1px green;
	border-top:solid 1px green;
} 
.CVBio
{
	border-bottom:solid 1px green;
	border-right:solid 1px green;
}
.CVContent
{
	
	border-right:solid 1px green;
}

.CVImage
{
	border-bottom:solid 1px green;
	border-right:solid 1px green;
}
.CVMenu {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:solid 1px green;
}
.CVMenu a:link {
	font-family: tahoma;
	color: #990066;
	text-decoration: none;
	font-size: 9pt;
}
.CVMenu a:visited {
	font-family: tahoma;
	font-size: 9pt;
	color: #990066;
	text-decoration: none;
}
.CVMenu a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.CVMenu a:hover {
	font-family: tahoma;
	font-size: 9pt;
	color: #0033FF;
	text-decoration: none;
}
#CVContent #CVText {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#BottomSection {
	width: 700px;
	margin-right: 40px;
	margin-left: 40px;
	position: relative;
}
#NewsContent {
	text-align: right;
	width: 700px;
}
