/* html tag re-defination */ 
h1 {
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
    margin-bottom: -10px;
}

h2 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
    margin-top: -2px;
    margin-bottom: -10px;
}

h3 {
        color: yellow;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   }   

hr {
       margin-bottom: -1px;
}

body {
	
        background-image: url(../images/background/red_dark_grad.jpg);
        background-repeat: repeat;
        background-attachment: fixed;
        bottom: 0pt;
	    left: 0pt;
	    margin: 0pt;
	    padding: 0pt;
     	right: 0pt;
    	top: 0pt;
        color: white;
}
p {
        color: white;
	    font-family: Arial, Helvetica, sans-serif;
        font-size: 0.7em;         
}
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-size: small}
.style3 {color: #FFFFFF}
.style4 {color: #999999}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {font-size: 1em;
         font-weight: bold;
}
.style7 {color: #FF0000}
.style8 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
.style9 {
	color: #FFFF00;
	font-weight: bold;
}
.style11 {color: #FFFF00}


.redltalic {
	color: #FF0000;
	font-style: italic;
}
.big2time {
      font-size: 2em;
}
.red {
	  color: #FF0000;
      font-size: 1.1em;
}
.redbig {
      font-size: 3em;
	  color: #FF0000;
}
.italicyellow {
	font-size: 1em;
	color: #FFFF00;
	font-style: italic;
	font-weight: bold;
}
.grey {
	color: #CCCCCC;
}     

/* Pseudo Selector */
a:link {
  color: white;
  }    

a:hover {
  color: yellow;
  font-size: 1.1em;
  /* text-decoration: overline; */
  text-transform: uppercase;
  }

a:visited {
  color: white; 
  }   

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  }

/* Layout using Layers */
#header {
  margin: 0px;
  padding-left: 0px;
  /* position: fixed;*/
  position: relative; 
  width: 760px;
  height: 75px
  }
  
#left {
	position: absolute;
	left: 11px;
	top: 117px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font: bold;
	padding: 4px;
	border-style: ridge;
	visibility: visible;
  }
#center {
	margin-top: 0;
	margin-left: 220px;
	margin-right: 225px;
	padding: 8px;
	padding-top: 0px;
  }
  
#center a:link, #center a:visited  {
	/* display: block;
	padding: 5px 5px 5px 0.5em; */
	/* border-left: 12px solid #711515;
	border-right: 1px solid #711515; */
	/* background-color: #B51032; */
	color: pink;
	text-decoration: underline;
        font-weight: bold;
}  
#right {
	position: absolute;
	right: 2%;
	top: 106px;
	width: 200px;
	padding: 2px;
	color: white;
	border-style: ridge;
	font-size: 0.9em;
	visibility: visible;
  }
#rightthin {
  position: absolute;
  right: 2%;
  top: 120px;
  width: 130px;
  padding: 2px;
  color: white;
  border-style: none;
  font-family: Arial;
  }
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  border-top: 1px dotted #AAAAAA;
  color: #626262;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  }

/* Top navigation */
#horznav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
        margin-top: 17px;
}
#horznav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#horznav a:link, #horznav a:visited { 
	padding: 3px 10px 2px 10px; 
	color: #FFFFFF;
	/* background-color: #B51032; */
	text-decoration: none;
	/* border: 1px solid #711515; */
}
#horznav a:hover {
	color: yellow;
        font-size: 1.1em;   
	/* background-color: #711515; */
}


/* Sidebar Navigation */ 

#navigation {
	width: 189px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	/* border-bottom: 1px solid #ED9F9F; */
}
#navigation li a:link, #navigation li a:visited  {
	/* display: block;
	padding: 5px 5px 5px 0.5em; */
	/* border-left: 12px solid #711515;
	border-right: 1px solid #711515; */
	/* background-color: #B51032; */
	color: pink;
	text-decoration: underline;
        font-weight: bold;
}
#navigation li a:hover {
	/* background-color: #711515; */
	color: yellow;
	font-size: 1.1em;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	/* border-bottom: 1px solid #711515; */
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	/* background-color: #ED9F9F; */
	color: orchid;
}
#navigation ul ul a:hover {
        /* background-color: #711515; */
	color: yellow;
	font-size: 1.1em;
}
