﻿body 
{
	margin-left: 5%; 
	margin-right: 5%; 
	margin-top:1%;
	color: black; 
	background-color: #a7a9ac;
}

h1
{ 	font-family: Arial, Georgia, Verdana; font-weight: bold; font-size: large;
  	font-variant: small-caps; color: #a10000;
  	margin-top:0.7em;
  	margin-left: auto;
  	margin-right: auto;
  	width: 20em;
  	
}

h2
{ 	font-family: Arial, Georgia, Verdana; font-weight: bold; font-size: large;
  	font-variant: small-caps; color: #273175;
  	padding-top: 0.2em; 
}

h3
{ 	font-family: Arial, Georgia, Verdana; font-weight: bold; font-size: small;
  	color: Black;
  	padding-top: 0em; 
}


p 
{	
	font-family: Arial, Georgia, Verdana; 
 	font-weight: normal; 
 	font-size: small;
  	color: Black
}


ul {
	font-family: Arial, Georgia, Verdana;  
	font-size: 0.8em;
	font-weight:  normal;
	margin: 0em 0em 0em 2em;
	padding:0em 0em 1em 2em;
	list-style-position: outside;
	list-style-type: disc;
}

ol 
{
	font-family: Arial, Georgia, Verdana; 
 	font-weight: normal; 
 	font-size: small;
  	color: Black;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0em 0em 0em 2em;
	padding:0em 0em 1em 2em;
}

.smalltext {font-size: small;}

.smallertext {	font-size: smaller;}


.mediumtext {font-size: medium }

.gt_pointer
{
	color: #a10000;
	font-size: 90%;
}


div.page_div 
	 {background-image: url(vertical_shadow1.png);
	  background-repeat: repeat-y;
	  background-position: right;
	  padding: 1em 1em 2em 2em; margin: 0em 0em 0em 0em; width:90%; 
	  background-color: White;} 

div.toplogo
	{ float: right;
	  padding: 0em 0em 3em 0em}

.other_links 
{
	background-position: right;
	width: 15em;
	float: right;
	padding: 1em 1em 1em 1em;
	margin: 1em 1em 1em 1em;
	margin-left: 1em;
	background-color: #faf5b9;
	border-right-style: dotted;
	border-top-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-color: gray;
	
}

.skiplink {display:none}


.std_list 
{
	margin: 1em 5em 1em 1em;
	list-style-type: square;
	font-family: Arial, Georgia, Verdana; 
 	font-weight: normal; 
 	font-size: small;
  	color: Black

}
.float_right
	{ float: right}
	
.float_left
	{ float: left}

.footer_txt
	{color: White;
   	margin-left: auto;
  	margin-right: auto;
 }
.footer_links
{ text-decoration: none;	color: #273175;}
.footer_links:hover
{ text-decoration: none;	color: #780000;}

