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-size: 100%;
	font-weight: 500;
	font-style: inherit;
	font-family: helvetica, arial, verdana,  sans-serif;
	vertical-align: baseline;
	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}


/*******************************************************************/
/*                      GENERAL TAG STYLES                         */
/*******************************************************************/


/*******************************************************************/
/*                       FONT SIZES   							   */
/*******************************************************************/
/*	
	22px = 1.833em
	21px =  1.75em
	20px = 1.67em
	18px = 1.5em
	16px = 1.333em
	15px = 1.25em
	14px = 1.167em
	13px = 1.0833em
	12px = 1em
	11px = 0.92em
	8px  = 0.67em
	
*/  	
/********************************************************************/																	
/********************************************************************/

html {
	font-size: 100%;
}


body {
   font-family: helvetica, arial, verdana,  sans-serif;
   font-size: 75%; /* the default value of modern browsers is 16px, when text set to medium, hence 75% of 16px = 12px */
   line-height: 1.6em; /* 16?1.125=18 */
   color: #000;
   text-align: center;
   background-color: #fff;
   height: 100%;
}

h1 {
	font-size: 1.833em;
}

h2 {
	font-size: 1.75em;
	color: #f8a01c;
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 12px;
}


h3 {
	font-size: 1.167em;
	margin-bottom: 16px;
}

p, li, li li, td, td p, td li, td li li, a {
	font-size: 1em;
}



b, strong {
   font-weight: bold;
}

i, em {
   font-style: italic;
}

u {
   text-decoration: underline;
}

a {
	color: #01569c;
	text-decoration: underline;
}




/*******************************************************************/
/*                      GENERAL HELPER STYLES                      */
/*******************************************************************/

div.clear {
   clear: both;
   height: 0;
   line-height: 0;
   overflow: hidden;
   background-color: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/*******************************************************************/
/*                         LAYOUT STYLES                           */
/*******************************************************************/

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 706px;
	height: auto;
	background-color: transparent;
	position: relative;
}


#header {
	padding: 35px 0 0 0px;
}

#header p {
	font-size: 0.92em;
	padding-bottom: 4px;
	color: #414141;
}

#header .seperator {
	width: 706px;
	height: 2px;
	display: block;
	background: url(../images/seperator.gif) no-repeat;
	margin-bottom: 40px;

}

#header h1{
	width: 501px;
	height: 28px;
	display: block;
	background: url(../images/tagline.gif) no-repeat;
	text-indent: -9999px;
}

#content {
	padding: 16px 0 0 0;
}

#content p {
	font-size: 1.167em;
	padding: 0 0 19px 0;
	width: 606px;
}

#content p.last {
	padding-bottom: 0px;
}

#footer {
	display: block;
	width: 311px;
	height: 157px;
	text-indent: -9999px;
	background: url(../images/info.gif) no-repeat;
	margin-top: 50px;
}

#wrapper h2 {
	width: 193px;
	height: 229px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
}

