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,
b, u, i, center,
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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
    background: url('../images/background.png') repeat-x #efd085;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}

#container {
    width: 980px;
    overflow: hidden;
}

#header {
    width: 980px;
    height: 167px;
    background: url('../images/header.png') no-repeat;
    text-align: right;
    padding: 15px 0 0 0;
}

#header2 {
    width: 980px;
    height: 167px;
    background: url('../images/header2.png') no-repeat;
    text-align: right;
    padding: 15px 0 0 0;
}

#content {
    background: url('../images/content.png') no-repeat;
    text-align: justify;
    width: 680px;
    float: left;
    padding: 10px 20px 0px 40px;
    min-height: 650px;
}


#content2 {
    background: url('../images/content2.png') no-repeat;
    text-align: justify;
    width: 700px;
    min-height: 200px;
    float: left;
    padding: 240px 20px 0px 20px;
}


#content h1, #content2 h1 {
        font-size: 18pt;
        margin-top: 5px;
        margin-bottom: 10px;
}

#content h2, #content2 h2  {
        font-size: 14pt;
        margin-top: 15px;
}

#content h3 {
        font-size: 11pt;
        margin-top: 15px;
}

#content p, #content2 p {
        line-height: 12pt;
        text-align: justify;
        margin-bottom: 10px;
        color: #333;
}

a {
  color: brown;
  text-decoration: underline;
}

a:hover {
        color: darkred;
}

#content .lead, #content2 .lead  {
        overflow: hidden;
}

#content .lead img, #content2 .lead img {
        float: left;
        padding: 0 10px 10px 0;
}

#newsletter {
    width: 200px;
    padding: 0 20px 0 5px;
}

#newsletter td {
        padding: 3px 2px;
}
#newsletter input {
        font-size: 11px;
        display: block;
        padding: 2px 0 2px 0;
        width: 100%;
}


form {
	font-size: 14px;
}

form label {
	display: block;
	width: 100%;
	margin: 0;
}

form label input {
	border: 1px solid brown;
	margin: 0;
}

#rightSide {
        float: left;
        width: 220px;
}

menu{margin:0 0 15px 5px; padding:0; width:220px; list-style:none;background:rgb(255,255,255);}
menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
menu li a{text-align:left;height:20px; padding:10px 25px; font:14px Verdana, Arial, Helvetica, sans-serif; color:rgb(255,255,255); display:block; background:url('../images/verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
menu li a:hover{background:url('../images/verMenuImages.png') 0px -40px no-repeat; color:rgb(161,100,26);}
menu li a.active, .menu li a.active:hover{background:url('../images/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
menu li a span{line-height:40px;}

#footer {
    clear: both;
    background: url('../images/footer.png') no-repeat;
    padding: 30px 0 30px 0;
    width: 730px;
    text-align: center;
    font-size: 11px;
    
}


#footer2 {
    clear: both;
    padding: 30px 0 30px 0;
    width: 730px;
    text-align: center;
    font-size: 11px;
    
}
h3 span {
    font-weight:normal;
}