font-size
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #FFFFFF;
        font-family: Helvetica, verdana, arial, sans-serif;
	margin-top: 5px;
	}
div#header    {
	width: 99%;
	padding: .5%;
	}
div#header img {
	max-width: 100%;
        border: 1px solid  #DDDDDD;
	}
div#header a {
	font-family: helvetica, verdana, arial, sans-serif;
	color: #00AA00;
	text-decoration: none;
        font-size: 1.0 em;
	line-height: 1.5 em;
	}

div#main {
	font-family: helvetica, verdana, arial, sans-serif;
	color: black;
	width: 98%;
	margin: 1.1764705%;
	background-color: #FFFFFF;
        border: 3px solid  #600070;
	margin: auto;
	}
div#main div#content {
	width:98%;
	margin: 0 21px 0 21px;
	font-size: 1.2 em;
	line-height: 1.3 em;
	}
div#main div#content p {
	font-size: 1em;
        color: black;
	margin: 0px 0px 0px 0;
        }
div#main div#content a {
	font-family: helvetica, verdana, arial, sans-serif;
	color: #0000BB;
        font-size: 1em;
	font-weight: bold;
	}
div#main div#content a:visited {
        color: #AA0000;
	}
div#main div#content img {
        border: 4px outset #EEDD99;
max-width: 98%;
	}
h2 {
        color: #110022;
        font-size: 1.4em;
	}
h4 {
        color: black;
	font-weight: bold;
        font-size: 1.3em;
        }
div#main div#nav {
	width: 98%;

        padding-left: 10px;
	}
div#main div#nav p {
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	line-height: 1.3;
	}
div#main div#nav a {
	font-family: helvetica, verdana, arial, sans-serif;
	color: #1100BB;
	text-decoration: none;
        font-size: 1.2em;
	}
div#main div#nav a:visited {
        color: #AA0000;
	}
div#main div#nav img {
        border: 3px inset #ffffaa;
	width: 100%
	}
div#main div.cb {
	clear: both;
	}
div#main div.cb img {
        border: 5px inset #ffffaa
	}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
