/* = = = = COLORS
darkest: #000000;
darker: #1d1d1d;
dark: #3c3c3c;
middark: #5c5c5c;
midlight: #7d7d7d;
light: #a0a0a0;
lighter: #c4c4c4;
lightest: #eaeaea;
/* = = = = CLASSES = = = = */
body {
	margin: 7px;
	background-position: top left;
	background-color: #183059;
	background-repeat: no-repeat;
	background-image: url('images/layout/background.gif');
	background-attachment: fixed;
}

td {
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "Lucida Console", sans-serif;
	font-variant: small-caps;
	margin-bottom: 0;
	margin-top: 7px;
	font-weight: normal;
}
h1, h3 {
	color: #3c3c3c;
}
h2, h4 {
	color: #7d7d7d;
}
h5, h6 {
	font-family: "Arial Narrow", Arial, Tahoma, Verdana;
	color: #026802;
	margin-top: 3px;
	margin-bottom: 0;
	font-variant: small-caps;
	font-weight: bold;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 19px;
	margin-top: 1px;
}
h3 {
	color: #FFFFFF;
	font-size: 17px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 7px;

}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}

a, a:active, a:link, a:visited {
	color: #FFF888;
	text-decoration: none;
	margin-bottom: 0px;
}
a:hover {
	color: #3c3c3c;
	text-decoration: underline;
}
hr {
	border-color: #7d7d7d;
	height: 1px;
	color: #7d7d7d;
	width: 77%;
}
img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	text-align: center;
}
table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	margin-top: 0;
}
/* = = = = = INDEX TABLE CLASSES = = = = = = */
.tblIndexSpread {
	width: 100%;
}
.tblSummaryHeadstone {
	background-position: bottom;
	width: 100%;
	height: 73px;
	background-image: url('images/layout/summary_1x1.png');
	background-repeat: no-repeat;
}
.tdSummaryFooter {
	height: 37px;
	padding: 3px 33px 7px 7px;
	text-align: right;
	font-family: "Arial Narrow", Tahoma, Verdana, sans-serif;
	font-size: 14px;
}
.tdIndexThirds {
	width: 33%;
}
.tblIndexSummary {
	width: 247px;
}
.tdSummaryTitle {
	height: 73px;
	font-family: "Trebuchet MS", "Lucida Console", sans-serif;
	font-size: 17px;
	font-variant: normal;
	font-weight: normal;
	color: #2E3285;
}
.tdSummaryIcon {
	padding: 0 3px 3px 7px;
	width: 57px;
	height: 73px;
	text-align: center;
	vertical-align: bottom;
}
.tdSummaryContent {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 10px;
	height: 97px;
	color: #364D61;
}
/* = = = = = SHELL TABLE CLASSES = = = = = = */
.tblMain {
	margin-right: auto;
	border-collapse: collapse;
	width: 970px;
	vertical-align: top;
	margin-left: auto;
}
.thTableHead {
	background-position: bottom;
	height: 43px;
	background-repeat: no-repeat;
	background-image: url('images/layout/frame_1x1.png');
}
.cellNews {
	vertical-align: top;
	width: 20%;
}
.cellHeader {
	margin: 0;
	padding: 0;
	height: 70px;
	text-align: center;
	line-height: 0;
}
#tblCenter {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#tblIntro {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#tdNav{
	padding: 0;
	margin: 0;
	line-height: 0;
	width: 270px;
	vertical-align: top;
}
#tdNavBack{
	background-image: url('images/layout/nav_3x1.png');
	background-position: center top;
	background-repeat: repeat-y;
	font-size: 16px;
}
#tdIntro{
	height: 330px;
	text-align: center;
}
.tdBackground {
	background-position: center;
	background-repeat: repeat-y;
	background-image: url('images/layout/frame_3x1.png');
}
.tblHeadNav {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.tdHeadNav {
	text-align: right;
	padding: 3px 33px 3px 33px;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #FFFFFF;
}
/* = = = = = = WELCOME TABLE CLASSES = = = = = */
#tblWelcome {
	margin: 0 0 0 0;
	width: 100%;
	border: 0;
	height: 123px;
}
.welcomeCorner {
	width: 12px;
	height: 12px;
	padding: 0;
}
#tdWelcCenter {
	padding: 0;
	background-image: url('images/layout/welcome_3x1.png');
	background-repeat: repeat;
	width: 616px;
}
#tdWelcRt {
	width: 33px;
	background-image: url('images/layout/welcome_2x3.png');
	background-repeat: repeat-y;
	background-position: left;
}
#tdWelcLt {
	width: 31px;
	background-image: url('images/layout/welcome_2x1.png');
	background-repeat: repeat-y;
	background-position: center;
}
#tdWelcTp {
	background-image: url('images/layout/welcome_1x3.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 12px;
}
#tdWelcBt {
	background-image: url('images/layout/welcome_5x3.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 12px;
}
#tblWelcContent {
	width: 100%;
}
#tdWelcImg {
	padding: 3px;
	width: 140px;
	border: 1px silver solid;
	text-align: center;
	vertical-align: middle;
}
#tdWelcContent {
	padding: 0 12px 0 7px;
	font-size: 10px;
	color: #597FA0;
}
#pWelcomeHeader {
	font-family: "Trebuchet MS", "Lucida Console", sans-serif;
	font-size: 17px;
	color: #936941;
	margin-bottom: 0px;
}
.pWelcome{
	font-size: 10px;
	color: #CCCCCC;
	margin-bottom: 0px;
}

.pLinkRt {
	text-align: right;
	margin-right: 33px;
	color: #F0F7F7;
}
/* = = = = = = CONTENT TEXT CLASSES = = = = */
.tblContTxt {
	width: 100%;
	padding-top: 0;
}
.tdContentText{
	background-image: url('images/layout/content_3x1.png');
	background-position: center;
	background-repeat: repeat-y;
	text-align: left;
	color: #FFFFFF;
	padding: 3px 17px 7px 17px;
}
.tdContTxtTpLt {
	height: 73px;
	width: 12px;
}
.tdContTxtTpRt {
	height: 73px;
	width: 12px;
}
.tdContTxtTp {
	padding: 0 0 7px 0;
	height: 73px;
}
.tdContTxtLt {
	width: 12px;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url("images/layout/content_4x1.png");
}
.tdContTxtRt {
	width: 12px;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url("images/layout/content_2x3.png");
}
.tdContTxtBt {
	height: 57px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url('images/layout/content_5x1.png');
	text-align: right;
	padding-right: 33px;
}
.tdContTxtBtRt {
	height: 12px;
	width: 12px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("images/layout/content_6x4.png");
}
.tdContTxtBtLt {
	height: 12px;
	width: 12px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("images/layout/content_6x1.png");
}
.tblContTxtTitle {
	margin-left: 0;
}
.tblContTxtTitle img {
	padding-right: 12px;
}
.tdContTextTile {
	background-position: bottom;
	padding: 12px 12px 12px 20px;
	font-size: 19px;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Console", sans-serif;
	color: #A10606;
	background-image: url('images/layout/content_1x1.png');
	background-repeat: no-repeat;
	height: 67px;
	text-align: left;
	vertical-align: bottom;
}
/* = = = = = IMG TABLE CLASSES = = = = = = */
.tblImg {
	float: right;
	margin-left: 12px;
}
.tdImgBtLt {
	height: 10px;
	width: 10px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url("images/layout/imgBtLt.png");
}
.tdImgBtRt {
	height: 10px;
	width: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("images/layout/imgBtRt.png");
}
.tdImgBt {
	height: 10px;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("images/layout/imgBt.png");
	width: 227px;
}
.tdImgRt {
	width: 10px;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url("images/layout/imgLt.png");
	height: 160px;
}
.tdImgTpRt {
	height: 10px;
	width: 10px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url("images/layout/imgTpRt.png");
}
/* = = = = = FOOTER CELL CLASSES = = = = = */
.cellFooter {
	background-position: top;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	height: 57px;
	background-image: url('images/layout/frame_5x1.png');
	background-repeat: no-repeat;
}
.pFooter {
	text-align: center;
	font-size: 10px;
	font-family: "Verdana", "Tahoma", "Arial", sans-serif;
	color: #6E6E6F;
	line-height: normal;
}
a:link.aFooter, a:visited.aFooter {
	color: #999999;
}
a:hover.aFooter {
	text-decoration: underline;
	color: #F0F7F7;
}
/* = = = = = CONTENT TABLE CLASSES = = = = = */
.tblContent {
	padding: 7px;
	width: 470px;
	margin-left: auto;
	margin-right: auto;
}
.cellContent {
	padding: 7px 12px 7px 12px;
	vertical-align: top;
	width: 77%;
}
.tblHeadline {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.tdHeadline {
	background-position: bottom;
	padding: 7px 7px 7px 12px;
	height: 47px;
	background-repeat: no-repeat;
	background-image: url("images/layout/news_1x1.png");
}
.tdSubHeadline {
	background-position: center;
	padding: 0px 7px 0px 7px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url('images/layout/news_5x1.png');
}
.tdNews {
	padding: 0 3px 0 7px;
	background-position: center center;
	background-repeat: repeat-y;
	background-image: url('images/layout/news_3x1.png');
	font-size: 10px;
	line-height: 14px;
	padding-right: 7px;
	color: #FFFFFF;
}
#tdNewsFooter {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url('images/layout/news_7x1.png');
	height: 37px;
}
.welcomeLink {
	text-align: right;
	color: #396665;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.welcomeLink:hover {
	color: #EFF6F6;
}
.tdContent {
	padding: 0;
	vertical-align: top;
}
.tdHeader {
	padding: 1px 7px 3px 7px;
}
.tdSidebarShell {
	padding: 0;
	width: 23%;
	vertical-align: top;
	border-left-color: #a0a0a0;
	border-left-style: solid;
	border-left-width: 1px;
}
.tdSidebarHeader {
	padding: 3px;
}
.pSidebarHeader {
	color: #c4c4c4;
	font-family: "Trebuchet MS", "Lucida Console", sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}
.pSidebar {
	font-size: 11px;
	color: #c4c4c4;
	font-family: "Trebuchet MS", "Lucida Console", sans-serif;
}
.tdSidebar {
	padding: 1px 3px 12px 3px;
}
.pSubTitle {
	font-family: "Trebuchet MS", "Lucida Console", sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #3A5B6D;
}
.tblNav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #7695C0;
}
.tdNavLinks {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 12px 3px 3px 3px;
}
.pNavLinks {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: 3px;
}
#navHeader {
	vertical-align: bottom;
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	background-image: url('images/layout/nav_1x1.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	width: 250px;
	height: 47px;
	font-size: 16px;
	padding-bottom: 7px;
}
#navMenu {
	color: 000000;
}
#navFooter {
	background-image: url('images/layout/nav_5x1.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	color: #FFFFFF;
}
#navMid {
	background-image: url('images/layout/nav_3x1.png');
	background-repeat: repeat-y;
	background-position: center center;
	color: #FFFFFF;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
}
#tdWelcTop {
	background-image: url('images/layout/welcome_1x1.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 14px;
	height: 49px;
}
#tdWelcFooter {
	vertical-align: baseline;
	height: 32px;
	background-image: url('images/layout/welcome_5x1.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.tdSubNavHeader {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: text-bottom;
	background-image: url('images/layout/subNav_1x1.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 75px;
}
.tdSubNavFooter {
	background-image: url('images/layout/subNav_5x1.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 63px;
}
.tdSubNavcintent {
	background-image: url('images/layout/subNav_3x1.png');
	background-repeat: repeat-y;
	background-position: bottom;
}
.btnLarge {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
	background-image: url('images/layout/btnLong.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 116px;
	height: 40px;
	border: 0;
	cursor: pointer;
}
.btnSmall {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
	background-image: url('images/layout/btnSmall.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 80px;
	height: 40px;
	border: 0;
	cursor: pointer;
}
.tdSubNavFooter {
	padding-right: 33px;
	vertical-align: middle;
	text-align: right;
}



#contHeader {
	vertical-align: bottom;
	background-image: url('images/layout/cont_head.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px 0px 0px 20px;
	height: 47px;

}

#contHeader2 {
	vertical-align: bottom;
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #FFFFFF;
	margin: 8px 0px 0px 30px;
	font-size: 24px;

}

#contMid {
	background-image: url('images/layout/cont_mid.jpg');
	background-repeat: repeat-y;
	background-position: center center;
}
#contMid2 {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 16px;
	margin: 8px 40px 0px 40px;
}
#contFooter {
	background-image: url('/images/layout/cont_foot.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;

	color: #FFFFFF;
}

#lboxHeader {
	vertical-align: bottom;
	background-image: url('/images/layout/nav_1x1.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 250px;
	height: 47px;
	padding-bottom: 7px;
}
#lboxHeader2 {
	vertical-align: bottom;
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #FFFFFF;
	margin: 8px 0px 0px 30px;
	font-size: 16px;
}

#lboxMid {
	background-image: url('images/layout/nav_3x1.png');
	background-position: center top;
	background-repeat: repeat-y;
}

#lboxMidMenu {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 18px;
	margin: 8px 10px 0px 40px;
}

#lboxMid2 {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 16px;
	margin: 8px 10px 0px 40px;
}


#lboxFooter {
	background-image: url('images/layout/nav_5x1.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	color: #FFFFFF;
}



#lboxMid {
	background-image: url('images/layout/nav_3x1.png');
	background-position: center top;
	background-repeat: repeat-y;
	font-size: 16px;
}









/* DISCARDED

p, li {
	text-align: left;
	line-height: 15px;
	font-size: small;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 7px;
}
ul{
	list-style: circle inside;
	padding: 0;
	margin: 0;
}
*/
