html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big,del,  em, font, img, small, strike, strong, sub, sup, tt, b, u, i, center,dl, dt, dd, ol, ul, li, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
body 		{

	background: #E3F4FF; 
	font-size: 12px;
	font-family: Helvetica;
	color: #4B4D52;
	}
h2 { font-size: 19px; font-family: Georgia; margin-bottom: 10px; color: #44535d;}
.entry h2 { margin-bottom: 20px;}
h4 { font-size: 12px; font-family: Helvetica; margin-bottom: 10px; color: #44535d; font-weight: bold;}
a  {
	text-decoration: none;
	color: #0064A8;
}
ol, ul 		{ list-style-image: none; list-style-type: disc; margin-left: 30px; }
p 			{ margin-top:1em; margin-bottom: 1em; line-height: 1.5em; }
b, strong 	{ font-weight:bold; }
i, em 		{ font-style:italics; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }

FORM {
	margin: 0px;
	padding: 0px;
}
.floatLeft 			{ float: left; margin-right: 5px; }
.floatRight			{ float: right; margin-left: 5px;}
.clear				{ clear: both; }
.border { border: 1px solid #330; }
.tiny {font-size:.75em;}
#wrapper {
	margin: 15px auto;
	width: 960px;
	border: 2px solid #4b4f52;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	
	background: #FFF;
}
.head {
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	color: #362A21;
	 border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
	background: #FFF;
}
.logobox {
	/* [disabled]border:1px solid #44535d; */
	background: #FFFFFF;
	margin: 10px auto;
	width: auto;
	padding: 0px;
}
.logobox p {
	margin: 0px 0px 3px;
	padding: 0px;
}
#search {
float: right;
margin-top: 20px;
border: solid 1px !important;
background-color: #e7e7e7;
margin-right: 30px;
}
#search input {
height: 26px;
background: #e7e7e7;
border: 0px;
margin: 0px;
float: left;

}

#menu {
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background: #0064A8 url(/images/bg-nav.jpg) repeat-x;
	margin-top: 10px;
	color: #FFF;
}
#menu ul {
	padding-top: 10px;
	list-style-type: none;
}

#menu li {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	position: relative;
	width: 140px;
	height: 1px;
	z-index: 100;
	/* [disabled]font-size: 1em; */
	list-style-type: none;
}
#menu li a, #menu li a:visited { text-decoration:none; color:#ececeb; }

#menu dl { position:absolute; left:128px; width:140px; margin: 0; padding: 0; top: -4px; }
#menu dt {
	margin: 0;
	/* [disabled]font-size: 1em; */
	width: 110px;
	height: 28px;
	float: left;
	padding-top: 4px;
	font-weight: 700;
	color: #F5F4F9;
}
#menu dd {
	display: none;
	background: transparent;
	clear: left;
	margin: 0;
	padding: 0;
	/* [disabled]font-size: 1em; */
	text-align: left;
}

#menu dt a, #menu dt a:visited {
	background: #0064a8;
	display: block;
	color: #ffffff;
	width: 140px;
	height: 21px;
	font-size: 12px;
	text-align: center;
	padding: 7px 0px 0px;
	font-weight: 700;
}
#menu li:hover dt a, #menu li a:hover dt a {
	background: #44535D;
	color: #Ffffff;
}
#menu dd a, #menu dd a:visited {
	background: #0164A8;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 140px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #4F4C53;
	    font-size: 1.3em !important;
}

#menu li a:hover {border:0;} 

#menu li:hover dd, #menu li a:hover dd {
	display: block;
	background: #4e555a;
}
#menu li:hover dl, #menu li a:hover dl { }
#menu dd a:hover {
	background: #4e555a;
	color: #ffffff;
	border-bottom: 1px solid #686651;

}

table .st { background: url(/images/bg-searchbr.png) no-repeat left bottom; height: 25px; padding-bottom: 3px; }
table .go { background: url(/images/bg-searchbr.png) no-repeat right bottom; padding-right: 3px; }
.issues {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #4b4d52;
	height: 20px;
	padding: 10px 200px 5px 10px;
	text-align: center;
	background: #B3D235;	
}
.issues A:link, .issues A:visited {
	color: #4d4d52;
	text-decoration: none;
	margin-right: 28px;
	margin-left: 28px;
	padding: 10px;
}

.issues A:hover {
	color: #fff;
	margin-right: 28px;
	margin-left: 28px;
	text-decoration: none;
	background-color: #9FBD2B;
}



.mainbody {
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 15px;
	z-index: -1;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	overflow: hidden;
}

.mainbody h1 {
	font-size: 2em;
	letter-spacing: -.050em;
	color: #4b4d52;
}
.mainbody .grtable .logobox .small li  {
	font-size: 10px;
	list-style-image: none;
	list-style-type: disc;
	text-align: left;
	padding-bottom: 2px;
}

.title { font: 700 18px Arial, Helvetica, sans-serif; color: #362a21; padding-top: 8px; padding-left: 5px; }


.larger {
	font-size: 14px;

}
.date {
	font: 700 1.8em Arial, Helvetica, sans-serif;
	color: #4b4d52;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
}

.grtable {
	background: #eff2f4;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #D5DCE1;
	float: left;
	width: 155px;
	margin-right: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
.grtable  th { font-size: 1.1em; padding-bottom: 6px; padding-top: 3px; }
.grtable td { padding: 5px; }


.grtable UL LI {
	font-size: 24px;
	list-style-image: url(/images/diam.gif);
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 14px;
}
.grtable p { line-height: 1.3em; }
.grtable ul {
	margin-left: 14px;
	padding-left: 14px;
}
	
.small {
	font: 10px Arial, Helvetica, sans-serif;
}
H2 { font: 700 18px Arial, Helvetica, sans-serif; color: #362a21; margin: 0px; padding: 0px; }
.brntable { border: 1px solid #4b4d52; }
.brntable td {
	font: 12px Arial, Helvetica, sans-serif;
	background: #eff2f4;
	padding: 5px;
}
.eml {
	border: 2px solid #44535D;
	color: #4b4d52;
	background: #eff2f4;
}
.eml TD { color: #000000; font-size: 12px; background:#e3f4ff; padding: 5px; text-align: left; }
.eml .lighter {
	color: #000;
	background: #81CCFF;
	text-align: left;
}
.boardholder { width: 600px; margin-right: auto; margin-left: auto; }
.board {
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	width: 250px;
	background: #ffffff;
}
.board td p { line-height: 1.4em; margin-top: 5px; margin-bottom: 5px; }
.boardwide { clear: both; }
.board td {
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]border-right: 1px solid #0064A8; */
	/* [disabled]border-bottom: 1px solid #0064A8; */
}
.board th {
	background: #EFF2F4;
	color: #171D20;
	text-align: left;
	padding: 6px 10px;
	font-size: 1.1em;
	line-height: 1.2em;
	/* [disabled]border-right: 1px solid #0062A5; */
	/* [disabled]border-bottom: 1px solid #0062A5; */
}
.board h2 {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ececec;
	background: #4B4D52;
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 10px;
}
.publish {
	text-align: right;
	border-bottom: 2px solid #4b4d52;
	font-weight: 700;
	color: #9aa2a7;
	font-size: 12px;
	margin-left: 60px;
}
.papers { color: #44535d; border: 1px double #44535d; padding: 10px; margin-right: 10px; margin-left: 10px; float: left; width: 700px; font: 14px/1.5em Arial, Helvetica, sans-serif; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius:10px; }
 

.papers h2, .prevpapers h2{
	color: #002640;
	padding: 5px;
	background: #81ccff; border-bottom: solid 4px #B3D235;
}
.papers .column {
	float: left;
	width: 215px;
	margin-right: 25px;
	color: #44535d;
	font-size: 0.9em;
	line-height: 1.5em;
}
.papers .last { margin-right: 0px; }
.papers .share {
	text-align: left;
	font-size: 0.75em;
margin-top: 3px;
    margin-bottom: 15px;
    padding-bottom: 5px;
	border-bottom: 3px solid #b3f235;
	height: 20px;
	padding-left: 5px;
}
.papers .column .share a{ font-weight: normal; }
.papers .column a {
	font-weight: bold;
	font-size: 1.1em;
	color: #0064A8;
}

.prevpapers { color: #44535d; border: 1px double #44535d; padding: 10px; margin-right: 10px; margin-left: 10px; font: 14px/1.5em Arial, Helvetica, sans-serif; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius:10px; overflow: hidden; }}
.prevpapers .column { float: left; width: 270px; margin-right: 35px; color: #362a21; font-size: 0.95em; line-height: 1.3em; }
.prevpapers .columnwide { float: left; width: 400px; margin-right: 35px; color: #362a21; font-size: 0.95em; line-height: 1.3em; }

.prevpapers .share {
	font-size: 0em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 3px solid #b3d235;
}
.prevpapers .last { margin-right: 0px; }
.prevpapers  a { font-weight: bold; }
.dkgray {
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	background: #0064A8;
}


.special {
	float: right;
	width: 210px;
	padding-bottom: 5px;
	z-index: 100;
	background: #eff2f4;
	border: 2px double #F4Ba51;
	text-align: center;
	overflow: visible;
	position: relative;
	top: -40px;
	right: -20px;
	margin-bottom: 0px;
	margin-left: -18px;
}
.special h2 {
	background: #b3d235;
	color: #4b4d52;
	margin-bottom: 10px;
}
.specialinline {
	float: right;
	background: #ffffff;
	border: 2px double #0064A8;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.specialinline h2 {
	background: #e3f4ff;
	color: #4b4d52;
	margin-bottom: 10px;
	margin-right: -5px;
	margin-left: -5px;
	text-align: center;
}
.rebold a, .rebold a:visited, .rebold {
	color: #990000;
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px; text-decoration:none;
}
.rebold a:hover{
	color: #990000;
 text-decoration:underline;
}
.numbering { text-align: right; font-size: 0.9em; color: #666; margin-bottom: 20px; }
.narrowbody { margin-right: 200px; margin-left: 200px; }
.pdate ul{ float: left; width: 200px; }
.pdate li { list-style-type: none; margin-bottom: 8px; }
.pdate li a { font-weight: bold; padding-right: 20px; }
footer {
	color: #cfcfcf;
	background: #35424A;
	font: 10px Helvetica, sans-serif;
	height: 45px;
	overflow: hidden;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer .legal {
	float: left;
	width: 45%;
	background: #35424A;
	padding: 10px;
	color: #FFF;
}
footer div {
	float: left;
	overflow: hidden;
	/* [disabled]height: 45px; */
	background: #35424A;
}

footer .addr {
	float: left;
	width: 40%;
	background: #35424A;
	padding: 6px 20px;
	text-align: right;
}


footer a { color: #e7e7e7; }
footer strong { color: #FFF; }
