@charset "utf-8";
html, body {
	font: 12px Arial, Helvetica, sans-serif;
	background:;
	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: #eaeaea;
	line-height: 19px;

	}
.innercontent { padding:10px 6px 15px 7px; min-height:500px;}
.rotateimg { margin-top:10px; margin-bottom:6px}
.newstitle { background-color:#47392E; padding: 3px 2px 3px 7px; font-size:12px; font-weight:bold; color:#ffffff;}
.headertitle h1 { background-color:#CC0001; padding: 3px 2px 3px 7px; font-size:12px; font-weight:bold; color:#ffffff;}
.bluebold {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #336699; FONT-FAMILY: Arial,Helvetica,sans-serif; font-weight:bold;
}
.body4 {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial,Helvetica,sans-serif; line-height:20px; text-align:justify;
}

.blue {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #336699; FONT-FAMILY: Arial,Helvetica,sans-serif;
}
.bluebig {
	FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #336699; FONT-FAMILY: Arial,Helvetica,sans-serif;
}
.ititle {
	FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #47505f; FONT-FAMILY: Arial,Helvetica,sans-serif;
}

.whitefont  {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial,Helvetica,sans-serif;
}
A:link {
	COLOR: #006699; TEXT-DECORATION: none
}
A:visited {
	COLOR: #006699; TEXT-DECORATION: none 
}
A:hover {
	COLOR: #FF9900; TEXT-DECORATION: underline
}
.ptitle h1
{ font-family:Arial, Helvetica, sans-serif; font-size:27px; margin-top:30px; padding-bottom:10px; color:#501D00; margin-bottom:0;font-weight: 500;
}

.articletitle 
{ font-family:Arial, Helvetica, sans-serif; font-size:19px; padding-top: color:#121212;
}
.h3 {
}
.main #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 5px 0px 5px;
	

} 
.main #header { 
	background: #006666; 
	 }

.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; 
	padding: 8px 5px 0px 0px;
}
.main #sidebar2 {
	float: left; 
	width: 178px; 
	padding: 10px 5px 0px 0px;
}

.main #mainContent { 
	margin: 0 0 0 184px; 
	padding: 0 0px 0 5px; 
	
} 
.main #footer { 
	padding: 12px 0 7px 0;
	background:#006666;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	height: 60px;
	line-height:22px;
} 
.main #footer p {
	margin: 0;
} 
.main #footer a:link {
	color: #ffffff;
	text-decoration: underline;
}
.main #footer a:visited {
	text-decoration: none;
	color:  #ffffff;
}
.main #footer a:hover {
	text-decoration: underline;
	color: #F67611;
}
.copyright {
	color: #999999;
	margin-top: 3px;
	float:right;
	padding-right: 355px;
}

.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;
}

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 500px;
background-color:#FFFFFF
}

.curlycontainer .innerdiv{
background: transparent url(images/brcorner.jpg) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 2px 6px 15px 5px;
text-align:justify;
}
.teaser {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(images/plainbutcurve.jpg) no-repeat left bottom; PADDING-BOTTOM: 14px; MARGIN: 10px auto; WIDTH: 174px; PADDING-TOP: 0px
}
.title {
	PADDING-RIGHT: 10px; PADDING-LEFT: 12px; BACKGROUND: url(images/plainbutcurve.jpg) no-repeat left top; PADDING-BOTTOM: 3px; MARGIN: 0px; PADDING-TOP: 13px; font: Tahoma; font-size:12px; color:#FFFFFF;
}

.teaser P {
	BORDER-RIGHT: #d8d8d8 0px solid; PADDING-RIGHT: 10px; BORDER-TOP: #d8d8d8 0px solid; PADDING-LEFT: 10px; background: url(images/plainbutcurvebgr.jpg) #fff; PADDING-BOTTOM: 3px; MARGIN: 0px; BORDER-LEFT: #d8d8d8 0px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #d8d8d8 0px solid
}
.teaser A.more {
	BORDER-RIGHT: #d8d8d8 0px solid; PADDING-RIGHT: 10px; BORDER-TOP: #d8d8d8 0px solid; PADDING-LEFT: 10px; BACKGROUND: #fff; PADDING-BOTTOM: 3px; MARGIN: 0px; BORDER-LEFT: #d8d8d8 0px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #d8d8d8 0px solid
}
.teaser A.more:hover {
	TEXT-DECORATION: underline
}
.search { height:19px; width: 200px; padding:2px; font:Arial, Helvetica, sans-serif; font-size:13px; border-left: 1px solid #BD9E72; border-bottom: 1px solid #BD9E72; border-right: 1px solid #B38D5B; border-top: 1px solid #B38D5B; margin-top:3px; background-color:#F2F2F4; margin-bottom:2px;}
.searchmain { width:425; background-image:url(../images/search_bg.gif); height:33px; padding-left:22px;}
#page UL {
	PADDING-LEFT: 0.4em; MARGIN-BOTTOM: ; MARGIN-LEFT: 0em;
}
#page UL LI {
	LIST-STYLE-TYPE: none; PADDING-LEFT: 1.6em; BACKGROUND: url(images/p.jpg) no-repeat 0px 0.4em; LIST-STYLE-IMAGE: none; line-height:24px;
}
#page UL LI {
	LIST-STYLE-TYPE: none; PADDING-LEFT: 1.6em; BACKGROUND: url(images/p.jpg) no-repeat 0px 0.4em; LIST-STYLE-IMAGE: none; line-height:24px;
}
#page UL LI.dots {
	LIST-STYLE-TYPE: none; PADDING-LEFT: 1.6em; BACKGROUND: url(images/p.jpg) no-repeat 0px 0.4em; LIST-STYLE-IMAGE: none; line-height:24px;
}
.update {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff; font-weight:100;
		}
.update A:link  {
	FONT-SIZE: 16px; COLOR: #FF6600; TEXT-DECORATION: none; font-weight:100;
}
.update A:visited  {
	FONT-SIZE: 16px; COLOR: #FF6600; TEXT-DECORATION: none; font-weight:100;
}
.update A:hover  {
	FONT-SIZE: 16px; COLOR: #FF6600; TEXT-DECORATION: underline; font-weight:100;}
.usec h2 { font-family:Arial, Helvetica, sans-serif; background-image: url(images/update-header.jpg); background-repeat: repeat-x;
	font-size: 22px;
	color: #501D00; font-weight:700; margin-top:0px; margin-bottom:0; padding-bottom: 10px; padding-left:10px; padding-top:17px;}

