@charset "utf-8";

html, body, div, p, img, h1, h2, h3, h4, ul, ol, li, form, table, tr, td, dl, dt, dd {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	text-align: left;
}
.tablestruct {
	margin: 0px;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.tablestruct tr td{
	padding: 2px 0 2px 2px;
	font-size: .8em;
}

body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}

h2 {
	text-align:center;
	padding-bottom: 20px;
}

.twoColFixRtHdr #mainContent p {
	font-size: 1em;	
}
.twoColFixRtHdr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 

#contentbody {
	/**margin-right: 350px;
	padding-right: 10px;**/
	width: 100%;
	}
.twoColFixRtHdr #header {
	width: 100%;
	height:120px;
	/**background-image: url(../images/header_bg.jpg);**/
} 
.twoColFixRtHdr #navbar {
	width:100%;
	height:38px;
	background-color:#1d347a;
	
}
.twoColFixRtHdr #header h1 {

}
.twoColFixRtHdr  #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
	clear:both;
} 

.twoColFixRtHdr #shadow_box {
	width: 180px;
	height: 180px;
	background-image: url(../images/shadow_box.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #shadow_box p {
	text-align: left;
	padding-left: 2px;
	padding-right: 15px;
	font-size: 0.8em;
}
.twoColFixRtHdr #mainContent {
	min-height: 580px;
	width: 745px;
	padding-left: 10px;
	padding-top: 5px;
} 
.twoColFixRtHdr #mainContent .signature {
	text-align:right;
	text-decoration:underline;
	font-style:italic;
}
.twoColFixRtHdr #footer {
	background-image: url(../images/navbar_bg.jpg);
	width:100%;
	height:52px;
} 
#footer #copyright  {
	text-align: left;
	float: left;
	width: 250px;
	font-size: 0.8em;
	margin-left: 5px;
	color: #CCC;
}
#footer #contact {
}
#footer #contact p {
	text-align: right;
	float: right;
	width: 350px;
	font-size: 0.8em;
	margin-right: 5px;
	color: #CCC;
}
.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;
}
.twoColFixRtHdr #mainbg {
	background-image: url(../images/main_body_bg.jpg);
	background-repeat: repeat-y;
}
.twoColFixRtHdr  #sidetext {
	font-size: 10px;
	display: block;
	width: 190px;
	float: right;
}
.twoColFixRtHdr  #sidetextheader {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.twoColFixRtHdr #subnav {
	font-size: 14px;
	background-color: #FFDB90;
	text-indent: 40px;
	border: thin solid #000000;
	width: 755px;
}
.imageright{
	border:thin dotted #000;
	background-color:#CCC;
	margin-right: 10px;
	width: 280px;
	/**margin-left: auto;**/
	font-size: .8em;
	text-align:center;
	padding: 5px;
	float:right;
}
.pubimageright {
	border:thin dotted #000;
	background-color:#CCC;
	margin-right: 10px;
	width: 140px;
	/**margin-left: auto;**/
	font-size: 0.8em;
	text-align:center;
	padding: 5px;
	float:right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.imageright img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.pubimageright img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.sidebarimage{
	border:thin dotted #00F;
	background-color:#FFF;
	/*padding: 10px;*/
	width: 250;
	font-size: 0.8em;
	text-align:center;
}

.sidebarimage img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.gbSystemLinks {
	display:none;
}
#sidebar .sidetext img {
	border: thick double #FFF;
	margin-right: auto;
	margin-left: auto;
}
#sidebar .sidetext {
	text-align: center;
}

.publicationtbl {
	width: 85%;
	margin: 0 auto 0 auto;
	border:#1D347A thin solid;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color:#1D347A;
}
.publicationtbl .pubtopic {
	background-color:#CCC;
	width: 25%;
	padding-bottom: 5px;
	border-right:thin solid #BBB;
	font-style:italic;
	text-indent: 5px;
}

.publicationtbl .pubdata {
	background-color: #FFF;
	width: 75%;
	padding: 5px;
}

.publicationtbl .pubheader {
	text-align:center;
	font-size: 1.6em;
	font-weight:bold;
	border-bottom:thin solid #CCC;
	color: #FFF;
}
#footer #contact a {
	color: #CCC;
}
.youtubevid {
	width: 560px;
	margin: 0px auto;
}
#mainContent .article {
	width: 100%;
}
#mainContent .article .artimg {
	border: 1px solid #1d3477;
	padding: 2px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#mainContent ul li {
	margin-left: 10px;
}

