/*************************************************/
/*                                               */
/* Fonts                                         */
/*                                               */
/*************************************************/

@font-face 
{
  font-family: "LCDdot";
  src: url("../fonts/lcddot.ttf") format("truetype");
}

@font-face 
{
  font-family: "Scoreboard";
  src: url("../fonts/scoreboard.ttf") format("truetype");
}

@font-face 
{
  font-family: "Agatha";
  src: url("../fonts/agatha.ttf") format("truetype");
}

@font-face 
{
  font-family: Arista;
  src: url("../fonts/Arista_light.ttf") format("truetype");
}

@font-face 
{
  font-family: "DejaVuSerif";
  src: url("../fonts/DejaVuSerif.ttf") format("truetype");
}

@font-face 
{
  font-family: "DejaVuSerifBold";
  src: url("../fonts/DejaVuSerifBold.ttf") format("truetype");
}

@font-face 
{
  font-family: "DejaVuSerifBoldItalic";
  src: url("../fonts/DejaVuSerifBoldItalic.ttf") format("truetype");
}

@font-face 
{
  font-family: "DejaVuSerifItalic";
  src: url("../fonts/DejaVuSerifItalic.ttf") format("truetype");
}

@font-face 
{
  font-family: "Dateline";
  src: url("../fonts/DLASWFTE.TTF") format("truetype");
}

@font-face 
{
  font-family: "ElementaryBold";
  src: url("../fonts/vwagb.ttf") format("truetype");
}

@font-face 
{
  font-family: "LiberationMonoRegular";
  src: url("../fonts/LiberationMono-Regular.ttf") format("truetype");
}

@font-face 
{
  font-family: "LiberationMonoBold";
  src: url("../fonts/LiberationMono-Bold.ttf") format("truetype");
}

@font-face 
{
  font-family: "LiberationMonoBoldItalic";
  src: url("../fonts/LiberationMono-BoldItalic.ttf") format("truetype");
}

@font-face 
{
  font-family: "LiberationMonoItalic";
  src: url("../fonts/LiberationMono-Italic.ttf") format("truetype");
}

@font-face 
{
  font-family: "QuicksandBook";
  src: url("../fonts/Quicksand_Book.otf") format("opentype");
}

@font-face 
{
  font-family: "QuicksandBookBold";
  src: url("../fonts/Quicksand_Bold.otf") format("opentype");
}

@font-face 
{
  font-family: "Verdict";
  src: url("../fonts/veri.otf") format("opentype");
}

/*************************************************/
/*                                               */
/* General Use                                   */
/*                                               */
/*************************************************/

.IndentOne
{ 
  margin-left: 20px; 
}  

a:link     {color: #000000; text-decoration: underline; }
a:active   {color: #0000ff; text-decoration: underline; }
a:visited  {color: #000000; text-decoration: underline; }
a:hover    {color: #ff0000; text-decoration: none;      }


/*************************************************/
/*                                               */
/* Tag Changes                                   */
/*                                               */
/*************************************************/

body
{
  background-image: url(../media/Background.png);
  font-family : "DejaVuSerif";
  font-size   : 15px;

  width : 1160px;
  margin: 0 auto;
}

b 
{
  font-family : "DejaVuSerifBold";
}

/*************************************************/
/*                                               */
/* Top Menu                                      */
/*                                               */
/*************************************************/

#TopMenu
{
  position : relative;
  width : 1160px;
  height : 41px;
  background-image: url(../media/MainBar.png);
}

#MadeWithNotePad
{  
  position: absolute;
  top:       5px;  
  right:    20px; 
} 

#QuickJump
{ 
  position:absolute;
  top    : 10px;
  right  : 0px;
  height : 20px;
  width  : 900px;

  padding-right: 120px;

  text-align  : right;
  font-size   : 16px;
  font-family : "QuicksandBook";
}  

#QuickJump a:link     {color: #000000; text-decoration: underline; }
#QuickJump a:active   {color: #0000ff; text-decoration: underline; }
#QuickJump a:visited  {color: #000000; text-decoration: underline; }
#QuickJump a:hover    {color: #ff0000; text-decoration: none;      }

#QuickJump b 
{
  font-family : "QuicksandBookBold";
}

#AMPTitle
{  
 position: absolute;
 top   : 8px;
 left  : 20px;
}  

/*************************************************/
/*                                               */
/* Banner Section                                */
/*                                               */
/*************************************************/

#banner
{
  position : relative;
  width : 1160px;
  height : 216px;
}

#LogoRegion
{ 
  position: relative;
  width:  210px;  
  height: 216px; 
  float: right;
}  

#Logo
{  
 position: absolute;
 top   : 0px;
 left  : 0px;
}  

#Globe
{  
  position: absolute;
  top   : 72px;  
  left  : 34px;  
}  

/*************************************************/
/*                                               */
/* Top Menu                                      */
/*                                               */
/*************************************************/

#PageTitle
{
  position : relative;
  width : 1160px;
  height : 41px;
  background-image: url(../media/MainBar.png);
}

/*************************************************/
/*                                               */
/* Copyright                                     */
/*                                               */
/*************************************************/

#Copyright
{
  position : relative;
  margin-top : 10px;
  padding-top : 4px;
  width : 1160px;
  height : 38px;
  background-image: url(../media/MainBar.png);

  font-family : "LiberationMonoRegular";
  font-size   : 11px;
  text-align  : center;
  clear : both;
}

/*************************************************/
/*                                               */
/* Privacy Notice                                */
/*                                               */
/*************************************************/

#Respect
{ 
  font-family : "Agatha";
  font-size   : 40px;
  text-align  : center;
}  

