
/* ===== css-vaux.css ===== */


body
{
    margin:             0px;
    padding:            0px;
    font-family:        helvetica, arial, verdana, sans-serif;
    font-size:          14px;
    color:              #333366;                        /* blue text */
	  background-color:   #FFFFFF;                        /* white background */
}

		
h1
{
    font-family:        helvetica, arial, verdana, sans-serif;
    font-size:          20px;
    font-style:         italic; 
    font-weight:        bold; 
    color:              #333366;                        /* blue text */
    background:         transparent;
}


code
{
    font-family:        courier, sans-serif;
    font-size:          14px;
    font-style:         normal;
    font-weight:        bold;
    color:              #000000;                        /* black text */
    background:         transparent;
}


a:link                                                  /* has not yet been visited */
{
    background:         transparent;
    font-style:         normal;
    font-weight:        normal;
    text-decoration:    underline;
    color:              #3300CC;                        /* light blue */
} 

a:visited                                               /* been there, done that */
{
    background:         transparent;
    font-style:         normal;
    font-weight:        normal;
    text-decoration:    underline;
    color:              #3300CC;                        /* light blue */
}

a:hover                                                 /* duh */
{
    background:         transparent;
    font-style:         normal;
    font-weight:        normal;
    text-decoration:    underline; 
    color:              #FF33CC;                        /* pink */
}

a:active                                                /* being clicked-on */
{
    background:         transparent;
    font-style:         normal;
    font-weight:        normal;
    text-decoration:    underline; 
    color:              #FF0000;                        /* red */
}


#list-links
{
    font-size:          16px;
	  margin-left:        40px;
} 


#boundary 
{
    position:           normal;
    width:              740px;
	  margin-top:         0px;
	  margin-bottom:      0px;
	  margin-left:        30px;
	  margin-right:       0px;
    padding:            0px;
    background-color:   #FFFFFF;                        /* white background */
}


#floatleft 
{
	  float:              left;
	  margin-top:         0px;
	  margin-bottom:      20px;
	  margin-left:        0px;
	  margin-right:       30px;
    padding:            0px;
}


#floatright 
{
	  float:              right;
	  margin-top:         0px;
	  margin-bottom:      20px;
	  margin-left:        20px;
	  margin-right:       0px;
    padding:            0px;
}


#textright 
{
	  float:              right;
	  margin-top:         7px;
	  margin-bottom:      0px;
	  margin-left:        0px;
	  margin-right:       35px;
    padding:            0px;
}


#menubar 
{
	  background-color:   #333366;                        /* blue background */
	  padding:            18px;                           /* same size as text, below */
	  margin:             0px;
	  border-top:         0px;
	  border-bottom:      2px solid #CCCC00;              /* gold bottom border */
}


#menubar a 
{
    background:         transparent;
	  padding:            20px;                           /* spreads the words out */
	  border-right:       2px solid #CCCC00;              /* gold vertical bars */
    font-family:        Verdana, Arial, Helvetica, Sans-Serif;
    font-size:          18px;
    font-style:         normal;
    font-weight:        500;
    text-decoration:    none;
    color:              #FFFFFF;                        /* white text */
}


#menubar a:hover 
{
	  background-color:   #663366;                        /* dark maroon background */
	  color:              #FFFFFF;                        /* white text */
}


#submenubar 
{
	  background-color:   transparent;
	  padding:            0px;
	  margin:             0px;
	  border-top:         0px;
	  border-bottom:      0px;
}


#submenubar a 
{
    background:         transparent;
	  padding:            5px;                           /* spreads the words out */
    font-family:        Verdana, Arial, Helvetica, Sans-Serif;
    font-size:          12px;
    font-style:         italic;
    font-weight:        700;
    text-decoration:    none;
    color:              #333366;                        /* blue text */
}


#submenubar a:hover 
{
	  background-color:   #663366;                        /* dark maroon background */
	  color:              #FFFFFF;                        /* white text */
}


#bottommenubar 
{
    background:         transparent;
	  padding:            16px;                           /* same size as text, below */
	  margin:             0px;
	  border-top:         1px solid #800030;              /* maroon top border */
	  border-bottom:      0px;
}


#bottommenubar a 
{
    background:         transparent;
	  padding:            20px;                           /* spreads the words out */
    font-family:        Verdana, Arial, Helvetica, Sans-Serif;
    font-size:          16px;
    font-style:         italic;
    font-weight:        500;
    text-decoration:    none;
    color:              #333366;                        /* blue text */
}


#bottommenubar a:hover 
{
	  background-color:   #663366;                        /* dark maroon background */
	  color:              #FFFFFF;                        /* white text */
}



/* ------------------------------------------------------------------------------------ */

