

/*STRUCTURE CSS - DOES NOT INCLUDE TYPOGRAPHY*/
*
{
	margin: 0 0 0 0;
	padding: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2f3d4d;
	font: normal 0.7512em/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/page-background.png) top left repeat-x #dfe8d7;
}

.clear_float
{
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}


a.CommandButton:link, a.CommandButton:visited
{
	color: #67B0D1;
	font-size: 1.1667em;
	text-decoration: underline;
	line-height: 23px !important;
}
a.CommandButton:hover
{
	color: #67B0D1;
	font-size: 1.1667em;
	text-decoration: underline;
}

/* GENERIC */

p
{
	margin: .85em 0 2.25em 0;
	font-size: 1em !important;
	line-height: 1.5em;
}
h1
{
	margin: 1.125em 0 0.375em 0;
	font-size: 1.85em;
	line-height: 1.25em;
	font-style: italic;
	color: #2d6a85;
	border-bottom: 2px solid #c3a344;
	border-top: 2px solid #c3a344;
	padding: 10px 0 10px;
}
h1 a
{
	color: #2d6a85;
}

h1 a:hover
{
	color: #2d6a85;
}
h2
{
	margin: 1.5em 0 0.5em 0;
	font-size: 1.5em !important;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	color: #d47b27;
}

h2 a:link
{
	color: #d47b27;
	text-decoration: none;
}
h2 a:hover
{
	color: #d47b27;
	text-decoration: none;
}
h2 a:visited
{
	color: #d47b27;
	text-decoration: none;
}

h3
{
	margin: 2.95em 0 0 0;
	font-size: 1em;
	line-height: 1.125em;
	font-style: normal;
	font-weight: bold;
	color: #2f3d4d;
}

h3 span
{
	clear: both;
}
h4
{
	margin: 2.95em 0 0 0;
	font-size: 1em;
	line-height: 1.2857em;
	font-style: italic;
}
h5
{
	margin: .4em 0 0.375em 0;
	font-size: 2em;
	line-height: 0.75em;
	font-style: normal;
	text-align: center;
	color: #ebefd4;
}
/*large header used in sidebar*/
h6
{
	margin: 1em 0 0.6429em 0;
	font-size: 1.1667em;
	line-height: 1.2857em;
	font-style: normal;
	color: #2d6a85;
}

a
{
	color: #67B0D1;
}
A:link
{
	color: #67B0D1;
}
A:visited
{
	color: #67B0D1;
	text-decoration: none;
}
A:hover
{
	color: #67B0D1;
	text-decoration: underline;
}
A:active
{
}
SMALL
{
}
BIG
{
}
BLOCKQUOTE, PRE
{
}
UL
{
	margin-left: 0px;
	padding-left: 1em;
	list-style-position: inside;
	text-align: left;
}
UL LI
{
	line-height: 1.5em;
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	margin-left: .75em;
	list-style-position: outside;
}
UL LI LI
{
	margin-left: 1em;
}
UL LI LI LI
{
}
OL
{
	margin-left: 0px;
	padding-left: 1em;
	list-style-position: inside;
	text-align: left;
}
OL LI
{
	line-height: 1.5em;
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	margin-left: .75em;
}
OL OL LI
{
	margin-left: 1em;
}
OL OL OL LI
{
}
OL UL LI
{
}
HR
{
	display: none;
}
dl dt, dl dd
{
	line-height: 1.5em;
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	list-style-position: outside;
}

dl dd
{
	margin-left: .75em;
}





img
{
	border: none;
}


/*ADDITIONAL TYPOGRAPHY AND GENERIC CLASSES*/
span.i
{
	font-style: italic !important;
}
p.forRadio
{
	margin: 5px 0 10px;
}

a.specialLink
{
	font-style: italic;
	font-weight: bold;
	color: #25576e;
}

a.specialLink p
{
	text-align:right;
	padding-right:10px;
}

img.bordered
{
	padding: 3px;
	margin: 5px;
	border: 2px solid #af8405;
	float: right;
}


table.article
{
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0 auto;
	font-size: 1em;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	border: 1px solid #999999;
}


table.article td
{
	padding: 4px;
	border: 1px solid #999999;
}
table.article th
{
	padding: 4px;
	border: 1px solid #999999;
	text-align: center;
}

.twocol table
{
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0 auto;
	font-size: 1em;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	border: 1px solid #999999;
}

.twocol td
{
	width: 50%;
	border-collapse: collapse;
	border: none;
	vertical-align: top;
	border: 1px solid #999999;
	padding: 5px;
}
.twocol th
{
	width: 50%;
	border-collapse: collapse;
	border: none;
	padding: 5px;
	font-weight: normal;
	border: 1px solid #999999;
	vertical-align: top;
}

.twocolQuiz table
{
	border: none !important;
}

.twocolQuiz td
{
	border: none !important;
}
.twocolQuiz th
{
	border: none !important;
}

input.radio
{
	vertical-align: middle;
	margin: 5px 10px 5px 0;
	padding-bottom: 20px;
	float: left;
}
input.check
{
	vertical-align: middle;
	margin: 10px;
}

.headerFeature
{
	margin-top: 20px;
}
.headerFeature p
{
	margin: 0 0 0 5px !important;
	font-weight: normal;
}
.headerDesc
{
	float: left;
	height: 115px;
	margin: 52px 0 0 20px;
	padding: 0;
	width: 391px;
}
.headerDescLibrary
{
	float: left;
	height: 115px;
	margin: 18px 0 0 20px;
	padding: 0;
	width: 391px;
}
/*Used or forms throughout site*/
table.form
{
	margin: 0;
	padding: 10px 0 20px 0;
	width: 614px;
	border: none;
}

fieldset
{
	border: none;
}
td.space
{
	padding: 10px 0 0 0;
	margin: 0;
	border: none;
	font-weight: normal;
	font-size: 13px;
}
td.formtLeft
{
	text-align: left;
	padding: 20px 0 0 0;
	width: 70px; /*changed 5/7/09 HF*/
	border: none;
	color: #2f3d4d;
	font-weight: normal;
	font-size: 13px;
}

td.formRight
{
	text-align: left;
	padding: 20px 0 0 0px;
	width: 372px;
	border: none;
}
td.formRightSubmit
{
	text-align: left;
	padding: 30px 0 0 0px;
	width: 372px;
	height: 37px;
	border: none;
}

input.formInput
{
	width: 200px;
}
textarea.formTxt
{
	width: 200px;
}
select.formSelect
{
	width: 200px;
}

#copyright
{
	font-size: 1em;
	font-style: italic;
	text-align: center;
	width: 100%;
}

/*end sitewide form css*/
.submitbtn
{
	background: url(images/submit.png) top left no-repeat;
	width: 99px;
	height: 37px;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 10px 38px !important;
	vertical-align: middle;
}

.commentbtn
{
	background: url(images/submitcomment.png) top left no-repeat;
	width: 135px;
	height: 30px;
	cursor: pointer;
	border: none;
	margin: 5px 0;
	padding: 0;
	vertical-align: middle;
}
.loginbtn
{
	background: url(images/login-lrg.png) top left no-repeat;
	width: 82px;
	height: 37px;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.searchbtn
{
	background: url(images/search.png) top left no-repeat;
	width: 101px;
	height: 37px;
	cursor: pointer;
	border: none;
	margin: 0 0 0 5px;
	padding: 0;
	vertical-align: middle;
}

.voteNow
{
	background: url(images/vote-now.png) top left no-repeat;
	width: 157px;
	height: 39px;
	cursor: pointer;
	border: none;
	margin: 0 auto 0 43px;
	padding: 0;
	vertical-align: middle;
}

.facebook
{
	background: url(images/facebook.png) top left no-repeat;
	width: 114px;
	height: 35px;
	float: left;
	margin: 0 3px 0 0;
}
.facebook a
{
	display: block;
	width: 114px;
	height: 35px;
}
.facebook a span
{
	display: none;
}
.twitter
{
	background: url(images/twitter.png) top left no-repeat;
	width: 114px;
	height: 35px;
	float: left;
	margin: 0 0 0 3px;
}
.twitter a
{
	display: block;
	width: 114px;
	height: 35px;
}
.twitter a span
{
	display: none;
}

.myspace
{
	background: url(images/myspace.png) top center no-repeat;
	width: 245px;
	height: 35px;
	float: left;
	margin: 5px 0;
}
.myspace a
{
	display: block;
	margin:0 0 0 65px;
	width: 114px;
	height: 35px;
}
.myspace a span
{
	display: none;
}




/*BASIC POSISIONING CLASSES - CAN BE USED ANYWHERE. the align classes should be used to create multiple columns in the content area; they are already in place on some of the articles that call for two columns within the content. FloatLeft and FloatRight are simple float classes no widths, Clear is a simple clear class and curser can be added to force any button to have a pointer.*/

/*NOTE: please do not use tables to create columns, these classes are set up to create columns. Please use tables only for content that should be portreyed as a table.*/
.blank
{
	margin: 0 auto;
	padding: 0;
	width: 615px;
}
.threeColumns
{
	padding: 0;
	margin: 0;
	width: 630px;
}
.columns
{
	width: 180px;
	float: left;
	margin: 10px 5px 20px;
	padding: 5px;
}
.alignLeftMain
{
	float: left;
	padding: 0 5px;
	margin: 0 5px;
	width: 615px;
}
.alignLeft
{
	float: left;
	padding: 0 5px;
	margin: 0 5px 0 0;
	width: 270px;
}
.alignRight
{
	float: right;
	padding: 0 5px;
	margin: 0 0 0 5px;
	width: 270px;
}

.floatRight
{
	float: right;
	clear: both;
}
.floatLeft
{
	float: left;
	clear: both;
}

/* Video */


.videoAlign
{
	padding: 0;
	margin: 0 0 0 0px;
}

.videoAlign h5
{
	font-size: 1.2em;
	line-height: 1.25em;
	font-style: normal;
}
.video
{
	float: left;
	margin: 0 0 0 0px;
	border: 1px solid #2D6A85;
	width: 432px;
}
.videoTxt
{
	color: #EBEFD4;
	height: 154px;
	text-align: center;
}
.videoTxt p
{
	font-size: 1.05em !important;
	line-height: 1.5em;
	margin: 2 0 0 0;
}
.videoTxt p.white
{
	color: #ffffff;
}

.video img {
	border: 0px;
}

.video {
	border: 0;
	border-right: 5px solid #2D6A85;
}

.videoTxtContainer {
	color: #000;
	background: #FFFFFF none repeat scroll 0 0;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	width: 216px;
}

.videoTxt {
	background: #fff;
	color: #000;
}

.videoTxt p.white {
	color: #000;
}


.clear
{
	clear: both;
	height: 0;
	line-height: 0;
}
.display
{
	display: none;
}

.curser
{
	cursor: pointer;
}

/*BEGIN HEADER AREA */


#lineWrapper
{
	margin: 0 0 15px 0;
	height: 123px;
	border-bottom: 3px solid #d07c22;
}
#wrapper
{
	margin: 0 auto;
	width: 950px;
	background: none;
}




#header
{
	background: url(images/masthead.png) top right no-repeat;
	width: 950px;
	height: 123px;
	margin: 0 0 0 0px;
	float: left;
}



#header p
{
	margin: 0px;
	padding: 45px 0 0 25px;
	width: 630px;
	color: #d47b27;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	font-weight: bold;
	float: left;
}
#seal
{
	float: left;
	margin: 0;
	padding: 0;
}
div #seal a
{
	display: block;
	height: 120px;
	width: 115px;
	margin: 0px 0 0 20px;
	padding: 0;
}
#seal a span
{
	display: none;
}


#joinLog
{
	float: right;
	margin: 0;
	padding: 0;
	width: 135px;
	height: 72px;
}

#joinLog p
{
	margin: 0px;
	padding: 10px 0 0 0;
	color: #2d6a85;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-weight: bold;
	float: right;
	text-align: center;
	width: 144px;
}




#login
{
	background: url(images/login.png) top left no-repeat;
	float: right;
	margin: 8px 1px 0 0;
	padding: 0;
}
#login a
{
	display: block;
	height: 27px;
	width: 55px;
	margin: 0 10px 0 0;
	padding: 0;
}
#login a span
{
	display: none;
}
#join
{
	background: url(images/login-join.png) top left no-repeat;
	float: left;
	margin: 8px 0 0;
	padding: 0;
}
#join a
{
	display: block;
	height: 27px;
	width: 55px;
	margin: 0;
	padding: 0;
}
#join a span
{
	display: none;
}








#logoff
{
	background: url(images/logout.png) top left no-repeat;
	float: right;
	margin: 8px 1px 0 0;
	padding: 0;
}
#logoff a
{
	display: block;
	height: 27px;
	width: 55px;
	margin: 0 10px 0 0;
	padding: 0;
}
#logoff a span
{
	display: none;
}
#profile
{
	background: url(images/profile.png) top left no-repeat;
	float: left;
	margin: 8px 0 0;
	padding: 0;
}
#profile a
{
	display: block;
	height: 27px;
	width: 55px;
	margin: 0;
	padding: 0;
}
#profile a span
{
	display: none;
}

/* Main MENU Co-Brand 2010 */
.mainMenu
{
	width: 780px;
	height: 33px;
	margin: 18px 0 0 0px;
	background: none;
	padding: 0;
	float: right;
	background: #2e6d88;
}
.mainMenu ul
{
	margin: 0px auto;
	padding: 3px 3px 0 3px;
	list-style: none;
}
.mainMenu ul li
{
	line-height: 35px;
	margin-top: 0;
	margin: 0;
	display: inline;
	padding: 0;
}
.mainMenu a
{
	display: block;
	float: left;
	background: url(images/dfu-navbtn-grc.png) top left repeat-x #ffffff;
	width: 191px;
	height: 28px;
	line-height: 29px;
	margin: 0px 2px 0 0;
	padding: 0;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold !important;
	font-size: 16px;
	border: 1px solid #000;
}
.mainMenu a:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}
.mainMenu a.current
{
	background: url(images/dfu-navbtn-grc.png) top left repeat-x #ffffff;
	color: #000000 !important;
}
.mainMenu a.current:hover
{
	/* background: url(images/menu-current.png) top left repeat-x; */
	border-bottom: none;
	color: #000000 !important;
	text-decoration: none;
}
.mainMenu a.last
{
	margin-right: 0;
	width: 187px;
}
/*
.mainMenu a.first
{
	margin-left: 1px;
}
*/

/*END HEADER AREA */

/*BEGIN CONTENT */
#content
{
	width: 950px;
	margin: 0 auto 0;
	background: none;
}

/* Admin content */

.adminContent
{
	width: 950px;
	margin: 0;
	padding: 0;
}

/* Breadcrumb */

#breadcrumb
{
	width: 950px;
	margin: 0 auto 0;
	background: none;
}

#breadcrumb p
{
	font-size: .95em;
	color: #2D6A85;
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-left: 10px;
}

#breadcrumb a
{
	font-size: .956em;
	color: #2D6A85;
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-left: 0;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

#breadcrumb a.breadCurrent
{
	color: #D47B27;
}

/*Left content and right content*/

.left
{
	float: left;
	background: none;
	width: 665px;
	padding: 0;
	margin: 0;
}
.container
{
	padding: 5px 0;
	margin: 0 0 10px;
	background: #2d6a85;
}

.module
{
	padding: 10px;
	margin: 0px 5px 0;
	background: #FFF;
}


.moduleAlt
{
	padding: 0;
	margin: 0px 0px 0;
	background: #2d6a85;
}

.moduleBtm
{
	margin: 0px 5px 5px;
}



.entry
{
	/*.entry goes inside .module to adjust the space between the edge of the module and the text within it without screwing up the margins and jquery coners. */
	margin: 0;
	padding: 0 10px;
}

.right
{
	float: right;
	width: 275px;
	padding: 0;
	margin: 0;
	background: none;
	text-align: left;
}


.right a
{
	color: #67B0D1;
	text-decoration: underline;
	font-size: 1.1667em;
	font-style: italic;
	line-height: 22px !important;
}

.right a:visited
{
	color: #67B0D1;
	text-decoration: underline;
	font-size: 1.1667em;
	font-style: italic;
}

.right a:hover
{
	color: #67B0D1;
	text-decoration: underline;
	font-size: 1.1667em;
}
.right ul, ol
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	text-align: left;
}

.right ol li
{
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.75em;
	margin-left: 0;
}

.right ul li
{
	line-height: 1.5em;
	margin-top: 1.0em;
	margin-bottom: 0.75em;
	margin-left: 0;
	text-align: left;
	list-style: none;
}
.rightContainer
{
	padding: 5px 0;
	margin: 0 0 10px;
	background: #2d6a85;
}

.rightModule
{
	padding: 10px;
	margin: 0 5px;
	background: #fffaf0;
}

.rightModulebtm
{
	margin-bottom: 5px;
}
/*end left content and right content*/
/* footer - included in the content div  */

.footer
{
	clear: both;
	width: 942px;
	margin: 0;
	padding: 5px 0 5px 0px;
	background: #2d6a85;
}



.footer a
{
	background: none;
	padding: 0;
	font-size: .9em;
	line-height: 1.5em;
	margin-top: 2em;
	margin-bottom: 0.75em;
	color: #af8405;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.footer a.current
{
	background: none;
	color: #000000;
}


.footer :hover
{
	color: #000000;
	text-decoration: none;
}

.footerLeft
{
	float: left;
}


.footerRight
{
	float: right;
}

.footer ul
{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
.footer ul li
{
	margin: 0;
	display: inline;
	padding: 0;
}

/* End Footer */



.share
{
	float: left;
	margin: 3px 0px 0 10px;
	padding: 0;
}
.share a
{
	display: block;
	height: 24px;
	width: 24px;
	margin: 0;
	padding: 0;
}
.share a span
{
	display: none;
}
.rss
{
	float: left;
	margin: 3px 0px 0 20px;
	padding: 0;
}
.rss a
{
	display: block;
	height: 24px;
	width: 24px;
	margin: 0;
	padding: 0;
}
.rss a span
{
	display: none;
}

/*end footer*/
/*END CONTENT */
/*--------------------END SITE WIDE STUFF------------------------*/
/*SPECIFIC TO INDEX*/

h2.featured
{
	background: #25576e;
	color: #ebefd4;
	border: 1px solid #5699b8;
	margin: 0;
	padding: 5px;
}

.info
{
	margin: 10px 0 0;
	border-bottom: 1px dotted #999999;
	border-left: none;
	border-right: none;
}
.infoEntry
{
	margin: 10px 0 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.info h2
{
	color: #d47b27;
	text-decoration: none;
	margin: 0 !important;
}
.info h2 a
{
	color: #d47b27;
	text-decoration: none;
	margin: 0 !important;
}
.info h2 a:hover
{
	color: #d47b27;
	text-decoration: underline;
}
.info p
{
	margin: .85em 0 .25em;
	padding: 0;
	float: right;
	width: 493px;
}

.info a.grade
{
	font-style: normal;
	font-weight: bold;
	color: #d47b27;
	text-align: right;
}



/*SPECIFIC TO LIBRARY PAGE*/

/* Lists with arrow bits - Co-Branded */
/*SPECIFIC TO LIBRARY PAGE*/

/* Lists with arrow bits - Co-Branded */
ul.toc {
	list-style: none;
	margin: 10px 0;
}
ul li.bulletsml {
	margin: 0 0 5px 10px;
}
ul li.bulletlrg span {
	background: url('images/dfu-largebullet-grc.png') top left no-repeat #cc0011;
	display: block;
	width: 14px;
	height: 15px;
	float: left;
	margin: 2px 5px 0 0;
}
ul li.bulletsml span {
	background: url('images/dfu-bullet-grc.png') top left no-repeat #cc0011;
	display: block;
	width: 9px;
	height: 12px;
	float: left;
	margin: 5px 5px 0 0;
}

/*END LIBRARY*/


/*SPECIFIC TO ARTICLE PAGE*/

.imgHighlights
{
	/*added 6/3/09 HF*/
	border-bottom: 1px dotted #D7C182;
	margin: 10px 0;
	padding: 0 0 10px 0;
}
img.bordered
{
	/*changed 6/2/09 HF*/
	padding: 3px;
	margin: 5px;
	border: 2px solid #2d6a85 !important;
	float: left;
}
img.borderedRt
{
	/*changed 6/2/09 HF*/
	padding: 3px;
	margin: 5px;
	border: 2px solid #2d6a85 !important;
	float: right;
}


.highlightsBox
{
	/*changed 6/2/09 HF*/
	width: 380px;
	float: right;
	margin: 5px;
	padding: 5px;
}
.highlightsBox ul
{
	/*changed 6/2/09 HF*/
	padding: 10px;
}
.highlightsBox ul li
{
	/*changed 6/2/09 HF*/
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.75em;
	margin-left: .75em;
	list-style-position: outside;
}

p.highlights
{
	/*changed 6/2/09 HF*/
	font-weight: bold;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.upper
{
	background: #2d6a85;
	padding: 5px;
}
.inner
{
	background: #fff;
}
h4.relatedInfo
{
	font-style: italic;
	font-weight: bold;
	color: #25576e;
}
.gradeComments
{
	width: 458px;
	float: left;
	background: #dfe8d7;
	border: 2px solid #2d6a85;
	margin: 5px;
	padding: 5px;
}
.grade
{
	width: 60px;
}
.comments
{
	width: 360px;
}
/*END ARTICLE*/



/*SPECIFIC TO TOOLS PAGE*/

.teaser
{
	margin: 0;
	padding: 0;
}

.teaser h2
{
	margin: 0em 0 0.5em 0; /*font-size: 1.5em !important; 	line-height: 1em; 	font-weight: normal; 	font-style: normal; 	color: #d47b27;*/
}


.teaser h2 a
{
	color: #d47b27;
	text-decoration: none;
}
.teaser h2 a:hover
{
	color: #d47b27;
	text-decoration: underline;
}
.teaser p
{
	margin: .85em 0 .25em;
	padding: 0;
}

.toolsContent
{
	float: left;
	margin: 25px 0 0 5px;
	padding: 0px;
	width: 600px;
}

.toolsContentLeft
{
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	width: 339px;
}

.toolsLeftImg
{
	float: left;
	margin: 0;
	padding: 0px;
	width: 225px;
}

.toolsContentRight
{
	float: right;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	width: 355px;
}

.toolsRightImg
{
	float: right;
	margin: 0;
	padding: 0px 0px 0 0;
	width: 228px;
}

/*END TOOLS*/

.joinNowbtn
{
	background: url(images/join-now.png) top left no-repeat;
	width: 125px;
	height: 36px;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}



/*glossary*/

dl.HouseGlossaryDL dt
{
	margin: 1.5em 0 0.5em 0;
	font-size: 1.5em !important;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	color: #d47b27;
}
dl.HouseGlossaryDL dt a
{
	color: #d47b27;
	text-decoration: none;
}
dl.HouseGlossaryDL dt a:hover
{
	color: #d47b27;
	text-decoration: none;
}

dl.HouseGlossaryDL dt a:visited
{
	color: #d47b27;
	text-decoration: none;
}

dl.HouseGlossaryDL dd
{
	margin: .85em 0 2.25em 0;
	font-size: 1em !important;
	line-height: 1.5em;
	margin: .85em 0 2.25em 0;
	font-size: 1em !important;
	line-height: 1.5em;
}
/*end glossary*/

/*worksheets*/
.worksheetWrap
{
	border: 2px solid #2D6A85;
	padding: 2px;
	margin: 0 0 20px 0;
}


table.worksheet
{
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0 auto;
	font-size: em;
	text-align: left;
	line-height: 1.em;
	font-size: .9em;
}

table.worksheet td
{
	padding: 0;
	margin: 0;
}

table.worksheet td a
{
	font-weight: normal;
	padding: 0;
	margin: 0;
}

table.worksheet th
{
	padding: 4px;
	font-size: 1.2em;
	color: #D47B27;
	padding: 0;
	margin: 0;
}

table.title
{
	background: #2D6A85;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 2px;
	margin: 0;
}
table.title td span
{
	color: #ffffff !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}

table.download
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 2px;
	margin: 0;
}

table.download td
{
	float: right;
	margin: 0 9px 0 0;
}
table.download td a
{
	color: #D47B27;
}
table.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1.1em !important;
	padding: 0 2px;
}

table.text td span p
{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
}

table.file
{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	text-align: left;
	float: right;
}
table.file td
{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	margin: 0 5px 0 0;
}
table.file td span
{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	font-weight: bold;
	margin: 0 10px 0 0;
}
/*end worksheets*/

