/*------------------------------------------*\
|*      stylesheet for Eastpointe site      *|
|*              created by: alex            *|
\*------------------------------------------*/

/*-main colors------------------------------*/
/* #000000 - white  [backgrounds]           */
/* #20A795 - gold   [text, highlights]      */
/* #330066 - purple [text, shadows]         */
/* #660099 - purple variant [text] 6A9CB9		, 20A795*/

/*-head fonts-------------------------------*/
/* mac:     skia,                           */
/* win:     "lucida sans",                  */
/* else:    sans-serif,                     */

/*-body fonts-------------------------------*/
/* mac:     "gill sans",                    */
/* win:     "tahoma",                       */
/* else:    sans-serif,                     */


/*-basic elements---------------------------*/
body 
    {

    background:                     #FFFFFF;
    font-weight:                    normal;
    font-size:                      10pt;
    font-family: "gill sans", "tahoma", sans-serif;
	border:							0;
	padding:						0;
    }

table
	{
	border:							0;
	padding:						0;
	margin:							0;
	}
	
td
	{
	border:							0;
	padding:						0;
	margin:							0;
	}

hr
    {
    width:                          80%;
    align:                          center;
    color:                          #FFCC00;
    }
    
hr.frame
    {
    width:                          100%
    }
    
hr.content
    {
    width:                          60%
    }

.base-frame
    {
    width:                          700px;
    margin:                         auto;
    align:                          center;
	border:							1;
	border-color:					#000000;
	padding:						0;
    }
	
.header
	{
	color:							#ffffff;
	font-weight:                    bold;
	background-color:				#6A9CB9;
    font-size:                      10pt;
	font-family: "gill sans", "verdana", sans-serif;
	text-align:						right;
	}
	
.footer
	{
	color:							#ffffff;
	font-weight:                    bold;
	background-color:				#6A9CB9;
    font-size:                      10pt;
	font-family: "gill sans", "verdana", sans-serif;
	text-align:						right;
	}
    
    
/*-basic text emelents----------------------*/    
p
    {
    font-size:                      12pt;
    }
    
li
    {
    font-size:                      10pt;
    font-style:                     italic;
    }
    
ul, ol
    {
    font-size:                      12pt;
    font-style:                     normal;
    }
     
    
/*-links------------------------------------*/
a
    {
    color:                          #6A9CB9;
    font-size:                      12pt;
    }
    
a.hover
    {
    color:                          #000000;
    }
    
a.link
    {
    color:                          #000000;
    }

a.active
    {
    color:                          #000000;
    }

a.visited
    {
    color:                          #000000;
    }


/*-headings---------------------------------*/
.heading-0
    {
    color:                          #330066;
    font:   40pt
            "skia", "lucida sans unicode";
    }
    
.heading-1
    {
    color:                          #330066;
    font:   30pt
            "skia", "lucida sans unicode";
    }
    
.heading-2
    {
    color:                          #330066;
    font:   20pt
            "skia", "lucida sans unicode";
    }
    
.heading-3
    {
    color:                          #330066;
    font:   14pt
            "skia", "lucida sans unicode";
    display:                        block;
    text-align:                     center;
    }
    
.heading-4
    {
    color:                          #000000;
    font:   12pt
            "gill sans", "tahoma", sans-serif;
    display:                        block;
    text-align:                     center;
    font-weight:                    bold;
    }
    
    
/*-paragraphs-------------------------------*/
.paragraph-right
    {
    color:                          #330066;
    font-size:                      12pt;
    }
    
.paragraph-center
    {
    color:                          #660099;
    font-size:                      12pt;
    text-align:                     center;
    }


/*-menus------------------------------------*/
.base-frame-menu
    {
    width:                          100px;
    vertical-align:                 top;
	text-align:						center;
    border:                         0;
    }
    
    
/*-content----------------------------------*/    
.base-frame-content
    {
    width:                          600px;
    vertical-align:                 top;
    border:                         0;
    }