/* BROWN CHIRO CASCADING STYLE SHEET */
/* Web Design by Wayne Research and Consulting, http://etxquest.com */

/* COLORS: white=#FFFFFF,  black=#000000, blue=#0000FF, navy=#000080  */
/*                                        red=#FF0000, maroon=#800000 */


/* LINKS */
/* link = hasn't been clicked and not being pointed to */
/* active = appearance when clicked */
/* visited = already visited */
/* focus = selected by kbd and ready to be activated */
/* hover = pointed to */
/* no underline on links = text-decoration: none  */

/* a: is for links within the text so links are underlined */
a:link {color: #000080}       /* navy blue */
a:active  {color: #800000}    /* maroon    */
a:visited {color: #0000FF}    /* blue      */
a:focus {color: #FF0000}      /* red       */
a:hover {color: #FF0000}      /* red       */

/* a.nav: is for links within the navbar so links are NOT underlined */
a.nav:link {color: #000080; text-decoration: none}
a.nav:active  {color: #800000; text-decoration: none}
a.nav:visited {color: #0000FF; text-decoration: none}
a.nav:focus {color: #FF0000; text-decoration: none}
a.nav:hover {color: #FF0000; text-decoration: none}

body {
	color: #000000;  /* black text */
    background-color: #FFFFFF;  /* white background color  */
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0 0 0 0;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.navtd {
    text-align: right;
}

.youarehere {
    color: #000080;
    font-weight: bold; 
}

h3 {
    color: #000080;
    font-weight: bold;
    text-align: left;   
}

.pictureid {
    font-size: 130%;
    font-weight: bold;
}


.tagline {
    color: #000080;
    font-weight: bold; 
}

p {
    font-weight: normal;
    text-align: left;   
}

p.parahead {
    font-weight: bold;
    text-align: left; 
    padding-top: 10px;  
}

p.parahead1 {
    font-weight: bold;
    text-align: left; 
}

.footer {
    text-align: center;
}


.credits {
    text-align: center;
	font-size: 80%;
}