@font-face {
	font-family: Rockwell;
	src: url(topics/ROCK.ttf);
}

body {
		 				
            background-color: #f9b559; /*#FFFF99;*/
			font-family: "Garamond Book", Garamond, Sans-Serif;
			min-width: 60em;
			font-size: 14pt;
		 }

body span {
	/*font-variant: small-caps;*/
}

.small_caps {
	font-variant: small-caps;
}

a {
	font-weight: bold;
}
.q2 {
	font-size: 9pt;
}

h1 {
            text-align: center;
			/*margin-left: 5%;*/
			font-size: 28pt;
			font-weight: bold;
			font-family: "Garamond Book";
			color: #fcd004;
			text-shadow: -2px 0px 0px #FC3e04, 1px 0px 0px #FC3e04, 1px 1px 0px #FC3e04, 0px -1px 0px #fc3e04, -2px 1px 0px #fc3e04;   
            
         }
h2 {
			text-align: center;
		}	

h3 {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

h3 span {font-variant: small-caps;}

h4 {
    text-align: left;
	font-size: 20pt;
	font-weight: bold;
	line-height: 80%;
	margin-bottom: 8pt;
}


.all {
    position: relative;
    width: 98%; 
    height: auto; 
	margin: auto;
    border-style: solid;
    border-width: medium;
	border-top-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-right-color: white;
	border-bottom-color: white;
	background-color: #FFFF99;
    margin-top: 10px; 
	min-width: 60em;
	overflow: hidden;  
}

.container {
	position: relative;
	margin: 25px; 
	padding-left: 45px;
	padding-right: 45px;
	overflow: hidden;
}

.Warningbox{
	position: relative;
	left: 150px;
	width: 60%;
	height: auto;
	padding: 0 25px 0 25px;
	border-style: double;
	background-color: #FFFF66;
	border-color: red;
	font-size: 14pt;
	overflow: auto;
}


.logo {
         	position: absolute;
         	top: 10px;
            float: right;
			right: 10px;
            width: 130px;
			height: 130px;
			z-index: 130;                        
            /*background-color: #F8F8F8;*/
         }

		.logo img {
			width: 100%;
		}

.menustrip {
	
	position: relative;
	left: 5px;
	width: 86%;
	height: 30px;
}
.main_menu
{
    height:32px;
    line-height:30px;
    color:#FFF;
    position:relative;
    background-color: #333;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-size: 12pt;
    z-index: 100;
}
.main_menu ul
{
    padding: 0px;
    cursor: pointer;
    list-style:none;
    z-index: 100;
}

.main_menu span{
	font-size: 14pt;
}
.main_menu ul li
{
    padding:0;
    margin-left: 5px;
    border-right:1px solid #000000;
    float:left;
    background:#333333;
    min-width: 6em;
    margin-left: 5px;
}
.main_menu ul li a
{
    color:#FFF;
    display:block;
    text-decoration:none;
    padding:0 25px;
    min-width: 6em;
}
.main_menu ul li a:hover
{
    background: #fc6a12; /*#97ffdb; #3ea5ea;*/
    color:#000;
    z-index: 200;
}
.main_menu ul li ul
{
     display: none; 
     width: auto;
     position: absolute;
     top:30px;
     padding:0px;
     margin: 0px;
     
     
}
.main_menu ul li:hover ul
{
     display: block;
     position: absolute;
     margin: 0;
     padding: 0; 
}
.main_menu ul li:hover li
{
    float: none;
    list-style:none;
    margin:0px;
}
.main_menu ul li:hover li
{
    background:#333;
    border-top:1px solid #000000;
    z-index: 200;
}
.main_menu ul li:hover li a
{
    color: #fff;
    padding:0 20px;
    display:block;
    width: auto;
    z-index: 200;
}
.main_menu ul li li a:hover
{
    color:#000;
    z-index: 200;
}

.list_items ul {
	list-style: none;
	font-family: Rockwell;
	font-size: 11pt;
	margin-left: 10px;
}

.list_items ul small_caps {
	font-variant: small-caps;
}


.figure {
            position: relative;
            /*top: 320px;
            left: -3px;
            float: left;*/
            width: 80%; /*235px;
			height: 230px;*/
            
            padding: 4mm;
            border-style: inset;
            border-width: medium;
            border-top-color: #C0C0C0;
			border-left-color: #C0C0C0;
			border-right-color: white;
			border-bottom-color: white;
			background-color: #F8F8F8;
			
			overflow: hidden;
         }

         .figure img {
            width: 100%;
         }

         .figure .caption {
            display: block;
            margin-left: 0mm;
            margin-right: 0mm;
            margin-top: 2mm;
            margin-bottom: 2mm;
			font-size: 12pt;
			
         }
         


.footer {
    position: relative;
    left: 10px;
	top: 5px;
    /*padding-left: 10px;
    padding-top: 10px;*/
    width: 98%;
    height: 38px;
	border-style: solid;
    background-color: #FF6600;
    border-bottom-color: #CC6600;
	border-right-color: #CC6600;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
	font-size: 13pt;
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding-top: 5px;
}

.HoverLink {
		padding-left: 15px;
		padding-right: 15px;
		color: blue;
		text-decoration: underline;
		display: inline;
}

.HoverLink: hover {
	border-style: solid;
    background-color: #FF6600;
    border-bottom-color: #CC6600;
	border-right-color: #CC6600;
	border-top-color: #FF9900;
	border-left-color: #FF9900;	
}

.highlightlink {
	padding: 3px;
}

.highlightlink:hover {
	padding: 3px;
	margin: -3px;
	border-style: solid;
    background-color: #CCFF99;
    
}




.AdobeFrame {
	position: relative;
	width: 90%; /*
	height: auto;*/
}

.AdobeFrame img {
	width: 100%;
}

.AdobeFrame:Hover {
	border-color: blue;
	border-style: solid;
	border-width: 3px;
	margin: -3px;
	
	padding-bottom: -20px;
	
}


td {
	vertical-align: top;
	margin: 15px;
	padding: 25px;
	border-color: olive;
	border-style: double;
}

.page {
		 	
			width: 90%;
			height: 90%;
			padding: 25px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 25px;
			border-style: double;
			border-width: 6px;
			border-color: green;
			overflow: auto;
			font-family: "Times New Roman", Times, serif;
			font-size: 14pt;
			background-color: #FFFF99;
		 }
		 
.HoverLink {
		position: relative;
		padding: 6px;
		height: 18px;
		top: 8px;
		overflow: hidden;
		color: blue;
		text-decoration: underline;
		margin: 0px;
		clear: both;
		margin-left: 10px;
		border-style: solid;
		border-width: 5px;
		border-color: #FF6600;
		margin-top: 5px;
}

