/* cSS File for Alexander Sample 1 Website */

/*Define body background color & font */

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

/*Create a class of link for regular links */
a
{
 font-family: arial,helvetica;

 font-weight: normal;
 text-decoration: underline;
}
a:link
{
 color: #000066;
}
a:visited
{
 color: #000066;
}
a:hover
{
 color: #6699CC;
}
a:active
{
 color: #6699CC;
}



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






/*Create a class of link named 'small' */
a.small
{
 font-family: arial,helvetica;
 font-size: 8pt;
 font-weight: normal;
 text-decoration: underline;
}
a.small:link
{
 color: #000066;
}
a.small:visited
{
 color: #000066;
}
a.small:hover
{
 color: #6699CC;
}
a.small:active
{
 color: #6699CC;
}





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

a.navbar:link
{
 color: #666666;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
 
}

a.navbar:visited
{
 color: #666666;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
}

a.navbar:hover
{
color: white;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}

a.navbar:active
{
color: white;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}






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

a.bold:link
{
 color: #6699CC;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
 
}

a.bold:visited
{
 color: #6699CC;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
}

a.bold:hover
{
color: #000066;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}

a.bold:active
{
color: #000066;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}




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

a.boldalt:link
{
 color: #6699CC;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
 
}

a.boldalt:visited
{
 color: #6699CC;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
}

a.boldalt:hover
{
color: #000066;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}

a.boldalt:active
{
color: #000066;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}



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

a.big:link
{
 color: #000066;
 text-decoration: none;
 font-size: 14pt; 
 font-weight: bold;
 
}

a.big:visited
{
 color: #000066;
 text-decoration: none;
 font-size: 14pt; 
 font-weight: bold;
}

a.big:hover
{
color:  #6699CC;
text-decoration: none;
font-size: 14pt; 
font-weight: bold;
}

a.big:active
{
color: #6699CC;
text-decoration: none;
font-size: 14pt; 
font-weight: bold;
}






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

a.italics:link
{
 color: #000066;
 text-decoration: underline;
 font-size: 10pt; 
 font-weight: bold;
 font-style: italic;
 
}

a.italics:visited
{
 color: #000066;
 text-decoration: underline;
 font-size: 10pt; 
 font-weight: bold;
 font-style: italic;
}

a.italics:hover
{
color: #6699CC;
text-decoration: underline;
font-size: 10pt; 
font-weight: bold;
font-style: italic;

}

a.italics:active
{
color: #6699CC;
text-decoration: underline;
font-size: 10pt; 
font-weight: bold;
font-style: italic;
}



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

a.contact:link
{
 color: white;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
 
}

a.contact:visited
{
 color: white;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
}

a.contact:hover
{
color: #66CCFF;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}

a.contact:active
{
color: #66CCFF;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}



/*create link box */

a.box
{
float: left;
width: 190px;
padding: 6px;
border-right: 1px solid white;
border-left: 1px solid white;
border-top: 1px solid white;
border-bottom: 1px solid white;
font-family: arial,helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a.box:link
{
color: #FFFF66;
background-color: #6699CC;
}

a.box:visited
{
color: #FFFF66;
background-color: #6699CC;
}

a.box:hover
{
color: #FFFF66;
background-color: #336699;
}

a.box:active
{
color: #FFFF66;
background-color: #336699;
}





/* create paragraph style */

p
{
font-size: 10pt;
font-family: arial,helvetica;
color: #000066;
font-weight: normal;
text-align: left;
}


/* create paragraph style */

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





/* create paragraph style with centered text */

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



/* create paragraph style using smaller font*/

p.small
{
font-size: 9pt;
font-family: arial,helvetica;
color: #000066;
font-weight: normal;
text-align: left;
}








/* create blockquote style */

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


/* create blockquote style */

blockquote.center
{
font-size: 10pt;
font-family: arial,helvetica;
color: #000066;
text-align: center;
}


/* create centered blockquote style */

blockquote.centerblue
{
font-size: 10pt;
font-family: arial,helvetica;
color: #6699CC;
text-align: center;
}




p.title
{
font-size: 15pt;
font-family: arial,helvetica;
color: #000066;
text-align: left;
font-weight: normal;
}

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

p.box
{
float: left;
border-right: 1px solid #000066;
border-left: 1px solid #000066;
border-top: 1px solid #000066;
border-bottom: 1px solid #000066;
width: 184px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: #000066;
}

p.box2
{
float: left;
border-right: 2px solid #6699CC;
border-left: 2px solid #6699CC;
border-top: 2px solid #6699CC;
border-bottom: 2px solid #6699CC;
width: 350px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: #000066;
}

p.boxright
{
float: right;
border-right: 2px solid #6699CC;
border-left: 2px solid #6699CC;
border-top: 2px solid #6699CC;
border-bottom: 2px solid #6699CC;
width: 190px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: #000066;
}

p.bigbox
{
float: left;
border-right: 2px solid #6699CC;
border-left: 2px solid #6699CC;
border-top: 2px solid #6699CC;
border-bottom: 2px solid #6699CC;
width: 700px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: left;
font-weight: normal;
font-style: normal;
color: #000066;
}

p.bigboxleft
{
float: left;
border-right: 1px solid #6699CC;
border-left: 1px solid #6699CC;
border-top: 1px solid #6699CC;
border-bottom: 1px solid #6699CC;
width: 460px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 9pt;
text-align: left;
font-weight: normal;
font-style: normal;
color: #000066;
}


p.boxnavbar
{
float: left;
border-right: 2px solid #6699CC;
border-left: 2px solid #6699CC;
border-top: 2px solid #6699CC;
border-bottom: 2px solid #6699CC;
width: 177px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: #000066;
}


p.boxnavbarphoto
{
float: left;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 177px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: #000066;
}


p.boxnavbarcopy
{
float: left;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 177px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 8pt;
text-align: left;
font-weight: normal;
font-style: normal;
color: #000066;
}


p.boxnavbaralt
{
float: left;
border-right: 2px solid #000066;
border-left: 2px solid #000066;
border-top: 2px solid #000066;
border-bottom: 2px solid #000066;
width: 177px;
background-color: #6699CC;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: #666666;
}


p.photobox
{
float: left;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 90px;
background-color: white;
padding: 2px;
font-family: arial,helvetica;
font-size: 7pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: #000066;
}


p.photoboxFM
{
float: right;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 184px;
background-color: white;
padding: 2px;
font-family: arial,helvetica;
font-size: 7pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: #000066;
}


p.photoboxwide
{
float: right;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 200px;
background-color: white;
padding: 2px;
font-family: arial,helvetica;
font-size: 7pt;
text-align: right;
font-weight: normal;
font-style: normal;
color: #000066;
}





p.photoboxleft
{
float: left;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 156px;
background-color: white;
padding: 3px;
font-family: arial,helvetica;
font-size: 7pt;
text-align: right;
font-weight: normal;
font-style: normal;
color: #000066;
}


p.blankbox
{
float: left;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 120px;
background-color: white;
padding: 1px;
font-family: arial,helvetica;
font-size: 7pt;
text-align: right;
font-weight: normal;
font-style: normal;
color: #000066;
}

p.miniblankbox
{
float: left;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 20px;
background-color: white;
padding: 1px;
font-family: arial,helvetica;
font-size: 7pt;
text-align: right;
font-weight: normal;
font-style: normal;
color: #000066;
}





p.photobox2
{
float: left;
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;
width: 140px;
background-color: white;
padding: 1px;
font-family: arial,helvetica;
font-size: 7pt;
text-align: right;
font-weight: normal;
font-style: normal;
color: #000066;
}




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

font.title
{
font-size: 18pt;
font-family:arial,helvetica;
font-weight: normal;
text-align: left;
font-style: normal;
color: #000066;
}


font.footer
{
font-size: 17pt;
font-family:arial,helvetica;
font-weight: normal;
text-align: left;
font-style: normal;
color: #000066;
}


font.bluetitle
{
font-size: 25pt;
font-family:arial,helvetica;
font-weight: normal;
text-align: left;
font-style: normal;
color: #000066;
}



font.subtitle
{
font-size: 14pt;
font-family:arial,helvetica;
color: #6699CC;
font-weight: normal;
text-align: left;
font-style: normal;
color: #6699CC;
}


font.subsubtitle
{
font-size: 13pt;
font-family:arial,helvetica;
color: #6699CC;
font-weight: normal;
text-align: left;
font-style: normal;
color: #6699CC;
}




font.main
{
font-size: 10pt;
font-family:arial,helvetica;
color: #000066;
font-weight: normal;
text-align: left;
font-style: normal;
}


font.tiny
{
font-size: 5pt;
font-family:arial,helvetica;
color: #000066;
font-weight: normal;
text-align: left;
font-style: normal;
}



font.white
{
font-size: 10pt;
font-family:arial,helvetica;
color: white;
font-weight: normal;
text-align: left;
font-style: normal;
}


font.other
{
font-size: 11pt;
font-family:arial,helvetica;
color: #6699CC;
font-weight: normal;
text-align: left;
font-style: normal;
}

font.blue
{
font-size: 10pt;
font-family:arial,helvetica;
color: #6699CC;
font-weight: normal;
text-align: left;
font-style: normal;
}




td
{
background-color: white;
text-align: left;
font-family: arial,helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}

td.center
{
background-color: white;
text-align: center;
font-family: arial,helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}



td.color
{
background-color: #6699CC;
text-align: center;
font-family: arial, helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: white;
}

td.colortitle
{
background-color: #336699;
text-align: center;
font-family: arial, helvetica;
font-size: 12pt;
font-style: normal;
font-weight: bold;
color: #FFFF66;
}