body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	font-size: 1em;
	width: 575px;	
}
#homecontent {
	width: 740px
}
/***************************************
	Text Styles
****************************************/
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
#homecontent h1 {
	color: #336633;
}
h2 {
	font-size: 1.35em;
	font-weight: bold;
	margin: 20px 0 0 0;
}

h3 {
	font-size: 1em;
	margin: 20px 0 0 0;
}

p {
	padding: 0 5px 0 1px;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

.TextBold ,
td.TextBold ,
tr.TextBold ,
tr.TextBold td {
	font-weight: bold;
}

.TextRed ,
td.TextRed ,
tr.TextRed ,
tr.TextRed td {
	color: #f00;
}

.TextRedBold{
	color:red;
	font-weight:bold;
}

.TextSm ,
td.TextSm ,
tr.TextSm ,
tr.TextSm td {
	font-size: .9em;
}

.TextSmRed ,
td.TextSmRed ,
tr.TextSmRed ,
tr.TextSmRed td {
	color: #f00;
	font-size: .9em;
}

/***************************************
	Tables
****************************************/
table {
	margin-bottom: 1.2em;
	margin-top:1em;
	border: 0;
}

td {
	padding: 2px 4px;
}

td table {
	margin-top:0;
	margin-bottom:0;
}

.TableColumnHeading,
.TableColumnHeading a,
td.TableColumnHeading,
tr.TableColumnHeading,
tr.TableColumnHeading td {
	font-weight: bold;
	text-align:center;
}

.TableHeading,
.TableHeading a,
td.TableHeading,
tr.TableHeading,
tr.TableHeading td,
table.TableHeading {
	font-size: 1.35em;
	font-weight: bold;
}

.TableSubHeading,
.TableSubHeading a ,
td.TableSubHeading,
tr.TableSubHeading,
tr.TableSubHeading td {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
}

.TableRowEven,
td.TableRowEven,
tr.TableRowEven,
tr.TableRowEven td,
li.ListEven {}

.TableRowOdd,
td.TableRowOdd,
tr.TableRowOdd,
tr.TableRowOdd td,
li.ListOdd {}

.TableBorder {}

/****************************************
	Images
*****************************************/
.PhotoSupp {
	float: right; 
	margin: 5px 0 15px 10px;  
	padding: 0;
	clear:both; 
	font-size: .9em;
}

.PhotoSupp img {
	display: block;
	margin: 0;
	border: 1px solid black;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#content img {
	border: 1px solid black;
}

img.NoBorder,
#content img.NoBorder {
	border: 0;
}

/****************************************
	More Box
*****************************************/
.morebox {
	width: 150px;
	float: right;
	margin: 15px;
}
.moreboxtopleft {
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0px;
}
.moreboxtopright {
	width: 139px;
	height: 9px;
	float: right;
	font-size: 0px;	
}
.moreboxbottomleft {
	width: 139px;
	height: 9px;
	float: left;
	font-size: 0px;
}
.moreboxbottomright {
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0px;	
}
.moreboxcontent {
	padding: 0 5px;
	margin: 0;
	clear: both;
	font-size: .9em;
}
.moreboxcontent h3 {
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}
.moreboxcontent ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.moreboxcontent li {
	margin-left: 15px;
}
/****************************************
	Home Right Column
*****************************************/
#homerightcolumn {
	width: 175px;
	float: right;
}
/****************************************
	Tooltip popup
*****************************************/
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.navtext { 
width:150px; 
font-size:12pt; 
border-width:2px; 
border-style:outset; 
border-color:darkgray; 
layer-background-color:tan; 
background-color:tan; 
color:black; 
} 


/*Publications 
----------------------------------------------------------*/
.Publications {
	width: 480px;
	margin-left: 20px;
}
.Publications .BoxShaded {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: auto;
	display: block;
	padding: 10px 10px 5px 10px;
	white-space:normal;
}
.Publications .BoxShaded a {
	text-decoration: underline;
}
.Publications .BoxShaded p {
	margin-top: 0;
	margin-bottom: 0;
}
#content .Publications img {
	float: left;
	vertical-align: top;
	border: none;
	margin: 0 5px 0 0;
}
.Publications h3 {
	padding: 4px 2px;
	margin: 0;
	width: auto;
	clear:both;
	font-size: 12px;
	font-weight: bold;
}
.Publications ul {
	margin:0;
	padding: 0;
}
.Publications li {
	list-style: none;
	width: auto;
	padding: 4px 2px;
}
.Publications li a {
	padding: 4px 2px 4px 30px; 
	background:; 
	height: auto;
}

/* Alignment 
------------------------------------------------------------*/
.Spacer {clear: both;}
.AlignCenter {
	text-align:center;
	display:block;
}
.AlignCenterContent {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	/*Hide from IE5Mac \*/
	display:table;
	/*Stop Hiding*/
}
/*Hide from IE5Mac \*/
* html .AlignCenterContent {
	width:0;
}
/*Stop Hiding*/
.AlignRight {float: right;}
.AlignLeft {float: left;}
.ClearLeft {clear: left;}
.ClearRight {clear: right;}

/****************************************
	Links
*****************************************/
a.LinkPDF,
a:hover.LinkPDF,
a:visited.LinkPDF,
#content a.LinkPDF,
#content a:hover.LinkPDF,
#content a:visited.LinkPDF,
#content li a.LinkPDF,
#content li a:hover.LinkPDF,
#content li a:visited.LinkPDF {
	padding: 2px 2px 0px 20px;
	background-image: url("../icons/icon_pdf.gif");
	background-repeat: no-repeat;
	background-position: 0% 25%;
	white-space: nowrap;
}

a.LinkDOC,
a:hover.LinkDOC,
a:visited.LinkDOC,
#content a.LinkDOC,
#content a:hover.LinkDOC,
#content a:visited.LinkDOC,
#content li a.LinkDOC,
#content li a:hover.LinkDOC,
#content li a:visited.LinkDOC {
	padding: 2px 2px 0px 20px;
	background-image: url("../icons/icon_doc.gif");
	background-repeat: no-repeat;
	background-position: 0% 25%;
	white-space:nowrap;
}

a.LinkApp,
a:hover.LinkApp,
a:visited.LinkApp,
#content a.LinkApp,
#content a:hover.LinkApp,
#content a:visited.LinkApp,
#content li a.LinkApp,
#content li a:hover.LinkApp,
#content li a:visited.LinkApp {
	padding: 2px 2px 0px 23px;
	background-image: url("../icons/icon_app_fin.gif");
	background-repeat: no-repeat;
	background-position: 0% 25%;
	white-space:nowrap;
}

a.LinkExternal,
a:hover.LinkExternal,
a:visited.LinkExternal,
#content a.LinkExternal,
#content a:hover.LinkExternal,
#content a:visited.LinkExternal,
#content li a.LinkExternal,
#content li a:hover.LinkExternal,
#content li a:visited.LinkExternal {
	padding: 0 23px 0 0;
	background-image: url("../icons/icon_external_link.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	white-space:nowrap;
}

a.LinkExternalNoIcon,
a:hover.LinkExternalNoIcon,
a:visited.LinkExternalNoIcon,
#content a.LinkExternalNoIcon,
#content a:hover.LinkExternalNoIcon,
#content a:visited.LinkExternalNoIcon,
#content li a.LinkExternalNoIcon,
#content li a:hover.LinkExternalNoIcon,
#content li a:visited.LinkExternalNoIcon {}

a.LinkExcel,
a:visited.LinkExcel,
#content a.LinkExcel,
#content a:visited.LinkExcel,
#content li a.LinkExcel,
#content li a:visited.LinkExcel {
	padding: 2px 2px 0px 20px;
	background-image: url("../icons/icon_excel.gif");
	background-repeat: no-repeat;
	background-position: 0% 25%;
	white-space:nowrap;
}

a.LinkPopup,
a:visited.LinkPopup,
#content a.LinkPopup,
#content a:visited.LinkPopup,
#content li a.LinkPopup,
#content li a:visited.LinkPopup {
	padding: 2px 2px 0px 20px;
	background-image: url("../icons/icon_form_open.gif");
	background-repeat: no-repeat;
	background-position: 0% 25%;
	white-space:nowrap;
}

a.LinkPopupBlog,
a:visited.LinkPopupBlog,
#content a.LinkPopupBlog,
#content a:visited.LinkPopupBlog,
#content li a.LinkPopupBlog,
#content li a:visited.LinkPopupBlog {
	padding: 2px 2px 0px 20px;
	background-image: url("../icons/icon_form_open.gif");
	background-repeat: no-repeat;
	background-position: 0% 25%;
	white-space:nowrap;
}

a.LinkPopupBlogNoIcon,
a:hover.LinkPopupBlogNoIcon,
a:visited.LinkPopupBlogNoIcon,
#content a.LinkPopupBlogNoIcon,
#content a:hover.LinkPopupBlogNoIcon,
#content a:visited.LinkPopupBlogNoIcon,
#content li a.LinkPopupBlogNoIcon,
#content li a:hover.LinkPopupBlogNoIcon,
#content li a:visited.LinkPopupBlogNoIcon {}

a.LinkPopupSmall,
a:visited.LinkPopupSmall,
#content a.LinkPopupSmall,
#content a:visited.LinkPopupSmall,
#content li a.LinkPopupSmall,
#content li a:visited.LinkPopupSmall {}

a.LinkPopupVideo,
a:visited.LinkPopupVideo,
#content a.LinkPopupVideo,
#content a:visited.LinkPopupVideo,
#content li a.LinkPopupVideo,
#content li a:visited.LinkPopupVideo {
	padding: 2px 2px 0px 20px;
	background-image: url("../icons/icon_video.gif");
	background-repeat: no-repeat;
	background-position: 0% 25%;
	white-space:nowrap;
}

a.LinkPopupPhoto,
a:visited.LinkPopupPhoto,
#content a.LinkPopupPhoto,
#content a:visited.LinkPopupPhoto,
#content li a.LinkPopupPhoto,
#content li a:visited.LinkPopupPhoto {
	padding: 2px 2px 0px 20px;
	background-image: url("../icons/icon_photo.gif");
	background-repeat: no-repeat;
	background-position: 0% 25%;
	white-space:nowrap;
}

a.LinkPopupNoIcon,
a:hover.LinkPopupNoIcon,
a:visited.LinkPopupNoIcon,
#content a.LinkPopupNoIcon,
#content a:hover.LinkPopupNoIcon,
#content a:visited.LinkPopupNoIcon,
#content li a.LinkPopupNoIcon,
#content li a:hover.LinkPopupNoIcon,
#content li a:visited.LinkPopupNoIcon {}

a.LinkPopupSmallNoIcon,
a:hover.LinkPopupSmallNoIcon,
a:visited.LinkPopupSmallNoIcon,
#content a.LinkPopupSmallNoIcon,
#content a:hover.LinkPopupSmallNoIcon,
#content a:visited.LinkPopupSmallNoIcon,
#content li a.LinkPopupSmallNoIcon,
#content li a:hover.LinkPopupSmallNoIcon,
#content li a:visited.LinkPopupSmallNoIcon {}

a.LinkPopupVideoNoIcon,
a:hover.LinkPopupVideoNoIcon,
a:visited.LinkPopupVideoNoIcon,
#content a.LinkPopupVideoNoIcon,
#content a:hover.LinkPopupVideoNoIcon,
#content a:visited.LinkPopupVideoNoIcon,
#content li a.LinkPopupVideoNoIcon,
#content li a:hover.LinkPopupVideoNoIcon,
#content li a:visited.LinkPopupVideoNoIcon {}

a.LinkPopupPhotoNoIcon,
a:hover.LinkPopupPhotoNoIcon,
a:visited.LinkPopupPhotoNoIcon,
#content a.LinkPopupPhotoNoIcon,
#content a:hover.LinkPopupPhotoNoIcon,
#content a:visited.LinkPopupPhotoNoIcon,
#content li a.LinkPopupPhotoNoIcon,
#content li a:hover.LinkPopupPhotoNoIcon,
#content li a:visited.LinkPopupPhotoNoIcon {}

a.LinkNewWindow,
a:hover.LinkNewWindow,
a:visited.LinkNewWindow,
#content a.LinkNewWindow,
#content a:hover.LinkNewWindow,
#content a:visited.LinkNewWindow,
#content li a.LinkNewWindow,
#content li a:hover.LinkNewWindow,
#content li a:visited.LinkNewWindow {
	padding: 2px 2px 0px 20px;
	background-image: url("../icons/icon_form_open.gif");
	background-repeat: no-repeat;
	background-position: 0% 25%;
	white-space:nowrap;
}

a.LinkNewWindowNoIcon,
a:hover.LinkNewWindowNoIcon,
a:visited.LinkNewWindowNoIcon,
#content a.LinkNewWindowNoIcon,
#content a:hover.LinkNewWindowNoIcon,
#content a:visited.LinkNewWindowNoIcon,
#content li a.LinkNewWindowNoIcon,
#content li a:hover.LinkNewWindowNoIcon,
#content li a:visited.LinkNewWindowNoIcon {}

#RelatedList li a.LinkPDF,
#RelatedList li a:hover.LinkPDF,
#RelatedList li a:visited.LinkPDF,
#RelatedList li a.LinkDOC,
#RelatedList li a:hover.LinkDOC
#RelatedList li a:visited.LinkDOC {
	display: inherit;
	height: 15px;
	padding: 0 0 3px 20px;
	white-space: normal;
}

#RelatedList li a.LinkExternal,
#RelatedList li a:hover.LinkExternal,
#RelatedList li a:visited.LinkExternal {}
#RelatedList li.NoBullet {
	list-style: none;
	margin-left: -20px;
}

#content p .LinkExternalLegend,
#content .LinkExternalLegend,
.LinkExternalLegend {
	width: auto;
	padding: 5px 5px 5px 30px;
	border: 1px dashed #CCCCCC;
	background-image: url("../icons/icon_external_link.gif");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	clear: both;
	float: right;
	margin-top: 10px;	
}

/*  Matt added for subscription system */
.BoxShaded {
	display: block;
	margin:10px;
	padding: 10px;
}

.FormRow,
.FormRowAlt {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	border-left: 0;
	/* Hide from Mac IE \*/
	clear: both;
	position: relative;
	/* Stop hiding from Mac IE */
	display: table;
	width: 100%;
	height: auto;
	vertical-align: top;
}
.FormRowHeading {
	padding: 4px 2px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	border-bottom: 1px solid #fff;
}
.FormErrorNotice {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #C4C593;
	background: url("../icons/icon_stop_32.gif") no-repeat 5px 5px;
	background-color: #ffc;
}
.FormErrorNotice li {color: #f00;}
.FormErrorNotice ul {margin-bottom: 5px;}
.FormErrorNotice h1 {
	margin-left: 35px;
 	margin-top: 5px;
	color: #000;
	font-size: 9px;
}
.FormErrorNotice h2{
	margin-left: 35px;
	margin-bottom: 1.3em;
	color: #f00;
}
.FormErrorInline{color: #f00;}
.FormRequiredNotice{color: #f00;}
span.FormRequiredInline{color: #f00; display: block;}
.FormTypeGeneric {
	width: 500px;
	margin-left: 25px;
	clear:both;
}
.FormTypeGeneric fieldset, .FormTypeSmall fieldset {
	padding: 10px;
	border: 1px dashed #ccc;
}
.FormTypeGeneric legend, .FormTypeSmall legend{
	clear: both;
	font-size: 90%;
	background-color: #fff;
}
* html .FormTypeGeneric legend, .FormTypeSmall legend {
	margin-bottom: 10px;
}
* html .FormTypeGeneric fieldset, .FormTypeSmall fieldset {
	padding: 0 10px 10px 10px;
}
.FormTypeGeneric label {
	clear: both;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-right: 5px;
	float: left;
	text-align: right;
}

.FormTypeGeneric .FormRow .FormInput {
	float: left;
	width: 330px;
	padding: 5px;
	margin-left: 5px;
}

#ContentPopupSmall {
	width: 280px;
	padding: 10px;
}

#ContentPopupSmall p{
	margin-top: 1.25em; 
	line-height: 1.35em;
	/*Hide from IE5Mac \*/
	margin-top: 0;
	/*Stop hiding*/
}
#ContentPopupSmall li{
	line-height: 1.35em;
}

.calendarDays {
color:#9D2F19;
}