/* created: August 18, 2009 */
/* created by Sylvia Ann Meadows or S A Meadows www.sameadows.com also known as m3cats */


body {
   margin: 0 auto;
   color: white;
   background-color: #1A1AD0;
   background-image: url(../images/bckgrnd/devilSingle.jpg);
   background-repeat: repeat;
   font-family: Arial, Helvetica, sans-serif;
   font-size:100%;
   line-height: 140%;
}

/*  hold all divs on webpage  */
#wrapper {
   margin: 0px auto 0px auto;
   width: 798px;
   background-color: transparent;
   background-image: url(../images/bckgrnd/body.jpg);
   background-repeat: repeat-y;
   background-position: top;   
}
/*  hold logo - website top   */
#pageHeader {
   width: 788px;
   height: 110px;
   margin-left: 5px;
   background-color: #black;
   background-image: url(../images/bckgrnd/lf.jpg);
   background-repeat: no-repeat;
   background-position: left top;
}


/*  hold all divs on webpage except header */
#container {
position: relative;
   width: 798px;
}


/* --  Main Content -- */
#mainContent {
 position:relative;
   top: 0px;
   left: 90px;
   width: 618px;
   padding-top: 130px;
   padding-bottom: 28px;
}

/* --  TOP NAVIGATION right column main nav -- */
#mainNav {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 798px;
   height: 76px;
}


/* 
footer of plain test links */
html>body #footer {margin-left: 0;}

#footer  {
   position: relative;
   bottom: 0px;
   left: 0px;
   height: 190px;
   width: 790px;
  
}
#footer p {
text-align: center;
font-size: 11pt; 
line-height: 15pt;
padding: 0px 0px 0px 0px; 
}	
#footer a {
   text-decoration: underline;
   color: white;
   background-color: transparent;
}
#footer a:hover {
	text-decoration: underline;
	color: black;
	background-color: white;
}
#footer .closing {
   font-size: 14pt;
   padding: 0px 0px 0px 0px; 
}
  
#footer .copyright { 
font-size: 10pt;  
padding: 0px 0px 0px 0px; 
}


  

/* TEXT STYLES */
abbr, acronym,  span.abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, abbr, acronym,  span.abbr {
   padding: 4px 0px 4px 0px;
}
h1, h2, h3, h4, h5, h6 {
   color: white;
   background-color: transparent;
}

h1 {
font-size: 105%; 
}
h2 { 
font-size: 104%; 
}
h3 {
	font-size: 103%; 
}
h4 { 
	font-size: 102%;
}
h5 { 
	font-size: 101%; 
}
h6 {
	font-size: 100%;
}

p, dt {
   font-size: 95%;
   padding: 0px 0px 0px 0px;
}


ol, dl {
	margin: 0px 0px 0px 25px;
	padding: 2px 2px 2px 2px;
} 

ul {
	padding: 2px 2px 2px 10px;
}

li, dd {
   font-size: 93%;
   margin: 0px 0px 0px 0px;
   padding: 5px 2px 5px 2px;
   text-align: left;
}

a {
	text-decoration: underline;
}
	
a:link {
   background-color: transparent;
   color:  white;
}

a:visited {
   background-color: transparent;
   color: #ffffe5;
}


/* Special Text  */


#top{
   font-size: 70%;
   line-height: 120%;
   padding: 8px 8px 0px 300px;
   text-align: right;
}

/* styles for images */
img
{ 
border: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
clear: both;
}

.fltleft {
   float: left;
   border: 0px;
   padding: 2px 5px 1px 1px;
   clear: both;
}


