
	/* Body Format */

body { 
	font-family:Verdana, Arial, sans-serif; 
	font-size: 12px; 
	background-color:#2A6592; 
	color:#FFFFFF; }
		
#wrapper { 
	width: 728px; 
	margin: 0 auto; 
	text-align: left; }
	
	/* Navigation */

#navigation { 
	height: 86px; 
	width: 100%;
	border-right: 1px solid #0e314e; 
	border-bottom: 1px solid #0e314e;
	background: url(images/nav2.jpg) no-repeat  0px 26px; }
	
#menu li a, #menu li a:link, #menu li a:visited { 
	padding: 2px 10px 2px 10px;
	margin: 4px;
	font-weight: bold;
	font-size: 12px; 
	text-decoration: none;
	height: 24px;
	line-height: 24px; }
	
#menu li a:hover { 
	background-color:#2A6592; }
	
#menu li { 
	display:inline; 
	margin: 0; 
	padding: 0; }
	
#menu { 
	float:right; 
	margin: 0; 
	list-style-type: none; } 
	
	/* Classes */
	
.res {
	
	background-color: #1b466c;
	margin: 12px; 
	padding: 3px 6px 6px 12px; 
	width: 682px;
	border: 1px solid; 
	border-color: #4b7fab #0e314e #0e314e #4b7fab; }

.research {
	margin: 12px;
	padding: 6px 6px 6px 12px; 
	width: 682px; }	
	
.pub { 
	background-color: #264257; 
	margin: 10px; 
	padding: 6px 6px 6px 36px; 
	width: 660px;
	border: 1px solid; 
	border-color: #4b7fab #0e314e #0e314e #4b7fab; }	

.txt, .menu{ 
	background-color:#1a4f78; 
	border: 1px solid; 
	border-color: #4b7fab #0e314e #0e314e #4b7fab; }
	
.txt h2{ background: url(images/h1.gif) repeat-x top left; }
	
.txt h3{ background: #0a304e; }
	
	/* Text Formatting */
	
h1{ 
	font-size:17px; 
	padding: 5px 30px; 
	float: left;}
	
h2{ 
	font-size:14px; 
	text-align:left; 
	/*padding: top right bottom left*/
	padding: 2px 0 2px 6px;}
	
h3{
	margin:6px;
	font-size:13px;
	text-align:left;
	padding: 0 0 0 6px;}

th {
	text-align:center;
	background-color: #0a304e; }
	
h1, h2, h3 { color: #f0f9f0; }	
	
ul { 
	margin: 11px; 
	padding: 0; }
	
p {
	font-size:12px;
	margin: 11px; 
	padding: 0px; 
	line-height: 14px; }
	
li { line-height: 15px; }
	
	/* Anchors */

a, a:link, a:visited { 
	color: #989e4c; 
	text-decoration: none; }
	
a:hover{ 
	text-decoration:underline; 
	color:#bac957; }
	
	/* Misc */
	
.shade { 
	background: url(images/shade.gif) repeat-x; 
	height: 24px; 
	width: 98%;
	margin-left: 1% } 

abbr {cursor: help;}


