/* ProGen Study Group Style Sheet */

/* Limit margins and padding  */
* {
  margin: 0;
  padding: 0;
  line-height: 1.35;
}


a:link, a:visited, a:active {text-decoration: none; font-weight: bold}
a:link, a:hover, a:active {color: #800000; } 
a:hover {text-decoration: underline; font-weight: bold; background-color: #cccccc}
a:visited {color: #800000; }

body {
    background: url("images/progen_smbg2.jpg") repeat-y;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 100%;
}

#whiteback {
 background-color: #ffffff;
}

#navbar {
	text-align: center;
  }

#content {
    position: absolute;
    left: 230px;
	right: 40px;
    padding: 10px .8em 20px .8em;
    min-width: 400px;
    max-width: 800px;
	min-height: 800px;
  }

#index {
	font-size: 75%;
 }


H1 { font-size: 150%; color: #800000; text-align: center; padding: 10px 0 10px 0;}
H2 { font-size: 125%; text-align: margin-top: 1em; padding: 10px 0 10px 0;}
HR { margin-top: 1em; margin-bottom: 1em;}

dt {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold
}

dd {
	margin-left: 3em;
}

li {
	margin-top: 1em;
	margin-left: 2em;
}

#fullname {
 font-size: 100%;
 font-weight: bold;
}



#mailadrs {
 font-size: 100%;
 font-weight: bold;
 color: #404040;
}

/* certifications */
.certifications {
 font-size: 80%;
 font-weight: normal;
 font-style: normal;
}



#footing {
 font-size: 80%;
 font-weight: normal;
 font-style: normal;
 text-align: center;
}

