/* Primary Page Elements  */

body {
background: #fff;
font-family: "trebuchet ms", arial, helvetica, verdana, sans-serif;
line-height: 1.3em;
}

img {
	border: 0;
}

* {
margin: 0; 
padding: 0;
}

p {
font-family: "trebuchet ms", arial, helvetica, verdana, sans-serif;
font-size: 15px;
color: #303030;
line-height: 1.3em;
margin-top: 20px;
}

h1 {
font-family: "trebuchet ms", arial, helvetica, verdana, sans-serif;
font-size: 18px;
line-height: 1.2em;
font-weight: bold;
color: #E8913C;
margin: 20px 20px 10px 0px;
padding: 0px;
}

h2 {
font-family: "trebuchet ms", arial, helvetica, verdana, sans-serif;
font-size: 17px;
line-height: 1.2em;
font-weight: bold;
color: #1F5297;
margin: 20px 20px 10px 0px;
padding: 0px;
}

h3 {
font-family: "trebuchet ms", arial, helvetica, verdana, sans-serif;
font-size: 15px;
line-height: 1.2em;
font-weight: bold;
color: #1F5297;
margin: 20px 20px 10px 0px;
padding: 0px;
}

ul {
margin: 20px 0px 0px 25px;
}

li {
list-style-type: circle;
list-style-position: outside;
font-size: 90%;
}

a:link, a:visited, a:active {
color: #1F5297;
text-decoration: underline;
}

a:hover	{ 
color: #E98421; 
text-decoration: underline;
}

/*Div's used in site */

#topbar {
height: 90px;
background: url(images/topbar-bkgd.jpg);
background-repeat: repeat-x;
}

#header02 {
background: url(images/header02-bkgd.gif);
background-repeat: repeat-x;
}

#main {
width: 760px;
}

#container {
width: 760px;
background: url(images/container-bkgd.jpg);
background-repeat: repeat-y;
}

#navbar {
float: left;
width: 141px;
}

#content {
margin-left: 160px;
padding-top: 30px;
width: 588px;
}

#navbar ul {
list-style-type: none;
margin: 0;
padding: 0;
border: none;
}

#navbar li a {
text-align: right;
width: 141px;
font-family: "trebuchet ms", arial, helvetica, verdana, sans-serif;
font-size: 13px;
font-weight: bold;
color: #fff;
text-decoration: none;
display: block;
list-style: none;
}

#navbar li a:hover {
color: #ffcc00;
}