﻿body 
{
    text-align:left;
    position:relative;
    width:100%;
    display:block;
    margin:0;

}

#content
{
    background-image:url('./layout/contentBack.gif');
    background-repeat:repeat-y;
    width:100%;
}

#menu
{
    text-align:center;
    background-image:url('layout/menubgNew.gif');
    background-repeat:repeat-x;
}

#headerTOP 
{
    background-image:url('layout/top_bg.gif');
    text-align:left;
    min-width:800px;
    position:relative;
    top:0;
    left:0;
    z-index:1;
}

#headSlide
{
    background-image:url('layout/headerbg.gif');
    text-align:left;
    min-width:800px;
    position:relative;
    top:0;
    left:0;
    z-index:1;
}

#footer
{
    background-color:#C00;
    height:3em;
    text-align:center;
    border-top:1px solid black;
}

#footText
{
    padding-top:7px;   
}

.bfooter
{
    font-size:.8em;
    color:White;
}
a.bfooter:visited
{
    color:White;
}

a.bfooter:hover
{
    color:Black;
}

img 
{
    border:0;
}

.main
{
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: #000000;
	width:600px;
	margin-left:130px;
	background-image:url('./images/bg.gif');
    background-repeat:no-repeat;
    background-position:center;
}

.header
{
	font-weight: bold;
	font-size: 15px;
	font-family: arial, tahoma, verdana;
}

.red
{
	 color: #FF0000;
}

.bigLetter 
{
    color:#f00;
    font-size:36px;
    font-weight:bold;
    float:left;
    position:relative;
    top:-6px;
    left:-1px;
}

a.main
{
	color: #330000;
	font-weight: bold;
	text-decoration: underline;
	margin-left:0;
}
a.main:hover
{
	color: #cc0000;
	text-decoration: none;
}


.small
{
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	color: #000000;
}
a.smallink
{
	font-size: 10px;
	color: #330000;
	font-weight: bold;
	text-decoration: underline;
}
a.smallink:hover
{
	color: #cc0000;
	text-decoration: none;
}

.pager
{
    float:left;
}

.clear
{
    clear:both;
}

.pagerInfo
{
   width:500px; 
}

.pagerInfo h3
{
   text-align:center;
   width:300px; 
}

ul
{
   float:left;
   width:225px;
   list-style-type:square;
   list-style-image:url('./layout/block.gif');
   list-style-position:outside;  
}


.pagerInfo img
{
   float:left;
   margin-left:10px; 
}