/* CSS Document by Dieter Schneider 2006 | www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;
}

p {
	margin-bottom: 0px;
	/*background-color: #C2FFBF;*/
	padding: 15px;
      font-size: .7em;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
      background-color: #C2FFBF;
	color: #000000;
}

h2 {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 15px;
	color: #000000;
}
   
h3 {
	margin-top: 5px;
	color: #000000;
	font-size: 1.2em;
	background-color: #C2FFBF;
	padding: 4px;
}

h4 {
	color: #000000;
	font-size: .9em;
	background-color: #C2FFBF;
	padding: 4px;
	text-align: left;
}

h5 {
	margin-top: 5px;
	color: #000000;
	font-size: 1.5em;
	background-color: #C2FFBF;
	padding: 4px;
}

a:link {
	color: #09AE00;
	text-decoration: none;
}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #6C6A41}   /* mouse over link */
a:active {color: #09AE00}   /* selected link */
   
.float_left {float: left;
              margin-right: 6px;}

body {
    font-size: -1;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	background-image: url(img/fire6.gif) no-repeat left top;
	height: 120px;
	width: 800px;
	text-align: center;
	margin: 0;
}
#header h2 {
	color: #70A1EB;
	margin: 0;
	
}

#left {width: 25%;
       float: left;
	   font-size: 1.1em;
}

#right {width: 25%;
        float: right;
		font-size: 1.1em;
}

#content {margin-left: 0%;
          margin-right: 0%;
	    font-size: 1.2em;
          background-color: #C2FFBF;
      }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

#innerContentleft {
	color:Grey;
	padding: 5px;
	height: 250px;
	text-align: left;
	margin-left: 2px;
	margin-right: 2px;	
	overflow-y: scroll;
	background-color: White;
	border: thin gray inset;
	background-image: url(stripes.jpg);
	scrollbar-3dlight-color:pink;
   scrollbar-arrow-color:black;
   scrollbar-base-color:grey;
   scrollbar-darkshadow-color:black;
   scrollbar-face-color:grey;
   scrollbar-highlight-color:silver;
   scrollbar-shadow-color: black;
	}
}
#innerContentleft a {
	color: red;
	text-decoration: none;
}
#innerContentleft a:hover {
	color: blue;
	text-decoration: none;
}

#innerContentcenter {
	color:black;
	padding: 5px;
	height: 120px;
      width:  540;
	text-align: left;
      font-size: -1;
	margin-left: 2px;
	margin-right: 2px;	
	overflow-y: scroll;
	background-color: White;
	border: thin gray inset;
	background-image: url(stripes.jpg);
	scrollbar-3dlight-color:pink;
   scrollbar-arrow-color:black;
   scrollbar-base-color:grey;
   scrollbar-darkshadow-color:black;
   scrollbar-face-color:grey;
   scrollbar-highlight-color:silver;
   scrollbar-shadow-color: black;
	}
}
#innerContentcenter a {
	color: red;
	text-decoration: none;
}
#innerContentcenter a:hover {
	color: blue;
	text-decoration: none;
}

#innerContentright {
	color:Grey;
	padding: 5px;
	height: 250px;
	text-align: left;
	margin-left: 2px;
	margin-right: 2px;	
	overflow-y: scroll;
	background-color: White;
	border: thin gray inset;
	background-image: url(stripes.jpg);
	scrollbar-3dlight-color:pink;
   scrollbar-arrow-color:black;
   scrollbar-base-color:grey;
   scrollbar-darkshadow-color:black;
   scrollbar-face-color:grey;
   scrollbar-highlight-color:silver;
   scrollbar-shadow-color: black;
	}
}
#innerContentright a {
	color: red;
	text-decoration: none;
}
#innerContentright a:hover {
	color: blue;
	text-decoration: none;
}
#innerContentlong {
	color:Grey;
	padding: 1px;
	height: 400px;
	text-align: left;
	margin-left: 2px;
	margin-right: 2px;	
	overflow-y: scroll;
	background-color: White;
	border: thin gray inset;
	background-image: url(stripes.jpg);
	scrollbar-3dlight-color:pink;
   scrollbar-arrow-color:black;
   scrollbar-base-color:grey;
   scrollbar-darkshadow-color:black;
   scrollbar-face-color:grey;
   scrollbar-highlight-color:silver;
   scrollbar-shadow-color: black;
	}
}
#innerContentright a {
	color: red;
	text-decoration: none;
}
#innerContentright a:hover {
	color: blue;
	text-decoration: none;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


#footer {
	font-size: 1.2em;
	background-color: #f9f9f9;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
	/*padding: 15px;*/
	clear: both;
}


#navigation {
        /*background: #1A1B20;*/
        /*border-bottom: 1px solid #A1A1A1;*/
        margin: 0;
        padding: 0;
        font-weight: bold;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 5px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(img/tableft.gif) no-repeat left top;
        color: #FFF;
        text-decoration: none;
        padding: 5px 0;
}
#navigation ul li span {
        background: url(img/tabright.gif) no-repeat right top;
        padding: 5px 5px 5px 3px;
        margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
        text-decoration: none;
        background-position: 100% -75px;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}


/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
        padding: 0;
}
