@import url(base.css);

#footer p,
#subfooter p,
#newfooter p { 
	color: #777;
	text-align: center;
	font: normal 11px Arial, Helvetica, Sans-serif;
}

.TMenuItemChild0 {
padding-left:10px;
}

#footer a.footerLink:link,
#footer a.footerLink:hover,
#footer a.footerLink:active,
#footer a.footerLink:visited,
#subfooter a.footerLink:link,
#subfooter a.footerLink:hover,
#subfooter a.footerLink:active,
#subfooter a.footerLink:visited,
#newfooter a.footerLink:link,
#newfooter a.footerLink:hover,
#newfooter a.footerLink:active,
#newfooter a.footerLink:visited {
	color: #777;
	font: normal 11px Arial, Helvetica, Sans-serif;
}

/* Layout Styles: Main
------------------------------------------------------ */

#root {
}

/* Layout Styles: Sub
------------------------------------------------------ */

#subroot {}
#sublayout {}

#subleftmargin { width: 50%; }
#subrightmargin { width: 50%; }

#subheader { width: 700px; }
#subleftcontent {
	height: 100%;
	background-image: url(sub/images/leftcontent_03.gif);
	background-repeat: repeat-y;
}
#subrightcontent { width: 0px; }

#subcontentcell {}
#subcontenttable {}
#subcontent { 
	width: 614px; 
	padding: 10px 110px 25px 14px;
	background-image: url(sub/images/subcontent.gif);
	background-position:left;
	background-repeat: repeat-y;
}
#subcontent .content {
	color: #333;
	padding: 5px 0px 0px 0px;
}
	
#subfooter { 
	height: 100%; 
	_padding-left: 1px;
}

/* Layout Styles: News
------------------------------------------------------ */

#newroot {}
#newlayout {}

#newleftmargin { width: 0px; }
#newrightmargin { width: 100%; }

#newheader { width: 700px; }
#newcontent {
	background-position: top right;
	background-image: url(sub/images/subcontent.gif);
	background-repeat: repeat-y;
	padding: 0px 110px 20px 0px;
}

#newfooter { 
	height: 100%; 
	_padding-left: 1px;
}

/* All pages  
------------------------------------------------------ */


/* Splash: Welcome Text 
------------------------------------------------------ */

.welcome, .articles, .legal {
	color: #000;
	font: normal 11px Arial, Helvetica, Sans-serif;
}
.welcome {
}
.welcome a:link, .welcome a:hover, .welcome a:active, .welcome a:visited {
	color: #034C94;
	font-weight: bold;
	text-decoration: none;
}

/* Splash: Articles
------------------------------------------------------ */

.articles {
}
.articles b {
}
.articles b:hover {
}
.articles a:link, .articles a:hover, .articles a:active, .articles a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

/* Splash: Legal News
------------------------------------------------------ */

.footaddress {
color: #000;
	font: normal 12px Arial, Helvetica, Sans-serif;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	padding-bottom: 8px;
	padding-top:8px;
	padding-left: 8px;
	padding-right: 8px;
	border-right:1px solid #757baa;
}

.legal {
}
.legal a:link, .legal a:hover, .legal a:active, .legal a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
.legal a.goLink {
}
.legal a.goLink:hover {
}

/* Newsletter
------------------------------------------------------ */

td.otherNewslettersCell {
	background-color: #fa3;
	padding-bottom: 4px;
}
td.otherNewslettersCell a.areaLink:link, 
td.otherNewslettersCell a.areaLink:hover, 
td.otherNewslettersCell a.areaLink:active, 
td.otherNewslettersCell a.areaLink:visited {
	color: #034C94;
}
td.dividingLineCell {
	background-image: url(newsletter/images/dotted.gif);
	background-position: 0px 8px;
	background-repeat: repeat-x;
}

td.newsContent, td.newsContent * {
	color: #333;
}
td.newsTitle {
	padding: 11px 0px 11px 0px;
}
td.newsHeader {
}
p.articleHeader {
}
p.newsAbstract {
}
p.newsAbstract a:link,
p.newsAbstract a:hover,
p.newsAbstract a:active,
p.newsAbstract a:visited {
}
p.newsAbstract a:hover {
}

a.newsLink:link, a.newsLink:hover, a.newsLink:active, a.newsLink:visited {
}
a.newsLink:hover {
}

a.urlLink:link, a.urlLink:hover, a.urlLink:active, a.urlLink:visited {
}
a.urlLink:hover {  
}

a.areaLink:link, a.areaLink:hover, a.areaLink:active, a.areaLink:visited {
}
a.areaLink:hover { color: #000; }

a.footerLink:link, a.footerLink:hover, a.footerLink:active, a.footerLink:visited {
}
a.footerLink:hover {
	text-decoration: underline;
}

td.newsDate {
	display: none;
}

/* Date Style
------------------------------------------------------ */

td.date {
	padding-left: 15px;
	font: normal 11px Tahoma, Verdana, Sans-serif;
	color: #000;
}

/* Horizontal Menu Styling ... 
------------------------------------------------------ */

td.hmenu {
}
td.hmenu a {
	display: block;
	background-color: transparent;
}
td.hmenu a:hover {
	background-color: transparent;
}

/* Vertical Menu Styling ... 
------------------------------------------------------ */

td.vmenu {
}
td.vmenu a {
	display: block;
	background-color: transparent;
}
td.vmenu a:hover {
	background-color: transparent;
}

/* Contact Form Styles
------------------------------------------------------ */

#fcontactcell {
	background-color: #e8e8e8;
	padding: 0px 4px 0px 37px;
	
}
#fcontacttable {
	width: 215px;
}
.ftext {
	font: 11px Tahoma, Verdana;
	padding: 3px 3px 8px 1px;
	line-height: 140%;
}
.flabel {
	font: 11px Tahoma, Verdana;
	width: 75px;
}
.ffield {
	font: 11px Tahoma, Verdana;
	border: 1px solid #b6b6b6;
	margin-bottom: 4px;
	padding: 1px 4px 0px 4px;
	height: 15px;
	width: 140px;
	text-align: left;
}
.fvalue {
	width: 140px;
	text-align: right;
	padding: 0px;
}
.farea {
	font: 11px Tahoma, Verdana;
	border: 1px solid #b6b6b6;
	margin-bottom: 4px;
	padding: 1px 4px 0px 4px;
	width: 140px;
	height: 60px;
}
.fbutton {
	font: 11px Tahoma, Verdana;
	border: 1px solid #b6b6b6;
	padding: 1px 6px 0px 6px;
	background-color: #d7d7d7;
}
.fbutton:hover {
	border: 1px solid #555;
}

/* :EOF */