body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0; }


body {
	font:13px Helvetica, Arial, sans-serif;
	background:#eee;
}

.clear {clear:both;}

#wrap {
	width:800px;
	margin:0 auto;
	border:2px solid #ddd;
	border-top:0px solid #fff;
	padding:4px 4px 4px 4px;
	background:#fff;
	margin-bottom:4px;
}

#header {
	height:80px;
	background:#036796 url(images/gk12.png) no-repeat;
	color:#fff;
	text-indent:-9000px;
}

#main {
/* 	background:#9ABFD8; */
background: url(images/bg.png) repeat-y;
}

#sidebar {
	width:179px;
	float:left;
}

#sidebar a {
	display:block;
	padding:4px 10px;
	color:#005C84;
	font-weight:bold;
	text-decoration:none;
}
#sidebar a:hover {
	background:#fff;
	color:#000;	
}
#sidebar a.current {
	background:#D5E6EE;
}
#sidebar {
	padding-top:10px;
}

#sidebar ul li ul li a {
	padding-left:20px;
	font-size:11px;
}

#content {
	width:600px;
	float:right;
	background:#fff;
	min-height:400px;
	padding:10px;
}
    #content ul,#content ol {
        list-style-type: disc;
        list-style-position: outside;
    }
    #content li {
        margin-left:40px;
        margin-top:2px;
        padding-left:20px;
    }

#content h1 {
	font-size:24px;
	padding:4px;
	font-weight:bold;
	color:#005C84;
}

#content h2 {
	font-size:18px;
	padding:2px 4px;
	font-weight:bold;
	color:#CE8414;
}

#content p {
	padding:8px 12px;
	line-height:18px;
}

#footer {
	padding:20px;
	text-align:center;
	padding-bottom:4px;
}
#info {
    text-align:center;
/*  width:260px;*/
/*  float:left;*/
}
#nsf_logo {
	height:80px;
	width:80px;
	float:left;
}
#cu_logo {
	height:80px;
	width:80px;
	float:right;
}

.bio {
	margin:5px;
	clear:both;
	border:1px solid #eee;
	padding:10px;
}
.bio strong {
	font-weight:bold;
	font-size:18px;
}
.bio p, .bio strong {
	float:left;
	width:360px;
}
.bio img {
	float:right;
	width:180px;
}

