/* CSS Document */
/*Web Developer:Richard Lamoste*/
body
{
margin:0px;
margin-top:34px;
padding:0px;
}
#header
{
border-bottom:10px solid #000;
}
.h1
{
font-family:Arial;
font-size:18px;
color:#303030;
text-decoration:underline;
}
#main
{
padding:12px;
font-family:Arial;
font-size:12px;
color:#303030;
background-image:url(../images/main_shade.jpg);
background-position:top;
background-repeat:repeat-x;
}
.txt
{
font-family:Arial;
font-size:12px;
color:#303030;
}
.txt2
{
font-family:Arial;
font-size:10px;
color:#000;
}
.txt2 a, .txt2 a:visited
{
text-decoration:none;
color:#000;
}
#main a, #main a:visited
{
color:#303030;
}
#nav
{
border:1px solid #000;
border-top:none;
background-color:#CBE9C1;
background-image:url(../images/nav2.jpg);
background-position:bottom;
background-repeat:repeat-x;

}
#navi
{
padding:12px;
background-image:url(../images/nav_shade.jpg);
background-position:top;
background-repeat:repeat-x;
}
#navlist
{
padding:0px;
margin:0px;
font-family:Arial;
font-size:14px;
color:#405540;
}
#navlist ul, #navlist li
{
padding:5px 0px;
list-style-type:none;
display:block;
}
#navlist a, #navlist a:visited
{
text-decoration:none;
color:#405540;
}
#footer
{
border-top:1px solid #000;
text-align:center;
width:524px;
height:29px;
font-family:Arial;
font-size:10px;
color:#000;
padding:10px 0px;
}
#footer ul, #footer li
{
list-style-type:none;
display:inline;
padding:0px;
margin:0px;
}
#footer a, #footer a:visited
{
text-decoration:none;
color:#000;
}