﻿/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: center;
 }
		
A:link      { color: #265CC0; text-decoration:none; }
A:visited 	{ color: #265CC0; text-decoration:none; }
A:active 	{ color: #265CC0;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #265CC0; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #265CC0; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #265CC0;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
A.topLink:link      { color: #163A6E; text-decoration:none; font-weight: normal; }
A.topLink:visited 	{ color: #163A6E; text-decoration:none; font-weight: normal; }
A.topLink:active 	{ color: #163A6E;  cursor:hand; text-decoration:none; font-weight: normal; }
A.topLink:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; font-weight: normal; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #6487DC;
 }

hr {
	border: 0;
	border-top: 2px solid #DE5C2F;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
/*	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;*/
	color: #000000;
	font-family: verdana;
}

ul.rbclist
{
	font-family: verdana;

}


.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #265CC0
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #265CC0;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #265CC0;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#2A48CE;
	  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#3359EC, endColorstr=darkblue);
}

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.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#6487DC;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #6487DC;
	text-align: right;
}

.SideBarTitle {
	background-color: transparent;
    color: Black;
 }

.SideBar {
   border-top: 0px;
   border-left: 1px;
   border-right: 1px;
   border-bottom: 1px;
   border-style: solid;
   border-color: Black;
   border-collapse: collapse;
   margin-bottom: 5px;
}


td.SideBarTitle {
     background-image: Url(images/MenuGrad.jpg);
     background-repeat: repeat-x;
     border-top: 0px;
     height: 20px;
     padding-top:2px;
     vertical-align: top;
}


 A.SideBarTitle:link, A.SideBarTitle:visited, A.SideBarTitle:active {
  color: Black;
  text-decoration:none;
}

A.SideBarTitle:hover {
  color: Black;
  text-decoration:underline;
}

.MainTable {
   background-color: #deedf3; /*#fedac8;*/
}

.MainContent {
   background-color: white;
}


.SubMenu:link, .SubMenu:visited,
.SubMenu1:link, .SubMenu1:visited,
.SubMenu2:link, .SubMenu2:visited,
.SubMenu3:link, .SubMenu3:visited,
.SubMenu4:link, .SubMenu4:visited,
.SubMenu5:link, .SubMenu5:visited{
  color: Black;
  background-image: Url(images/MenuGrad.jpg);
}

a.SubMenu:hover,
a.SubMenu1:hover,
a.SubMenu2:hover,
a.SubMenu3:hover,
a.SubMenu4:hover,
a.SubMenu5:hover{
  color: Black;
  background-image: Url();
  background-color: White;
}

.SubMenuYouAreHere:link, .SubMenuYouAreHere:visited,
.SubMenuYouAreHere1:link, .SubMenuYouAreHere1:visited,
.SubMenuYouAreHere2:link, .SubMenuYouAreHere2:visited,
.SubMenuYouAreHere3:link, .SubMenuYouAreHere3:visited,
.SubMenuYouAreHere4:link, .SubMenuYouAreHere4:visited,
.SubMenuYouAreHere5:link, .SubMenuYouAreHere5:visited{
  color: Black;
  /*background-image: Url(images/MenuGradRev.jpg);*/
  background-color: White;
 }

.SubMenuYouAreHere:hover,
.SubMenuYouAreHere1:hover,
.SubMenuYouAreHere2:hover,
.SubMenuYouAreHere3:hover,
.SubMenuYouAreHere4:hover,
.SubMenuYouAreHere5:hover{
  color: Black;
  background-image: Url(images/MenuGrad.jpg);
}

