﻿ /*----------------------------------------------------------------------- 
   Main Styles 
 ------------------------------------------------------------------------ */

html{
   	width: 100%;
   	height:100%;
   	margin: 0em;
   	padding: 0em;
}


body {
	color: #333333;
	font-family: verdana, sans serif;
	font-size: 11px;
	line-height: 16px;
	background:url("../img/DivBkgnrd.gif") repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


table{
border:1;
color: #333333;
	font-family: verdana, sans serif;
	font-size: 11px;
	line-height: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-collapse:collapse;

}

.fullPage{
    Width: 50%;
}

p{
    font-size: 11px;
	line-height: 16px;
    font-family: verdana, sans serif;
    text-align:justify;
}

.indent
{
   font-size: 11px;
	line-height: 16px;
    font-family: verdana, sans serif;
    text-align:right; 
}

#WhtBkgrnd {
	background:url("../img/WhtBkgrnd.gif") repeat-y;
	position: absolute;
	left:240px;
	top:0px;
	width:464px;
}


#Content {
	padding-top:5px;
	padding-left:18px;
}

#logo {
	padding-left:49px;
}



#Text{padding:0px 10px 10px 10px;}
#WhtBtm{background: #E3E3E3; height:5px;}
#Footer {
	background: #E3E3E3;
	margin:0;
	padding:0;
	height:20px;
}
#Footer2 {
	background: #E3E3E3;	
	margin-top:450px;	
	padding:5;
	height:20px;
}

.ftr {
	padding-left:18px;
	font:normal 9px verdana, sans-serif; 
	color: #455A75;
	background: #E3E3E3;
}

h1{font:normal 42px  georgia, Times New Roman, serif; color: #CC0000; letter-spacing: -3px;}
h2{font:normal 17px Times New Roman, georgia, serif; color: #3D75A8; line-height: 14px; }

.highlight {color:red;}

a:link { color: #455A75; text-decoration: underline; }
a:visited { color: #455A75; text-decoration: underline; }
a:hover { color: #ffffff; text-decoration: none; background:#455A75; }
a:active { color: #455A75; text-decoration: underline; }

a.footer {font:normal 9px Verdana, sans-serif;}
 /*----------------------------------------------------------------------- 
   Nav Styles 
 ------------------------------------------------------------------------ */
a.navLink:link {font-weight: normal; color: #455A75; text-decoration: none;}
a.navLink:visited {font-weight: normal; color: #455A75; text-decoration: none; }
a.navLink:hover {font-weight: normal; color: #ffffff; text-decoration: none; background:#455A75; border: none;}
a.navLink:active {font-weight: normal; color: #455A75; text-decoration: none; }

ul {
	margin: 0;
	padding: 0;
	width: 255px; /* Width of Menu Items */
	padding-left:49px;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 205px; /* Set 1px less than menu width */
	top: 0;
	display: none;	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #1D1D1D;
	background: #D0D0D0; /* IE6 Bug */
	padding: 5px;
	border-bottom: 1px dotted #A5A5A5;
	text-decoration: none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #1D1D1D; background: #E3E3E3; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

 .BigTag {
 font :bold 18px Gill Sans, sans-serif;
 color: #CC3300;
 }
 
 a.BigTag:link { font :bold 18px Gill Sans, sans-serif; color: #CC3300; text-decoration: underline; }
 a.BigTag:visited { font :bold 18px Gill Sans, sans-serif; color: #CC3300; text-decoration: underline; }
 a.BigTag:hover { font :bold 18px Gill Sans, sans-serif; color: #ffffff; text-decoration: underline; background:#CC3300; }
 a.BigTag:active {font :bold 18px Gill Sans, sans-serif; color: #CC3300; text-decoration: underline; }
