﻿body
{
    font-size: 11pt;
    font-family: Sylfaen;
    text-align: center;
}
a:link, a:active, a:visited
{
    font-family: Sylfaen;
	color:#999999;
}
a:hover
{
    color: silver;
    text-decoration: underline;
}

#logo
{
    z-index: 100;
    left: 0px;
    position: absolute;
    top: 5px;
}
#nav
{
}


#main
{
    background-color: #000033;
}
div#main
{
    clear: both;
    width: 750px;
    margin: 0 10px 0;
    padding: 10px 0;
    background: #000033;
    color: #FFF;
    
}
	
div#container
{
    width: 770px;
    margin: 0 auto 10px;
    padding: 20px 0 10px;
    text-align: center;
    background: #FFF;
}

div#maintext
{
	position:absolute;
    width: 400px;
    margin: 10px 0px 5px 300px;
    text-align: center;
    background: #000033;
	color:#FFFFFF;
}

.menu
{
    font-size: 10pt;
    text-transform: uppercase;
    font-family: Sylfaen;
    color: #000033;
}
.submenu
{
    font-size: 10pt;
    text-transform: uppercase;
    font-family: Sylfaen;
    color: white;
    background-color: #000033;
    text-align: left;
}

.copyright
{
    font-size: 9pt;
    font-family: Sylfaen;
    color: black;
}
.script
{
    font-size: 24pt;
    font-family: Pristina;
    text-align: center;
    vertical-align: middle;
    background-position: center center;
    background-image: url(images/p.gif);
    background-repeat: no-repeat;
}
.text
{
    font-size: 11pt;
    font-family: Sylfaen;
    text-align: justify;
    margin: 10px;
    font-variant: normal;
}
.heading
{
    font-size: 16pt;
    font-family: Sylfaen;
    text-align: left;
    margin-left: 10px;
}
.uppercase
{
    font-size: 10pt;
    font-family: Sylfaen;
    text-align: justify;
    text-transform: uppercase;
    margin: 10px;
}

	/* hide simpleviewer from ie on mac 

	html {

		height: 100%;

		overflow: hidden;

	}

	

	#flashcontent {

		height: 100%;

	}

	/* end hide */
	
