﻿/*** 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
{
	border-style: none; border-color: inherit; border-width: 0; margin: 0; padding: 0; outline: 0; font-weight: inherit;
	font-style: inherit;
	font-size:12px;
	text-align: left;
	vertical-align: baseline;
	font-family:Arial, Verdana, sans-serif;
	line-height:1.5em; }

/*** Common elements ***/
body { background-color:#CCCCB2; }
a img {border:none;}
table {border-collapse: collapse; border-spacing: 0;}
h1 { font-size:16px; border-bottom:1px solid #ccc; color:#990000; margin-bottom:20px; font-weight:bold; font-style:italic; }
h2 { font-weight:bold; font-size: 14px; margin-bottom:5px; }
p { margin-bottom:10px; }
td { vertical-align:top; }

/*** Layout Elements ***/
#header { background:url(../images/top_header.jpg) no-repeat; height:99px; width:750px; }
#mainwrap { margin: 0 auto; width:750px; }
#content { background-color:#fff; padding:20px; }
#content td { width:50%; }
#footer { background-color:#333; color:#fff; padding:20px; }
#nav { float:right; margin-top:40px; margin-right:20px; }

/*** Custom Elements ***/
.intro { font-weight:bold; font-size:14px; }
.homeimg { margin-left:40px; margin-bottom:20px; }
#nav a { display:block; float:left; margin-right:20px; }
#nav a:hover { padding-bottom:10px; border-bottom:1px solid #fff; }
#footer table { width:100%; }
#footer td { width:50%; }
#footer a { color:#fff; }
