﻿/***************************** CSS Reset *****************************/
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;
}
/*********************************************************************/


/* FFFFFF is white, 000000 is black.*/
/* Margins and padding: top, right, bottom, left. */


/* Tag styles used in site. */
html	{overflow:scroll;} /* This prevents the 'page shift' problem when long pages require the scrollbar. It sets the vertical scrollbar to be visible all the time. */
body	{background-color:#EEEEEE; font-size:16px; font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;}

/* Color, Max width (120 * 8 = 960; iPad max width = 980), Top/bottom margin = 0 and center within left/right margins. */
#wrapper		{background-color:#FFFFFF; width:960px; margin:0px auto;} 

/* The clear property specifies which sides of an element where other floating elements are not allowed. */
#titlebar		{background-color:#000000; color:#FFFFFF; width:100%; clear:both;}
#titlebar p		{font-size:12px; text-align:center; font-weight:bold; padding:10px 0px 10px 0px;}

/* The header div contains the logo div and the social media div. */
/* The overflow property specifies what happens if content overflows an element's box. */
#header			{background-color:#FFFFFF; width:100%; overflow:hidden;}

#content				{background-color:#FFFFFF; width:760px; margin:10px 10px 10px 10px; float:left;}
#content h1				{color:#000000; font-size:26px; font-weight:bold; border-bottom :1px #000000 solid; padding:0px 0px 5px 0px;}
#content h2				{color:#000000; font-size:20px; font-weight:bold; text-align:center; padding:0px 0px 5px 0px;}
#content h3				{color:#000000; font-size:16px; font-weight:normal; text-decoration:underline; padding:0px 0px 5px 0px;}
#content h4				{text-align:right; padding:0px 10px 0px 0px;}
#content p				{color:#000000; line-height:120%; padding:0px 0px 10px 0px;}
#content img			{background-color:#FFFFFF; margin:0px 0px 0px 45px;}
#content ul				{font-size:16px; padding:0px 0px 10px 15px;}
#content ul li			{color:#000000; list-style:disc outside; padding:5px 0px 0px 0px;}
#contenttitle			{width:100%; float:left;}
#contentdata			{background-color:#FFFFCC; width:624px; margin:10px 10px 10px 10px; float:left;}
#contentpictures		{width:96px; margin:10px 10px 10px 10px; float:left;}
#contentpictures img	{border:1px #000000 solid; margin:0px 0px 15px 0px;} /* Space out the images and use a border. */


#footer					{background-color:#000000; color:#FFFFFF; width:100%; clear:both;}
#footer p				{font-size:10px; text-align:center; font-weight:normal; padding:10px 0px 10px 0px;}

/* FFFFFF is white, 000000 is black.*/
/* Margins and padding: top, right, bottom, left. */
