﻿/* Standard tags */
a:link
{
    	COLOR: #006331; /* Dragon Green */
/*color: Silver;*/
font-weight: bold;
text-decoration: none;
}
a:visited
{
    COLOR: #006331; /* Dragon Green */
/* COLOR: Silver; */
font-weight: bold;
text-decoration: none;
}
a:hover
{
COLOR: #efb519; /* Dragon Gold */
font-weight: bold;
text-decoration: underline;
}
a:active
{
COLOR: #c00810; /* Dragon Red */
font-weight: bold;
text-decoration: underline;
}

blockquote
{
	margin-left: 20px;
}

h1
{
	COLOR: #c00810; /* Dragon red */
	text-align: center;
	font-size: 20pt;
	font-family: Verdana;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:10px;
}

h2
{
	COLOR: #c00810; /* Dragon red */
	/*text-align: center;*/
	font-size: 13pt;
	font-family: Verdana;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:5px;
}

h3
{
	COLOR: #006331; /* Dragon Green */
	/*text-align: center;*/
	font-size: 11pt;
	font-family: Verdana;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:3px;
}

/* Classes */
.defaultText
{
	font-size: 8pt;
	color: Black;
	font-family: Verdana
}

.heading
{
	background-color: White;
 	width: 100%;
	text-indent: 5px;
	font-size: 14pt;
	color:  #c00810; /* Dragon Red */
	font-weight: bold;
	font-family: Verdana
}

.defaultLink
{
	width: 100%;
	color: White;
	font-family: Verdana;
}

.menuLink>a:link, .menuLink>a:visited
{
    color:Silver;
}

.menuLink>a:hover
{
    COLOR: #efb519; /* Dragon Gold */
}
.menuLink
{
	width: 100%;
	font-size: 12pt;
	color: White;
	font-family: Verdana;
}

/* Content Divs */
.divboxMenu
{	
	position: absolute;
	left: 0px;
	top:  -45px;
	width: 120px;
	height: 30px;
	background-color: white; /*#006331; /* Dragon Green */
	text-align: center;
}

.divboxFooter
{
	height:30px;
	color: White;
}

.redBg
{
	background-color: #c00810; /* Dragon Red */
}

.seaBg
{
	background-color: #003466; /* Sea Blue */
}

.gradientBg
{
	background-color: #8a060b;
  background-image: url(../Images/Layout/bgBottom.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

.gradientBgL
{
	height: 572px;
  background-color : #8a060b;
  background-image: url(../Images/Layout/bgBottomL.gif);
  /*background-repeat: repeat-x;*/
  background-position: right | bottom;
}

.gradientBgR
{
	height: 572px;
	background-color: #8a060b;
 background-image: url(../Images/Layout/bgBottomR.gif);
  /*background-repeat: repeat-x;*/
  background-position: left | bottom;
}

body 
{
  background-color: #000000; 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px
}

