body {
background: #a48c32;
background-image: url(../i/bg.jpg);
background-repeat: repeat-x;
background-position: left top;
font-size: 70%;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.5em;
color: #000;
margin-top: 0px;
margin-left: 50%;
}


h1 {
color: #266482;
font-family: Helvetica, Arial, sans-serif;
font-size: 170%;
font-weight: normal;
margin: 0px 0px 10px 0px;
padding: 0 0 10px 0;
background: transparent;
}

h2 {
font-family: Helvetica, Arial,  sans-serif;
color: #333;
font-size: 100%;
margin: 10px 0px 0px 0px;
}



p {
color: #333;
font-size: 100%;
line-height: 1.5em;
margin-left: 0px;
}



#frame {
position: relative;
width: 550px;
background: #fff;
margin: 0px 0px 0px -360px;
padding: 10px;
border-bottom: 20px solid #fff;
}


#banner {
width: 550px;
height: 100px;
margin: 0;
padding: 0;
background: #01a0b1;
}



#pagecontent {
width: 530px;
padding: 60px 10px 20px 10px;
border-top: 1px solid white;
border: 0px solid red;
background: #f3f0e6;
}


/* Navigation */

#nav {
width: 550px;
height: 60px;
background: #002c58;
background-image: url(../i/nav_bg.jpg);
background-repeat: repeat-x;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
margin: 0;
padding: 0;
clear: both;
}

#nav ul { padding-left: 20px; }
#nav ul li { display: inline; }

#nav ul {
margin: 0;
color: transparent;
font: 95% helvetica, arial, sans-serif;
font-weight: bold;
}

#nav ul li a {
margin-left: 0px;
padding: 0.3em 7px 0.3em 7px;
background-color: transparent;
color: #fff;
text-decoration: none;
float: left;
border-left: 1px solid #68c5ce;
}

#nav ul li a:hover {
background-color: #2f728d;
color: #fff;
border-left: 1px solid #fff;
}

#navlist li a:hover, #navlist li a:active {
color: #c30;
text-decoration: none;
text-align: left;
}




.panel {
background: #fff;
padding: 0px;
margin: 0 0 50px 0;
border-bottom: 1px dotted #999;
}

.footer { 
border: 0px solid red;
position: relative; 
width: 530px;
height: 20px; 
padding: 10px 0px 10px 20px; 
margin: 0;
font-size: 85%;
color: #999;
}

.footer a:link, #footer a:visited, #footer a:active {
color: #999;
text-decoration: none;
font-weight: bold;
}

.footer a:hover {
color: #fff;
background: c30
text-decoration: none;
font-weight: bold;
}



.smallprint {
font-size: 90%;
}

.largetxt {
line-height: 120%;
font-size: 160%;
color: #333;
font-weight: normal;}

.clearboth {
clear: both;
}




/* images */

.imgright {
padding: 0px;
float: right;
margin: 0 0 0 10px;
clear: right;
}

.imgleft {
padding: 0px;
float: left;
margin: 0 10px 0px 0;
clear: left;
}



/* general link rules */

a:link, a:visited, a:active {
font-size: 100%;
font-family: arial, helvetica, verdana, geneva, sans-serif;
font-weight: bold;
text-decoration: none;
color: #b03828;
}

a:hover {
font-size: 100%;
font-family: arial, helvetica, verdana, geneva, sans-serif;
font-weight: bold;
text-decoration: none;
color: #fff;
background: #b03828;
}





