﻿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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: disc;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/*background-image: url('../img/boxes.png');
	background-repeat: no-repeat;
	background-position : top;*/
	/*margin: ;*/
	background-color: white;
}

#clear {
	clear: both;
}

p {
	font-size: 1.2em;
	font-family: "Arial Black";
}

h1 {
	font-size: 3.5em;
}

h2 {
	
	font-size: 2.5em;
}

img a
{
	border:none;
}

#wrapper
{
	width: 942px;
	background-color:white;
	/*background-image: url('../images/wrapper_bg.gif');
	background-repeat: repeat-y;*/
	margin: 0 auto;
	padding-left: 50px;
	padding-top:20px;
}

#menu
{
	height: 15px;
	width: 842px;
	margin-top:25px;
	font-size: 1.3em;
}
#menu a
{
	color:black;
	text-decoration:none;
	
}

#logo
{
	width:530px;
	height:109px;
	background-image:url('../images/logo.jpg');
	background-repeat: no-repeat;
	/*float:left;*/
}

#content_block_blue
{
	border:none;
	background:#99D6EB;
	height:304px;
	width:650px;
	padding: 4px;
	margin-top:20px;
}
#content_block_blue_inner
{
	background-image: url('../images/bg_blue.jpg');
	width:642px;
	height:296px;
	padding:4px;
}
#content_block_blue_inner a {
	color: #01A5EC;
	font-weight:bolder;
}
#content_block_green
{
	border:none;
	background:#C2D6AD;
	height:304px;
	width:650px;
	padding: 4px;
	margin-top:20px;
}
#content_block_green_inner
{
	background-image: url('../images/bg_green.jpg');
	width:642px;
	height:296px;
	padding:4px;
}
#content_block_green_inner a {
	color: #01A5EC;
	font-weight:bolder;
}

#footer
{
	height:50px;
	padding-top:40px;
	font-size:1.3em;
}
#footer a
{
	color:black;
	text-decoration:none;
}
.description
{
	margin-left: 16px;
	margin-top: 8px;
	height: 90px;
	width: 300px;
	font-size:1.3em;
	float: left;
}
.quote
{
	padding-left:100px;
	width:172px;
	height:205px;
	font-size:1.4em;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-style:italic;
	font-weight:bolder;
	color:gray;
	float:left;
}
.learn_more
{
	/*margin-left: 18px;*/
	margin-top: 20px;
	/*font-size:1.4em;*/
	float:left;
	position:relative;
}
.content
{
	padding-top:100px;
	background:#efefef;
	
	padding:20px;
	margin-left: 16px;
	margin-top: 8px;
	width: 600px;
	font-size:1.3em;

}
.content td
{
	vertical-align:top;
}
