html {
 height: 100%;
}

body {
 background: white;
 color: black;
 font-size: 100%;
 font-family: arial, helvetica, sans-serif;/*"times new roman", times, palatino, garamond, serif;*/
 line-height: 1.4;
 margin: 2% 4%;
 padding: 0;
 text-align: left;
 height: auto;/*100%;*/
}


/* Headings */

h1 {
 font-size: 1.71em;
}

h2 {
 font-size: 1.57em;
}

h3 {
 font-size: 1.43em;
}

h4 {
 font-size: 1.29em;
}

h5 {
 font-size: 1.14em;
}

h6 {
 font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
 font-weight: 300;
 line-height: 1.1;
 margin-bottom: 0.8em;
}


/* Anchors */

a {
 outline-style: none;
}

a img {
 border-style: none;
 text-decoration: none;
}

a:link {
 color: blue;
 padding: 0 1px;
 text-decoration: underline;
}

a:visited {
 color: purple;
 padding: 0 1px;
 text-decoration: underline;
}

a:hover, a:active {
 background-color: #F0F0F0;
 color: #00A0E0;
 text-decoration: underline;
}


/* Paragraphs */

p {
 margin-bottom: 1.14em;
 font-style: normal;
}

p:last-child {
 margin-bottom: 0;
}

strong, b {
 font-weight: bold;
}

em, i {
 font-style: italic;
}


/* Lists */

ul {
 list-style-type: disc;
 list-style-position: outside;
 list-style-image: none;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 1.5em;
 margin-left: 1.5em;
}

ol {
 list-style-type: decimal;
 list-style-position: outside;
 list-style-image: none;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 1.5em;
 margin-left: 1.5em;
}

#paddedlist li {
 padding-top: 0.2em;
 padding-bottom: 0.2em;
}

dl {
 margin: 0 0 1.5em 0;
}

dt {
 margin: 0.5em 0 0 0;
}

dd {
 margin-left: 1.5em;
}


/* HTML5 tags */

header, section, footer, aside, nav, article, figure, content {
 display: block;
}


/* Main Nav */

#banner nav {
 background: #F3F2EC;
 font-size: 1.14em;
 height: 2.1em;
 margin: 0;
 padding: 0;
 text-align: center;
 width: 100%;
}

#banner nav ul {
 list-style: none;
 margin: 0 auto;
 width: 100%;
}

#banner nav li {
 float: left;
 display: inline;
 margin: 0;
}

#banner nav li.active_link {
 display: inline-block;
 height: 30px;
 padding: 5px 1.5em;
 text-decoration: none;
 color: white;/*#F5F4EF;*/
 background: /*#80C0FF;#72B7FC;*/#0066CC;
 text-shadow: none;
}

#banner nav a:link, #banner nav a:visited {
 color: black;
 display: inline-block;
 height: 30px;
 padding: 5px 1.5em;
 text-decoration: none;
}

#banner nav a:hover, #banner nav a:active {
 background: /*#0066CC;*/#72B7FC;
 color: white;/*#F5F4EF;*/
 text-shadow: none;
}

#profilePic {
 float: right;
 margin: 0;
 clear: both;
}

