/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

A:link      { color: #41519A; text-decoration:none; }
A:visited 	{ color: #41519A; text-decoration:none; }
A:active 	{ color: #41519A;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #41519A;
 }

hr {
	border: 0;
	border-top: 2px solid #41519A;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	margin :20px;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: Black;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: Black ;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: Black;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

td.header
{
	background-image: url(Images/header.gif);
	/*border-left-style:solid;
    border-right-style:solid;
    border-right-color:White;
    border-left-color:White;
    border-left-width:medium;
    border-right-width:medium;*/
    border-bottom-style:solid;
    border-bottom-color:White;
    width:800px;
    height:20px;
}

td.bottommenu 
{
	background-image: url(Images/bottommenu.gif);
	height:120px;
	text-indent:1px;


}

td.menubar 
{
	background-image: url(Images/menubar.gif);
	text-align: left;
	height: 22px;
	width:100%;
	text-indent:1px;
	border-left-style: none;
    border-right-style:none;
    border-top-style:none;
    border-bottom-style:none;
    border-collapse:collapse;
	
	
}
table.body
{
	border-left-style:solid;
    border-right-style:solid;
    border-right-color:White;
    border-left-color:White;
    border-left-width:medium;
    border-right-width:medium;
    width:800px;
  }


td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.footer
{
background-color:#00a2a1;
height : 12px;
}


table.smallitemleft
{
width : 34%;
float:left;
background-color:White;
text-indent:1px;
	border-left-style: none;
    border-right-style:none;
    border-top-style:none;
    border-bottom-style:none;
    border-collapse:collapse;
}

table.smallitemright
{
width : 34%;
float:right;
background-color:White;
text-indent:1px;
	border-left-style: none;
    border-right-style:none;
    border-top-style:none;
    border-bottom-style:none;
    border-collapse:collapse;


}

table.largeitemleft
{
width : 34%;
float:left;
background-color:White;
text-indent:1px;
	border-left-style: none;
    border-right-style:none;
    border-top-style:none;
    border-bottom-style:none;
    border-collapse:collapse;
}

table.largeitemright
{
width : 34%;
float:right;
background-color:White;
text-indent:1px;
	border-left-style: none;
    border-right-style:none;
    border-top-style:none;
    border-bottom-style:none;
    border-collapse:collapse;
}
td.textbox
{
    width:100%;
    padding-right:25px;
    padding-left:25px;
    padding-bottom:20px;
    padding-top:20px;
    background-color:White;
    font-size:8pt;
    text-align:justify;
        
}



















td.smallmenubar 
{
	background-image: url(Images/bar1.jpg);
	text-align: left;
	text-indent: 1px;
	height: 18px;
	width:34%;
	font-size:smaller;
}

td.smallheaderbar 
{
	background-image: url(Images/bar1.jpg);
	text-align: left;
	height: 22px;
	text-indent:1px;
	width:34%;
}


table.sidemenu 
{
width : 34%;
float:left;
background-color:White;
text-indent:1px;

}

table.widemenu 
{
width : 65.5%;
float:right;
text-indent:1px;

}

td.thin_strip
{
background-color:#00a2a1;
width:24px;
}

td.smallmenustrip
{
background-color:#00a2a1;
width:34%;
float:left;
}



