/* CSS Document */

body{
	margin: 0em;
	padding:0em;
	text-align: center;
	font-family: Century Gothic, Tahoma, Georgia, Ariel, serif;
	font-size: 12pt;
	color: #cd853f;/*--orange--*/
   	background:  url(images/background2.jpg);
	} 
	
#page{
	width:750;
	background: #FFFFF0;
	padding:1em;
	margin:2em 4em 1em 4em;
	}
	

#box4
	{
	background-color: #FFFFCC;
	border:3px solid #CC0033;/*--red--*/
	font-style: italic;
	padding: .25em;
	margin:0 10em 0 10em;
	}
	
#page2
	{
	
	background-color: #FFFFFF;
	margin:1em;
	padding:1em;
	}
	
#main{
	margin: 1em 6.4em 1em 6.4em;
	}

#top-nav {
    padding: 1.5em;
    font-size: 11pt;
	text-align: center;
	letter-spacing: .05em; 
	color: #990000;/*--dark red--*/
	}
	
hr{
	margin-left: 2em;
	margin-right: 2em;}
	
#line{ border-bottom: 2px solid #cd853f;/*--beige--*/}

#image-center {
	margin:0;
	padding:0;
	background:  transparent url(images/mar_header_750x100.jpg) center no-repeat;
	height: 100;
	text-align: center;
	}

#image1 {
    background: transparent url(images/mt206x400.jpg) center no-repeat;
	float: left;
	width: 206px;
    height:400px;
	padding: 0;
    margin: .2em;
	display: inline;
	}

#bookmark{
	text-align: right;
	padding-right: 4em;
	margin: 0;
	font-family: Tahoma, Ariel, Times New Roman, serif;
 	font-size: 15px;
	background-color: transparent;
	}
	
#date {	
	text-align: left;
	padding-left: 4px;
	margin: 0;
	font: 9pt Century Gothic, Tahoma, Ariel, Times New Roman, serif;
	font-style: italic;
	color: #990000;
	background-color: transparent;
	}

p 	{ 
	text-align: left;
	padding-top: .5px;
	padding-bottom: .5px;
	font-weight:bold;
	}

.c {text-align: center}
#show {text-align: center}
	

	


#top-content
	{
	text-align: left;
	font-size: 12pt;
	color: #990000;/*--dark red--*/
    background-color: transparent;
    }
	
p.section 
		{
		text-align: left;
        color: #990000;/*--dark red--*/
	    font-weight: bold;
		}
		
p.small-section 
		{
		text-align: left;
        color: #990000;/*--dark red--*/
	    font-size: 10.5pt;
		font-weight: bold;
		font-style: italic;
		margin:0;
		}

#float {
		text-align: left;
        color: #990000;/*--dark red--*/
	    font: 26pt Monotype Corsiva;
		float: left;
  		margin: -3 -2 0 0;  		
		background: #b0c4de;
		width: .8em;
		height: 1em;}

h1,h2,h3,h4,h5,h6 
	{ 
    margin:.25em 5em .25 5em; 
	font-family: georgia;
	font-style: italic;
	font-weight: normal;
	color: #7D775C;/*--grey--*/
	}
	
h2.float-left {/* header element float */
    float: left;
    width: 9em;
   	margin: 0 0.2em 0 0;
  	background: #b0c4de;
  	border-right: 2px dotted #cd853f;/*--red--*/
  	border-bottom: 2px dotted #cd853f;/*--red--*/
  	}
 

	
#foot-nav {
    padding: 0.2em;
    font-size: 10pt;
	text-align: center;
	letter-spacing: .025em; 
	margin-top: 1em;
	color: #990000;/*--dark red--*/
	}
	
#sub-navbar {
    background-color: #696846; /*--green--*/
	padding: 0.2em;
    font-size: 13px;
	text-align: center;
	letter-spacing: .05em; 
	margin-top: 6em;
	}


ul.list {
    text-align: left;
	background-color: transparent;
    margin: .1em 0 0 1em;
    padding: 0.2em;
    }


#gog { 
	text-align: center;
	margin: 2em 0 0 0;
	height: 60px;
	}

#copyright 
	{ 
	font: 8pt/16pt georgia; 
	color: #7D775C;
	text-align: center;
	padding-top: 1em;
	}
	
/*--links--*/

a:link 
	{
    color: #555753;/*--grey--*/ 
	font-style: normal;
	text-decoration: none;
	background-color: transparent;
	}

a:visited 
  	{
    color: #555753;/*--grey--*/ 
	font-style: normal;
	text-decoration: none;
	background-color: transparent;
	}
	
a:hover 
	{ 	
	color: #0000FF;/*--blue--*/
    font-style: normal;
	text-decoration: none;
	background-color: transparent;
	}

a:active 
	{
	background-color: transparent;
	text-decoration: none;
	}

/*--pulinks--*/

a.pu:link 
	{
    color: #0000FF;/*--blue--*/
	font-style: normal;
	text-decoration: none;
	background-color: transparent;
	}

a.pu:visited 
  	{
    color: #0000FF;/*--blue--*/
	font-style: normal;
	text-decoration: none;	
	background-color: transparent;
	}
	
a.pu:hover 
	{ 	
	color: #0000FF;/*--blue--*/
    font-style: normal;
	text-decoration: underline;
	background-color: transparent;
	}

a.pu:active 
	{
	background-color: transparent;
	}


/* ----END--------- */
	
