* {
padding:0;
margin:0;
}

body{
font-size:86%;
color: #47C;
background: #FFF url(../grafix/body-bgd.jpg) repeat-y;
font-family: Georgia,"Times New Roman", Times, serif;
}

img{
border:none;
}
#header{
position:absolute;
top:0;
left:0;
height:60px;
width:100%;
background: #47C url(../grafix/header-bgd.jpg) repeat-x;
}
#header img{
display: block;
}

#header p{
position:absolute;
top:5px;
left:200px;
color:#FFF;
text-transform: uppercase;
font-variant: small-caps;
font-weight:bold;
font-size:2em;
margin:0;
padding:0;
}
#left{
position:absolute;
top:60px;
left:0;
width:150px;
font-family:"Trebuchet MS", Verdana, helvetica, Arial, sans-serif;
background-color: #F99;
}

#left p{
padding:0;
margin:100px 0 0 15px;
font-size:0.9em;
line-height:130%;
color:#FFF;
}
#navbar{
list-style:none;
margin:50px 0 0 15px;
color:#FFF;
font-weight:bold;
}

#navbar a:link,#navbar a:visited{
color:#FFF;
padding:1px 0 0 15px;
background: url(../grafix/navoff.gif) no-repeat top left;
text-decoration:none;
font-weight:bold;
border-bottom:0;
}

#navbar a:hover{
font-weight:bold;
background: url(../grafix/navon.gif) no-repeat top left;
}

#navbar a:link.urhere,#navbar a:visited.urhere{
font-weight:bold;
background: url(../grafix/navhere.gif) no-repeat top left;
}

#content{
position:relative;
top:110px;
left:200px;
width:70%;
}

.main{
width:89%;
margin:0 40px 0px 0;
background: url(../grafix/main-bottom-left.png) no-repeat left bottom;
}

.main-outer{
background: url(../grafix/main-bottom-right.png) no-repeat bottom right;
padding:0 0 20px 0;
}

.main-inner{
background: url(../grafix/main-top-left.png) no-repeat left top;
width:100%;
}

h1{
font-size:1.5em;
color: #438;
background: url(../grafix/main-top-right.png) no-repeat top right;
padding:20px 20px 0 20px;
margin:0 0 10px 0;
font-weight:bold;
}

h2{
font-size:1.2em;
margin:25px 50px 5px 20px;
padding-top:6px;
border-top:1px solid #CCC;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #438;
}

h3{
font-size:1.1em;
margin:10px 50px 5px 20px;
font-weight:bold;
font-family: Georgia,"Times New Roman", Times, serif;
color: #438;
}

p{
margin:0 50px 5px 30px;
line-height:1.5em;
}

p.emailpara{
margin-top:75px;
border-top:1px solid #DDD;
}

ul{
margin:0 0 10px 50px;
}

li{
line-height:1.5em;
}

a:link,a:visited{
color: #737;
font-weight:normal;
text-decoration:none;
border-bottom:1px dotted #737;
}

a:hover{
color: #B22;
border-bottom:1px solid #B22;
}

#foot{
border-top:1px solid #DDD;
width:80%;
margin:50px 0 0 20px;
padding:5px 0 50px 0;
font-family: Arial, Helvetica, sans-serif;
font-size:0.8em;
font-weight:bold;
color:#CCC;
}

#foot a:link,#foot a:visited{
color:#CCC;
text-decoration:none;
border-bottom:1px dotted #DDD;
}

#foot a:hover{
border-bottom: 1px solid #B22;
color:#B22;
}

