/* 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* theme */

html, body {
    width: 100%;
    font: normal normal normal 1.0em/normal Verdana, Calibri, Arial, sans-serif;
}

div#container {
    width: 640px;
    padding: 0;
    text-align: left;
}

a {
    text-decoration: none;
    color: #ff6600;
	line-height: 18px;
}

a:hover {
    text-decoration: underline;
    color: #ff4800;
}

/* header */

div#header {
    height: 80px;
}

div#header p.title, div#header p.summary {
    display: none;
}

/* main content area with vertical rhythm - rhythmic unit 18px */

div#main {
    font-size: 75%;
}

html>div#main {
    font-size: 12px;
}

div#main p {
    line-height: 18px;
    margin-bottom: 18px;
}

div#main em {
    font-weight: bold;
    font-style: normal;
    color: #555;
}

div#main h1, div#main h2, div#main h3 {
    margin-top: 18px;
    font-weight: normal;
    line-height: 36px;
}

div#main h1, div#main h2  {
    font-size: 20px;
    color: #10137d;
    border-bottom: 1px #ccc dotted;
}

div#main h3 a {
    line-height: 18px;
}

div#main h2.top {
    margin-top: 20px;
}

div#main h3 {
    font-size: 16px;
    line-height: 18px;
    color: #ff6600;
}

div#main p.firstParagraph {
    margin-top: 18px;
}

/* logolinks */

div#logolinks {
    margin-top: 20px;
}

div#logolinks img {
    margin-right: 0px;
}

/* footer */

div#footer {
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    float: left;
    border-top: 1px #ccc solid;
}

div#footer h2 {
    display: none;
}

div#footer p {
    font-size: .8em;
    line-height: 18px;
}



