
.recent_publication {
  margin-top: 30px;
  padding:30px;
  padding-top:20px;
  padding-bottom: 10px;
  background-color: #d9f3f4;
  border: 1px solid #b4e9ec;
  border-radius: 10px;
 }

body{
	font-family: Verdana, sans-serif;
	line-height: 130%;	
	margin: 0px;
	padding: 0px;
	background:#eeeeff;
}
#container {
max-width:1000px;
background:#fff;
margin: 0 auto;
}
a {
text-decoration:none;
}
.feature a {
text-decoration:underline;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
 font-family: "Trebuchet MS",sans-serif;
	margin: 0px;
	padding: 5px 0;
	 color: #094874;
}

h1{
 font-size: 140%;
}

h2{
 font-size: 130%;
 	border-bottom:1px solid #094874;

}

h3{
 font-size: 125%;
}

h4{
 font-size: 100%;
 font-style:italic;
}

h5{
 font-size: 90%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #fff;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding:0;
	padding-top:20px;
	background-color:#094874;
	background-image:url(../images/dna.jpg);
	width: 100%;
}

#masthead img {
border:0;
padding:0;
}
#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
}

#content{
  float:right;
	width: 72%;
	margin: 0;
	padding: 0 5% 0 1%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding:0;
	text-align:center;
}
#siteName a {
	color:#fff;
	}
#siteName img.uwmc {
}

#search {
background:#094874;
width:100%;
text-align:right;
padding:1px 0px;
height:25px;

}

/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 10px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}


.feature h3{
	padding: 20px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 10px 5px 0px 0px;
	margin: 5px 10px 5px 0;
	border:0;
}

.feature img.right{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px 5px 10px 5px;
	border:0;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color:#094874;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:right;
	font-weight:bold;
	
}

#siteInfo a {
color:#094874;
text-decoration:underline;
font-weight:bold;
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;	
	background-color:#094874;
	color:#FFF;
	
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
		color:#fff;

}

#sectionLinks a{
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	color:#fff;
}

#sectionLinks a.selected {
	background:#66b9cc;
}
#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	color: #fff;
}

#sectionLinks ul a:hover{
	border-top: 1px solid #cccccc;
	background-color:#66b9cc;
	text-decoration:underline;
}

#sectionLinks ul li ul li {
text-indent:10px;
list-style-type:disc;
color:#fff;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; }
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ul.second li {list-style: none; background:#377d35;}
#navBar ul.second li.active {list-style: none; background:#66b9cc; text-decoration:underline;}
#navBar ul.second li a:hover {list-style: none; background:#66b9cc;}
#navBar ul.second li a.selected { background:#66b9cc; }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks {
	background-color:#d6deec;
	background-image: url(../images/blue.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-transform:lowercase;
	color:#003399;
	margin: 0px;
	padding: 0px 0px 20px 15px;
	font-size: 90%;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinks ul li {
list-style-type:square;
color:#fff;
margin-left:10px;
}
.relatedLinks ul li ul li{
list-style-type:disc;
}
.relatedLinks ul li ul li ul li{
list-style-type:circle;
}

.relatedLinks a {
text-decoration:underline;
color:#fff;

}
.relatedLinks ul a:visited {
color:#fff; 
}
.relatedLinks a:hover {
font-style:italic;

}

/** lists */
ol.faq li {
	padding-bottom:12px;
	}
ol.faq li ul li {
	padding-bottom:0px;
	}
ol.roman {
	list-style-type:upper-roman;
}
ol.loweralpha {
	list-style-type:lower-alpha;
}
ol.upperalpha {
	list-style-type:upper-alpha;
}
/** images */
img {
padding:10px;
margin-right: 10px;
border:1px solid #ccc;
vertical-align:top;
}



ul.internal li {
color:#fff;
}

ol.footnotes {
}
ol.footnotes li {
font-size:80%;

}
.footnotes {
font-size:80%;
line-height:1.2;
width:90%;
margin:auto;
text-align:left;
}
#left, #right {
float:left;
width:40%;
}


.clear {
clear:both;
}
ol.list {
overflow:hidden;
}
ol.list li {
}
.bold {
	 font-weight:bold;

}
.emphasis {
	 font-weight:bold;
	 color:#fff;

}
img.home {
padding:10px 5px 5px 5px;
float:right;
}
blockquote {
padding:0px;
}

ol.publications li {
padding:0.6em;
}

#name {
font-weight:bold;
font-size:140%;
font-family: "Trebuchet MS",sans-serif;
}
img .float {
	float:left;
	padding: 0px 10px 0px 10px;
	margin: 10px 15px 10px 0;
	border:0;
}
.center {
text-align:center;
}
img.center {
margin:0 auto;
}
.caption_right {
font-style:italic;
font-size:85%;
text-indent:0;
margin:0 auto;
}
.wrap_right {
float:right;
margin:10px;
padding:10px;
width:50%;
border:1px solid purple;
}

ol#forms li {
font-weight:bold;
}
ol#formcat li {
font-weight:normal;
}

.title {
font-weight:bold;
}

.left {
float:left;
}

.button {
width:175px;
height:200px;
margin:15px;

}

.joubert {
float:left;
background: url("../graphics/blue.jpg") top center no-repeat;
}

.rhomben {
float:left;
background: url("../graphics/green.jpg") top center no-repeat;
}

.ptcd {
float:left;
background: url("../graphics/darkpurple.jpg") top center no-repeat;
}

.chudley {
float:left;
background: url("../graphics/darkgreen.jpg") top center no-repeat;
}


.other {
float:left;
background: url("../graphics/lightblue.jpg") top center no-repeat;
}


.button_title {
	text-align:center;
	margin:55px 0;
	line-height:1em;
    font-size:18px;
    color:#fff;
    }
    
.button_title a {
	color:#fff;
    }
    
    
.row1 {
margin:0 auto;
width:99%;
}

.row2 {
margin:10px auto;
width:69%;
}

/* IE6 hacks */
* html #siteName {
text-align:left;
background:#fff;
}

* html ol.list { 
margin-left:100px; 
}


* html #cse-search-box {
margin:0;
padding:0;
}

*html #container {
width:1010px;
}