/* cSS File for Alexander Website */

/*Define body background color & font */

body
{
 font-family: arial,helvetica;
 font-size: 10pt;
 color: silver;
 background-color: white;
}




/*Create a class of link named 'normal' */
a.normal
{
 font-family: arial,helvetica;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: underline;
}
a.normal:link
{
 color: black;
}
a.normal:visited
{
 color: gray;
}
a.normal:hover
{
 color: #AA0000;
}
a.normal:active
{
 color: #AA0000;
}



/*Create a class of link named 'silver' */

a.silver
{
 font-family: arial,helvetica;
 font-weight: normal;
 text-decoration: underline;
}
a.silver:link
{
 color: silver;
}
a.silver:visited
{
 color: silver;
}
a.silver:hover
{
 color: gray;
}
a.silver:active
{
 color: gray;
}




/*Create a class of link named 'foot' for the email address at the bottom right */

a.foot
{
 font-family: arial,helvetica;
 font-size: 13pt;
 font-weight: normal;
 text-decoration: none;
}
a.foot:link
{
 color: #AA0000;
}
a.foot:visited
{
 color: #AA0000;
}
a.foot:hover
{
 color: gray;
}
a.foot:active
{
 color: gray;
}


/*Create a class of link named 'webfoot' for the web address at the bottom right */

a.webfoot
{
 font-family: arial,helvetica;
 font-size: 13pt;
 font-weight: bold;
 text-decoration: none;
}
a.webfoot:link
{
 color: #AA0000;
}
a.webfoot:visited
{
 color: #AA0000;
}
a.webfoot:hover
{
 color: gray;
}
a.webfoot:active
{
 color: gray;
}



/*Create a class of link named 'bold' */

a.bold
{
 font-family: arial,helvetica;
 font-size: 10pt;
 font-weight: bold;
 }
a.bold:link
{
 color: #AA0000;
 text-decoration: none;
}
a.bold:visited
{
 color: #AA0000;
 text-decoration: none;
}
a.bold:hover
{
 color: #AA0000;
 text-decoration: underline;
}
a.bold:active
{
 color: #AA0000;
 text-decoration: underline;
}



/* create a class of link named 'navbar' */
a.navbar
{
 font-family: arial,helvetica;
}

a.navbar:link
{
 color: gray;
 text-decoration: none;
 font-size: 11pt; 
 font-weight: bold;
 
}

a.navbar:visited
{
 color: gray;
 text-decoration: none;
 font-size: 11pt; 
 font-weight: bold;
}

a.navbar:hover
{
color: #AA0000;
text-decoration: none;
font-size: 11pt; 
font-weight: bold;
}

a.navbar:active
{
color: #AA0000;
text-decoration: none;
font-size: 11pt; 
font-weight: bold;
}

/* create a class of link named sub */
a.sub
{
 font-family: arial,helvetica;
}

a.sub:link
{
 color: gray;
 font-size: 10pt; 
 font-weight: bold;
 text-decoration: underline;
}

a.sub:visited
{
 color: gray;
 font-size: 10pt; 
 font-weight: bold;
 text-decoration: underline;
}

a.sub:hover
{
color: #AA0000;
font-size: 10pt; 
font-weight: bold;
text-decoration: underline;
}

a.sub:active
{
color: #AA0000;
font-size: 10pt; 
font-weight: bold;
text-decoration: underline;
}


/*create link box for support info*/

a.box
{
float: right;
width: 230px;
padding: 6px;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
font-family: arial,helvetica;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
text-align: right;
}

a.box:link
{
color: #AA0000;
background-color: #CCCCCC;
}

a.box:visited
{
color: #AA0000;
background-color: #CCCCCC;
}

a.box:hover
{
color: #AA0000;
background-color: #BBBBBB;
}

a.box:active
{
color: #AA0000;
background-color: #BBBBBB;
}



/* create contact box */

a.cbox
{
float: right;
width: 150px;
padding: 6px;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
font-family: arial,helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-align: right;
}

a.cbox:link
{
color: white;
background-color: #666666;
}

a.cbox:visited
{
color: white;
background-color: #666666;
}

a.cbox:hover
{
color: white;
background-color: #AA0000;
}

a.cbox:active
{
color: white;
background-color: #AA0000;
}




/* create paragraph style */

p
{
font-size: 10pt;
font-family: arial,helvetica;
color: black;
font-weight: normal;
}


/* create paragraph style */

p.center
{
font-size: 10pt;
font-family: arial,helvetica;
color: black;
font-weight: normal;
text-align: center;
}




/* create paragraph style for navbar links */

p.navbar
{
font-size: 11pt;
font-family: arial,helvetica;
color: #AA0000;
font-weight: bold;
}


/* create blockquote style */

blockquote
{
font-size: 10pt;
font-family: arial,helvetica;
color: black;
text-align: left;
}

h4
{
font-size: 12pt;
font-family: arial,helvetica;
color: #AA0000;
text-align: left;
}

h3
{
font-size: 12pt;
font-family: arial,helvetica;
color: #AA0000;
text-align: left;
font-weight: normal;
}

p.box
{
float: left;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 380px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: bold;
font-style: italic;
color: gray;
}


p.play
{
float: left;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 45px;
background-color: white;
padding: none;
font-family: arial,helvetica;
font-size: 10pt;
text-align: left;
font-weight: bold;
font-style: italic;
color: gray;
}



p.box2
{
float: left;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 390px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 9pt;
text-align: center;
font-weight: normal;
font-style: italic;
color: black;
}

p.box3
{
float: right;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 170px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 9pt;
text-align: center;
font-weight: bold;
font-style: italic;
color: gray;
}

p.box4
{
float: left;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 380px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: italic;
color: gray;
}


p.box4a
{
float: left;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 755px;
background-color: white;
padding: 12px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: bold;
font-style: italic;
color: gray;
}

p.box5
{
float: left;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 380px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: left;
font-weight: bold;
font-style: italic;
color: gray;
}

p.box6
{
float: left;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 380px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 9pt;
text-align: center;
font-weight: normal;
font-style: italic;
color: black;
}

p.box7
{
float: right;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 240px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 11pt;
text-align: center;
font-weight: bold;
font-style: italic;
color: gray;
}



/* create a class of box named 'box8' for photos in right column on group page*/


p.box8
{
float: right;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 240px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 11pt;
text-align: center;
font-weight: bold;
font-style: italic;
color: gray;
}



ul
{
font-size: 10pt;
font-family: arial,helvetica;
color: black;
font-weight: normal;
text-align: left;
}


/*Create a class of link named 'group' */
a.group
{
 font-family: arial,helvetica;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: underline;
}
a.group:link
{
 color: gray;
}
a.group:visited
{
 color: gray;
}
a.group:hover
{
 color: #AA0000;
}
a.normal:active
{
 color: #AA0000;
}

font.small
{
font-size: 5pt;
font-famiy: arial,helvetica;
}
