/* based on Eric Meyers Reset Style */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* typography */

p         { font-size: 12px; font-family: Georgia, "times new roman", garamond, "Arial Narrow"; line-height: 1.25em; margin: 0 0 1.8em 0; }
h1        { font-size: 24px; font-family: Georgia, "times new roman", garamond, serif; text-align: center; margin: .5em 0 0.15em 0 ; color: #001700; }
h2        { font-size: 22px; font-family: Georgia, "times new roman", garamond, serif; text-align: center; margin: 0.5em  0; color: #001700; }
h3        { font-size: 20px; font-family: Georgia, "times new roman", garamond;  line-height: 1.25em;text-align: center; margin: 0.5em  0; color: #001700; }
h4        { font-size: 18px; font-family: Georgia, "times new roman", garamond ; line-height: 1.05em; text-align: center; font-weight: bold; margin:0.75em 0 }
h5        {	font-size: 16px; font-family: Georgia, "times new roman", garamond, arial; line-height: 1.3em; text-align: center;}
h6        { font-size: 14px; font-family: Georgia, "times new roman", garamond, arial; font-weight: bold; line-height: 1.2em; }

/*main*/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

body {
	margin: 20px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, "Lucida Sans";
	font-size: 12px;
	height: 100%;
	width: 100%;
	color: #141101;
	background-color: #ccffcc; 
	z-index: 4;
	position: relative;	
}
	
#container {
	width: 768px;
	margin: 0 auto;
	background-color: #BBCD7C;
	font-size: 10pt;
    line-height: 1.2em;
	padding: 0;	
	border: 2px solid #b9121b;
	border-top:4px solid #b9121b;
}		
#header {
margin:0 0;
padding: 0 0;}

#main-content
{	
    margin: 20px 0 0;
	padding: 0 12px;
	overflow: hidden;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;}

#sidea {
	float: left;
	padding-right: 12px;
	width: 300px;
	text-align: center;
	font-weight: bold;
}

#sideb
{
	float: right;
	width:300px;
	padding-left: 12px;
	text-align: center;
	font-weight: bold;
}

#info {
	font-size:1.25em;
	text-align: center;
	color: #fff;
	margin: 10px auto 0;
	clear: both;
}
#credits {
	font-size:9px;
	text-align: center;
	color: #141414;
	margin: 10px auto 0;
	clear: both;
}

.photo1 {float: right; margin-left: 10px}

.photo2 {float: left;margin-right: 10px}

.photo3 {display:block; margin: 10px auto}

.bordered {border: 4px solid black;}

.important {font-size: 1.1em; font-weight: bold;}
.aside {font-size: .9em; font-weight: normal; font-style: italic;}
table.fm {
  width: 85%;
margin:-1.85em auto 0;
}
table.fm td {
  padding: 3px 5px;	
 
}
.logo {width: 36em;
}
#sidea2 {
	float: left;
	padding-right: 1em;
	width: 400px;
	text-align: center;
	font-weight: bold;
}

#sideb2
{
	float: right;
	width: 250px;
	padding-left: 1em;
	text-align: center;
	font-weight: bold;
}