/* Normalize margin,padding */
body, div {
margin: 0;
padding: 0;
}
a:link {color: #333333}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #666666}   /* mouse over link */
a:active {color: #666666}   /* selected link */
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
color: #000000;
background-color: #FFFFFF;
background-image: url(images/leftbar.gif);
background-repeat: repeat-y;
background-position: top left;
}


#branding {
position: relative;
width: 224px;
height: 215px;
margin: 0 auto;
text-align: left;
background-color: #000000;
}
#branding .overlay
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent url(images/logo.jpg) no-repeat 0 0;
}
#branding h1 {
position: absolute;
padding-top: 20px;
}

#navigation {
position:absolute;
top: 0;
left: 3px;
width: 224px;
text-align: left;
font-family: Verdana, sans-serif;
font-size: 13px;
margin: 0;
}
#navigation ul {
list-style: none;
margin: 10px 0 5px 0;
padding: 0;
}
#navigation li {
padding: 5px 0 5px 25px;
background: transparent url(images/navarrow.gif) top left no-repeat;
}
#navigation li a:link, #navigation a:visited {
color: #FFFFFF;
text-decoration: none;
}
#navigation li a:hover {
text-decoration: underline;
}

#bullets ul {
list-style: none;
margin: 10px 0 5px 0;
padding: 0;
}

#bullets li {
padding: 5px 5px 5px 25px;
background: transparent url(images/bullets_signup.gif) top left no-repeat;
}


#rightbar {
position: absolute;
top: 0;
right: 0;
width: 208px;
padding: 0 0 10px 0;
font-size: 14px;
}
#rightbar a:link, #rightbar a:visited {
color: #B7C5DF;
text-decoration: underline;
}
#rightbar a:hover {
text-decoration: none;
}

#rightbar p {
padding-right: 8px;
padding-left: 8px;
}



#content {
margin-left: 224px;
margin-right: 208px;
padding: 10px;
}
#content p {
line-height: 17px;
}

#outline {
border: 1px solid #CCCCCC;
margin: 6px;
padding: 0x;
}

#footer {
margin-left: 224px;
margin-right: 208px;
margin-top: 20px;
text-align: center;
font-size: 10px;
padding: 0px 20px 5px 20px;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}

.indent {
padding-left: 10px;
}
.smalltext {
font-size: 9px;
}

