*{margin:0;padding:0;}

:focus { -moz-outline-style: none; }

/* 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,
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 {
	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;
}




html {
  overflow: auto;
}

body {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    background-color: #E8E8E8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

h4 {
  font-size: 13pt;
  color: #d21c4f;
  margin-top: 0;
  font-weight: bold;
}

div#outer_container {
    margin:0px auto; 
    width: 945px;
    background-color: #FFFFFF;
    text-align: center;
}

div#outer {
    margin:0px auto;
    width: 820px;
    background-color: #FFFFFF;
    text-align: left;
}

div#logo_pad {

}

div#logo {
    position: relative;
    top: 0px;
    left: 0px;
    height: 180px;
}


div#topmenu_container {
    position:relative;
    top: 0px;
    left: 0;
    width: 820px;
    height: 24px;
    background-color: #B0B0B0;
}

div#topmenu {
    background-color: #B0B0B0;
    padding-top: 6px;
    padding-left: 15px;
}

div#submenu_container {
    position:relative;
    top: 0;
    left: 0;
    width: 820px;
    height: 24px;
    background-color: #F8F8F8;
}
div#submenu {
    padding-top: 5px;
    padding-left: 15px;
    background-color: #F8F8F8;
}

div#tlspace {
    position: relative;
    top: 0px;
    left: 0px;
    height: 15px;
}


div#contentcontainer {
    width: 820px;
    text-align: center;
    background-color:rgb(235,235,235); 
    overflow: auto; 
}

div#content {
 overflow: hidden;
    width: 818px;
    text-align: left;
  background-color:white;
padding: 0;
border: 0;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 1px;
}

div#strapline {
  position: relative;
  left: 132px;
  top: 50px;
}

div#footer {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    text-align: center;
    color: #B0B0B0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
} 

div.submenuitem { padding-right: 22px; float: left; }
div.menuitem { padding-right: 24px; float: left; }

a.menu:link, a.menu:visited { color: #B0B0B0; font-weight: bold;  text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; padding:0; }
a.menu:hover, span.selected {color: #d21c4f; font-weight: bold;  text-decoration: none; font-family: Helvetica,Arial,san-serif; font-size: 9pt; padding:0; }

 
