* {
    margin: 0;
    padding: 0;
}

body {
    padding: 20px 0;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #646462;
    background: #EFEFEF;
}

h1 {
	padding: 20px 30px 0 0;
	font: 30px Arial, Helvetica, sans-serif;
	color: #FFF;
}

h2 {
	position: relative;
	top: -3px;
	padding: 0 30px 0 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}

p {
	padding: 0px 0;
	font: 12px/20px Arial, Geneva, Verdana, Helvetica, sans-serif;
	text-align: centre;
	color: #646462;
}

a {
    color: #81A449;
    text-decoration: underline;
}

a:hover {
    color: #81A449;
    text-decoration: none;
}

#main {
    margin: 0 auto;
    width: 806px;
    text-align: left;
    background: White url(images/bg.gif) repeat-y;
}

#header {
    height: 220px;
    text-align: right;
    background: #2F69CC url(images/headerlp.jpg) no-repeat;
}

#menu {
    margin: 0 14px;
    height: 37px;
    background: #F0F2F1 url(images/menulp.jpg) no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    height: 37px;
    color: #E9EDF4;
}

#menu ul li a {
	display: block;
	padding: 1px 15px 0 15px;
	font: bold 14px/36px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	background: url(images/menu_br.gif) no-repeat right;
}

#menu ul li a:hover, #menu ul li a.active {
	text-decoration: none;
	color: #000;
}

#middle {
    margin: 0 14px;
    padding-top: 7px;
    background: url(images/middle.gif) repeat-x top;
}

#left {
    float: left;
    padding: 0 0 10px 18px;
    width: 540px;
}

#left h3 {
    margin-bottom: 5px;
    padding: 25px 30px 10px 30px;
    font: bold 14px Arial, Helvetica, sans-serif;
    background: url(images/h3.gif) no-repeat bottom;
}

#left h3.firsth3 {
    padding-top: 10px;
}

#right {
    float: right;
    width: 207px;
    background: #EFEFEF url(images/right.gif) repeat-y;
}

#right h3 {
    margin-left: 7px;
    padding: 10px 0 10px 13px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #646462;
    border-top: 1px solid #E0E0DF;
}

#right h3.firsth3 {
    margin-left: 0;
    padding-left: 20px;
    background: url(images/right_top.gif) no-repeat top;
    border-top: none;
}

#right ul {
    list-style: none;
}

#right ul.lastul {
    padding-bottom: 20px;
    background: url(images/right_bot.gif) no-repeat bottom;
}

#right ul li {
    display: block;
    margin-left: 7px;
    padding: 0;
    height: 28px;
    border-top: 1px solid #E0E0DF;
}

#right ul li a {
    margin: 0;
    padding: 0 0 0 13px;
    font: 14px/28px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #8B8B7C;
}

#right ul li a:hover,#right ul li a.active  {
    text-decoration: none;
    color: #F38E3C;
}


#footer {
	clear: both;
	height: 10%;
	background: url(images/footer.jpg) repeat-x bottom;
}

#footer p {
	padding: 40px 0px 0px 30px;
	font: 10px/30px Arial, Helvetica, sans-serif;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}