
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color:#636360;
	background-image:url(/_images/forCSS/blueBgShade.gif);
	background-repeat:repeat-x;
}

h1, h2, h3, h4, h5, h6{
	font-family:"Times New Roman", Times, serif;
	color: #636360;
	font-weight: bold;
}

h1{
	font-size: 20px;
	margin:10px 0 5px 0;
}

h2{
	font-size: 16px;
	margin:10px 0 5px 0;
}

h3{
	font-size: 14px;
	margin:10px 0 5px 0;
}

h4{
	font-size: 12px;
	margin:10px 0 5px 0;
}

h5{
	font-size: 10px;
	margin:10px 0 5px 0;
}

h6{
	font-size: 8px;
	margin:10px 0 5px 0;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}

form{
	padding: 0px;
	margin: 0px;
}

td{
	vertical-align: top;
}

a:link{
	font-weight:bold;
	color:#636360;
}
a:visited{
	font-weight:bold;
	color:#000;
}
a:hover{
	font-weight:bold;
	color:#000;
}

a:active{
	font-weight:bold;
	color:#000;
}

hr {
	border: 0;
	width: 100%;
	color: #E5E5E0;
	background-color: #E5E5E0;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
/* forces seperation between a couple of divs to keep from wraping*/
.clr {
	clear: both;
	height: 0px;
}
.clr span{
	height: 0px;
}

/*
#container block wraps the entire page, centers it.
 */
#container{
	width: 756px;
	position: relative;
	left: 50%;
	margin-left: -378px;
}

/*
#container-inside block is narrower than it's parent, allowing drop shadow to appear behind
 */
#container-inside{
	width: 750px;
	background-color: #fff;
	margin:0 0 0 3px;
	position:relative;
	border:1px #039 solid;
}

/* Begin Header Styles */
#header{
	float:left;
	width:100%;
}
#header-top {
	height:18px;
	background-color:#000;
	color:rgb(200, 200, 200);
	letter-spacing:4px;
}
#header-middle{
	margin: 0; 
	padding:0;
	background: transparent url(/_images/forCss/topBarBg.png) repeat-x;
}

#header-bottom{
	height: 13px;
	background-color:#c93;
	margin: 0; 
	padding:0;
	clear: both;
	width:100%;
	border-top:2px solid #903;
	border-bottom:1px solid #903;
}
/* End Header Styles */


/* Begin Navblock Styles */
#navblock{
}

#nav{
	/*width: 600px; 
	height: 29px;*/
	margin: 0;
	padding: 0;
	position: relative;
}

/****** START BreadCrumbs *****/
#breadCrumbs {
	font-size:9px;
	margin:5px 10px 0 10px;
}
/****** ENDBreadCrumbs *****/

/*******************************************************************/
#nav ul { /* all lists */
	font-weight:normal;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	font-weight:normal;
	float: left;
	position: relative;
	width: 92px;
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
	border-right:1px solid #903;
}

#nav li ul { /* second-level lists */
	display: none;
	position:absolute;
	top: 13px;
	left:-1px;
	width:92px;
	border-left:1px solid #903;
	border-bottom:1px solid #903;
	font-size:9px;
	background-color:#c93;
	color:#000;

}
#nav li li { /* second-level list on a more intimate level.. Meaning closer*/
	left: 0;
	border-bottom:1px dotted #930;
	
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: -1px;
	
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
#nav li, #nav a {
	display:block;
	font-weight:normal;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
#nav a:hover {
	color:#fff;

}

/* Begin Navblock Styles */
.newsblock{
	float:right;
}

#footer{
	background-color: #B2B2A8;
	margin:0px; 
	padding: 10px 0 0 0;
	text-align:center;
	color: #7E7E68;
	border-top:1px #039 dashed;
}

#footer a:link, #footer a:visited, #footer a:active{
	color:#565650;
	text-decoration:none;
}

#footer a:hover{color:#000;}

#footer p {margin:0px;}

.content-no-sidebar{
	float: left;
	width: 720px;
	padding: 10px 10px 0 20px;
	height:100%;
}

.content-with-sidebar{
	float:left;
	width: 470px;
	padding: 10px 10px 0 20px;
	height:100%;
}

/*
********************************************************************************
START Sidebar CSS
********************************************************************************
*/
#sidebar{
	float: left;
	width: 197px;
	overflow:hidden;
	margin: 40px 0px 0px 0px;
}

#sidebar-top{
	width: 197px;
	height: 15px;
	background: #EEEEE9 url(/_images/forCSS/sidebar_top.gif) 0px 0px no-repeat;
}
#sidebar-bottom{
	width: 197px;
	height: 15px;
	background: #fff url(/_images/forCSS/sidebar_bottom.gif) 0px 0px no-repeat;
	padding-bottom: 50px;
}

#sidebar-content{
	background: #EEEEE9 url(/_images/forCSS/sidebar_bg.gif) 0px 0px repeat-y;
	padding: 10px 10px 10px 10px;
	overflow:hidden;
}

#sidebar p{
	margin: 0 0 0 10px;
}
#sidebar a:link {
	text-decoration:none;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;

}
#sidebar a:hover {
	color:#999999;
	text-decoration:none;
	background-color:#003399;
	display:block;
}
#sidebar a:visited {
	color:#999999;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:100;
}
/*********** START RECENT NEWS **********
*/
#recentNews .date {
	font-size:9px;
	margin:0 0 0 5px;
}
#recentNews .title {
	margin:0 0 10px 5px;
	display:block;
}
#recentNews .moreInfo {
	margin:0 0 0 5px;
}
/*********** END RECENT NEWS **********
/*********** START RECENT PUBLICATIONS **********
*/
#recentPubs .author {
	font-size:9px;
	margin:0 0 0 5px;
	overflow:hidden;
}
#recentPubs .name {
	margin:0 0 10px 5px;
	display:block;
	font-size:10px;
}

#recentPubs .moreInfo {
	margin:0 0 0 5px;
}
/*********** END RECENT PUBLICATIONS **********
/*********** START UPCOMING EVENTS **********
*/
#upcomingEvents .date {
	font-size:9px;
	margin:0 0 0 5px;
}
#upcomingEvents .title {
	margin:0 0 10px 5px;
	display:block;
}
#upcomingEvents .moreInfo {
	margin:0 0 0 5px;
}
/*********** END UPCOMING EVENTS **********
/*********** START Related EVENTS **********
*/
.relatedEventSub {
	Margin:10px 0 0 10px;
	border-left:1px solid #ccc;
	Padding:0 0 0 3px;
}
.relatedEvents .date {
	font-size:9px;

}
.relatedEvents .title {
	margin:0 0 0px 0;
	display:block;
}
/*********** END RELATED EVENTS **********
/*********** START Related Publications **********
*/
.relatedPubSub {
	Margin:10px 0 0 10px;
	border-left:1px solid #ccc;
	Padding:0 0 0 3px;
}
.relatedPubs .date {
	font-size:9px;
}

.relatedPubs .title {
	margin:0 0 0px 0;
	display:block;
}
/*********** END RELATED Publications **********
/*********** START Related Publications **********
*/
.relatedLinkSub {
	Margin:10px 0 0 10px;
	border-left:1px solid #ccc;
	Padding:0 0 0 3px;
}

.relatedLinkSub .title {
	display:block;
}
/*********** END RELATED Publications **********
/*********** START Related Research **********
*/
.relatedResearchSub {
	Margin:10px 0 0 10px;
	border-left:1px solid #ccc;
	Padding:0 0 0 3px;
}

.relatedResearchSub .title {
	display:block;
}
/*********** END RELATED Research **********
********************************************************************************
/*  END sidebar CSS
********************************************************************************

/*
********************************************************************************
START Sidebar CSS
********************************************************************************
*/
.register {
margin:0 0 10px 0;
}

.copy, .content-with-sidebar {
	line-height:18px;
}