@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #FFFFFF;
	background-image: url(../../images/bkgd/gradient-blue.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: 000066;
}

.twoColElsLtHdr #container {

	width: 95%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
	background-image: url(../../images/bkgd/gradient-blue.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: none;
	padding: 0px;
} 

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. 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 ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColElsLtHdr #sidebar1 {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #7D9BE3;
	border-right-color: #7D9BE3;
	border-bottom-color: #7D9BE3;
	border-left-color: #7D9BE3;
	border-bottom-style: solid;
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 270px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	border: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColElsLtHdr #footer {
	padding: 10px 10px;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* 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;
}
.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;

}
.style4 {font-size: 11pt}
.style7 {font-size: 10pt}

#tbSidebar {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 5px;
}

#navbar {
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#tdSideButtonSmall {
	font-size: 14px;
	padding: 0px;
	height: auto;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tdSideButtonSmall  a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: auto;
	width: 150px;
	color: #000066;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #AEAEFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
#tdSideButtonSmall  a:hover  {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: auto;
	width: 150px;
	color: #000066;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #0066FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}


#h1Title {
	display: block;
}
#tdSidebarContents {
	display: block;
	width: 150px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	background-color: #AEAEFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tdSidebarBullets {
	background-position: right top;
	padding-top: 5px;
	padding-left: 10px;
	margin: 0;
}

#tdSidebarSections {
	font-size: 14px;
	padding-top: 10px;
	padding-left: 5px;
	margin: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}
#tdSidebarRelated {
	font-size: 14px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 150px;
	color: #000066;
	font-weight: bold;
	background-color: #AEAEFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}


#tdAuthorBlock {
	font-size: 14px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* CSS for the box starts here */
.box {
	background:#fff url(images/borders_right.gif) 100% 0 repeat-y;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
}
.bi {
background:#fff url(images/borders_left.gif) 0 0 repeat-y;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 12px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.bt {
	height:17px;
	margin:0 -12px;
	background:url(images/box1.gif) 100% 0 no-repeat;
}
.bt div {
	width:18px;
	height:17px;
	background:url(images/box1.gif) 0 0 no-repeat;
}
.bb {
	height:17px;
	margin:0 -12px;
	background:url(images/box1.gif) 100% 100% no-repeat;
}
.bb div {
	width:18px;
	height:17px;
	background:url(images/box1.gif) 0 100% no-repeat;
}
.box h1 {
margin:0;
padding:0px;
background:#efece6;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #0000CC;
}
.box   label {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
}
.box text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}
.box p, .box ul {
margin:0;
background:#fff;
padding: 2px;
}
.box li {
	margin:0 0 0 2em;
	padding:0;
}

.box  h2 {
	margin:0;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	background-color: #AEAEFF;
}
.box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.commentLabel {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #0000CC;
}
.commentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}




#tdSideBar {
	font-size: 14px;
	height: auto;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#tdSideBar  a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: auto;
	color: #000066;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #AEAEFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	width: auto;
}
#tdSideBar  a:hover  {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: auto;
	width: auto;
	color: #000066;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #0066FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
#tbSidebarBlock {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 5px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#tdSideBarAuthor {
	font-size: 14px;
	padding: 0px;
	height: auto;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tdSideBarLogo {
	font-size: 14px;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#tbFlexBoxUL {
	height: 12px;
	width: 12px;
	background-repeat: no-repeat;
}


	
#tdSidebarNonLink {
	display: block;
	width: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	background-color: #AEAEFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
	
	

.animatedtabs-invert{
	overflow: hidden;
	width: 100%;
	font-size: 16px; /*font of menu text*/
	font-family: Arial, Helvetica, sans-serif;
}


.animatedtabs-invert ul{
list-style-type: none;
margin: 0;
margin-left: 16px; /*offset of first tab relative to page left edge*/
padding: 0;

}

.animatedtabs-invert li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs-invert a{
	float: left;
	position: relative; 
	 /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(../../images/tabs/tab-lt-invert.gif) no-repeat left top;
	background-position: 0 1px;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 13px; /* this padding is changed depending on the size of the left image */
	text-decoration: none !important;
	bottom: 5px;
}

.animatedtabs-invert a span{
	float: left;
	position: relative;
	display: block;
	background: url(../../images/tabs/tab-rt-invert.gif) no-repeat right top;
	background-position: 100% 1px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) --the second
value (rt-side padding) should be adjusted if the left image changed to balance out the space on each side of the tab
3rd value adjusts the padding-bottom.  This should be adjusted with the background-position to allow a certain amount of 
background image to be seen.*/
	font-weight: bold;
	color: black;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 5px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs-invert a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs-invert .selected a{
background-position: 0 -58px;
top: 0;
}

.animatedtabs-invert .selected a span{
background-position: 100% -58px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs-invert a:hover{
background-position: 0% -58px;
top: 0;
}

.animatedtabs-invert a:hover span{
background-position: 100% -58px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.topLink{	
	background-image: url(../../images/bkgd/gradient-blue.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#tdMenuTabs {
	padding-left: 30px;
	text-align: center;
}


#align-top {
	vertical-align: top;
}

.projectTitle {
	margin: 0px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 10px;
}

.sectionTitle {
	margin: 0px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: 400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom:1px solid #ddd;
}

.sectionTitle a{
	text-decoration: none !important;
}

.projEditLink{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.projEditLink a{
	font-size: 12px;
	font-weight: normal;
}


.sectionEditLink{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	font-size: 12px;
	padding-left: 20px;
}

.sectionEditLink a{
	font-size: 12px;
	font-weight: normal;
}


.projectBody {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.editLinks {
	font-size: 10px;
	text-decoration: none;
}



.supNote {
	border: 0;
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	color: #000099;
	text-decoration: none;
	padding-left:2px;
	padding-right:2px;
}

.footnote_header{
	font-size:140%;
	font-weight:400;
	border-bottom:1px solid #ddd;
	display: block;
	margin-top: 15px;
}

.reference{
	text-decoration: none;
	font-weight: bold;
}

.footnotes{
	margin-top:5px;
	line-height:1.3em;
	padding-bottom: 20px;
}
.footnotes li{
	font-size:80%;
	margin-bottom:0;
}

:target {
	border: solid 1px #aaa;
	background-color: #CBD1FE;
}


.notes {
	font-size: 12px;
	text-align: left;
}
.textInputBox{
	font-size: 14px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.commentBox{
	height: 70px;
}

.comments{
	padding-top: 10px;
}

.categorySelect{
	width: 200px;	
}

.arrowUp{
	border:none;
}

.googleAds{
	text-align: center;	
}

.header-print{
	display: none; visibility: hidden; 
}

.footer-print{
	display: none; visibility: hidden; 
}
div.thumb {
	margin-bottom: 0;
	border-style: solid;
	border-color: white;
	width:auto;
	background-color: transparent;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
div.block {
	float: none !important;
	display: block;
	clear: both !important;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
/* @noflip */
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
/* @noflip */
div.tleft {
	float: left;
	clear: left;
	margin-right: 0;
	border-width: .5em 1.4em .8em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}

a {
	text-decoration: none;
	color: #0645ad;
	background: none;
}
a:visited {
	color: #0b0080;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}

/* Inline Elements */
img {
	border: none;
	vertical-align: middle;
}



