@import url(reset.css);
@import url(fonts.css);
@import url(set.css);
@import url(tabs.css);

html, body
{
   background-image:    url(/images/blkpap.png);
   font: 15px/120% Calibri,Tahoma,Geneva,Arial,Helvetica,sans-serif;

}

h1, h2, h3, h4, h5, h6
{
   font-family:         Baskerville,Palatino,'Palatino Linotype',Georgia,'Times New Roman',Times,serif;
   color:               #d2b55e;
   line-height:         120%;
}

p
{
   line-height:         120%;
   margin-top:          .5em;
   color:               #d2c19a;
}

.pmaxwidth
{
   max-width:           550px;
   width:               expression(document.body.clientWidth > 550 ? "550px" : "auto");
}

.pcenter
{
   text-indent:         0px;
   text-align:          center;
}

.pjustify
{
   text-align:          justify;
}

.pindent1
{
   text-indent:         1em;
   text-align:          justify;
}

.pindent1550
{
   text-indent:         1em;
   text-align:          justify;
   width:               550px;
}

.pnorm
{
   text-indent:         0px;
   text-align:          justify;
   width:               550px;
}

#page
{
   margin:              0 auto;
   width:               972px;
   background:          #333;
   background-image:    url(/images/primarybg.jpg);
}


*:focus
{
   background:          #e0ffe0;
   color:               black;
}

a:link
{
   color:               #ffdd28;
   text-decoration:     none;
   font-weight:         normal;
}

a:visited
{
   color:               #aaa;
   text-decoration:     none;
   font-weight:         normal;
}

a:active
{
   color:               #880000;
   background-color:    transparent !important;
   text-decoration:     none;
   font-weight:         normal;
}

a:hover
{
   background-color:    #58151c;
   text-decoration:     none;
   cursor:              pointer;
}

a:focus
{
   background-color:    transparent !important;
}

a.nohover:hover
{
   background-color:    transparent !important;
}


#header
{
   height:              150px;
   background-image:    url(/images/header.jpg);
}

#menuheader
{
   height:              30px;
   background-image:    url(/images/menuheader.jpg);
}

#menuheader .tabs
{
   float:               right;
   font-family:         Verdana,Arial,Helvetica,Clean,sans-serif;
}

#menuheader .tabs li
{
   margin-right:        1px;
}

#menuheader .tabs a
{
   padding:             5px 15px;
   color:               #d9ba85;
   text-decoration:     none;
}

#menuheader .tabs a:hover
{
   text-decoration:     underline;
}


#gutter10
{
   float:               left;
   width:               10px;
   height:              500px;
}

#gutter15
{
   float:               left;
   width:               15px;
   height:              500px;
}

#left_column
{
   float:               left;
   width:               623px;
}

#right_column
{
   float:               left;
   width:               314px;
}

#right_column ul,
#right_column ol
{
   color:               #888;
}

#right_column ul a
{
   color:               #555;
}


#footer
{
   border-top:          1px solid #eee;
   margin-top:          20px;
   width:               500px;
}

#footer .tabs
{
   width:               500px;
}

#footer .tabs a
{
   padding:             10px 30px 10px 0;
   color:               #666;
   text-decoration:     none;
}

#footer p.quiet
{
   color:               #ccc;
}


.clear
{
   content:             ".";
   display:             block;
   height:              0;
   clear:               both;
   visibility:          hidden;
}


.pinkish   { color: #ffc0cb; }     /* pink */
.goldy     { color: #e8c890; }     /* gold */
.goldier   { color: #f4da9c; }     /* brighter (white) gold */
.alba      { color: #fff; }        /* white */
.nigers    { color: #000; }        /* learn how ta spell Idjut */
.citrus    { color: #ffa500; }     /* orange */
.graybo    { color: #808080; }     /* gray */
.greyish   { color: #c0c0c0; }     /* lighter grey */
.redrum    { color: #f00; }        /* red */
.winker    { color: #aaaaff; }     /* periwinkle */
.fudge     { color: #8B4513; }     /* fudge surprise */
.khaki     { color: #6B8E23; }     /* khaki green */
.pissant   { color: #ffffa0; }     /* pissAnt cowardly yellow */
.alarming  { color: #ff9900; }     /* 'bright' yellow-orange */

.limey     { background-color: #0f0; color: #0f0; }         /* lime line */
.cherry    { background-color: #f00; color: #f00; }         /* cherry line */
.reddish   { background-color: #5C0011; color: #5C0011; }   /* not raddish */
.pinkerly  { background-color: #ffc0cb; color: #ffc0cb; }   /* obvious */
.onwhite   { background-color: #fff; color: #fff; }         /* what it say */
