/* 

Version: 1.4
(March 23, 2007)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 75% Verdana,Tahoma,Arial,sans-serif;
background: #ffedba ; /*f4f4f4 */
}

#mainbody {
background: #ffedba; /* background color, including quote ffedba*/
color: #000000;      /* main text color - 303030 before */
margin: 0 auto;      /* no margin and auto adjust */
width: 960px;
background-image: url(bg-texture.jpg);
}

#topheader {         /* graphic banner area */
clear: both;
margin: 10px 0 -8px 0;
padding: 0;
height: 0px;
}

/* header h1 is probably not being used
#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}
*/

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.0em;
}

#avmenu ul {	
list-style: none;
width: 160px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

/* GAP BETWEEN MENU ITEMS */
#avmenu li {
margin-bottom: 4px;
}

/* MENU BOXES */
#avmenu li a {
font-weight: bold;
height: 20px;             /* height of menu box */
text-decoration: none;    /* underline, overline, line-through, blink */
color: #202020;           /* color of text for menus*/
display: block;           /* block, inline, line-item */
padding: 6px 0 0 10px;    /* (top right bottom left */
background: #ffdc76;      /* color of menu boxes f4f4f4*/
border: thin black solid;
border-left: 10px solid #359999; /* left edge color */
margin: 5px;
}

/* MENU ITEMS WHEN ROLLED OVER */
#avmenu li a:hover {
background: #359999;       /* eaeaea */
color: #ffffff;            /* 286ea0 */
border-left: 10px solid #359999;   /* 286ea0 */
}

#announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #ff0000;              /* 505050         */
background-color: #ff0000;   /* f4f4f4        */
line-height: 1.3em;
}

#contenthome  {
line-height: 1.6em;
text-align: left;
margin: 0 160px;
padding: 0 10px;
border-left:  3px solid #359999; /* vertical dividing line on left side */
border-right: 3px solid #359999; /* vertical dividing line on right side */
}

#contentpages  {
line-height: 1.3em;
text-align: left;
margin: 0 0 0 160px;
padding: 0 10px;
border-left:  2px solid #359999; /* vertical dividing line on left side */
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#extras  { font-size: 0.9em; line-height: 1.5em; 
margin: 0 0 0 10px; padding: 0; width: 150px; float: right }

#extras p {
margin: 0 0 1.5em 0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #3300ff;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #359999;
width: 760px;
text-align: center;
color: #404040;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.normal {
font-weight: normal;
}

.hide {
display: none;
}

.updatecolor {
color: #cc0033;  
}

.underline {
	text-decoration: underline;
}

.quotecolor {
color: #8A5217;  
}

.faq-q {
    font-weight: bold;
    font-size: 1.0em;
}

.faq-a {
    font-weight: normal;
	font-style: oblique;
    font-size: 1.0em;
}

.f18-bold {
    font-weight: bold;
    font-style: none;
    font-size: 2.0em;
}

.f12-bold {
    font-weight: bold;
    font-style: none;
    font-size: 1.5em;
}

.f12-normal {
    font-weight: normal;
    font-style: none;
    font-size: 1.5em;
}

.f10-bold {
    font-weight: bold;
    font-style: none;
    font-size: 1.2em;
}

.f10-normal {
    font-weight: normal;
    font-style: none;
    font-size: 1.2em;
}

.f8-bold {
    font-weight: bold;
    font-style: none;
    font-size: .9em;
}

.f8-normal {
    font-weight: normal;
    font-style: none;
    font-size: .9em;
}


