body {
	background-color:#cccccc;
	background-image:url(images/Gradient-bkg.jpg);
	background-repeat:repeat-x;*/
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border:1px;
	border-top-color:#1e3d5c;
	padding:0;
	}
	 
table { 
	background-color:#b7c3d0;
	border-right-style: ridge;
	border-right-width: 5px;
	border-bottom-style:ridge;
	border-bottom-width:5px;
	border-left-style:solid;
	border-left-width: 2px;
	border-top-style:solid;
	border-top-width: 2px;
	}
	
/*Whitesmoke and blue border on right and bottom*/
.part1 {
	background-color: #F5F5F5;
	border-left: 0px;
	border-top: 0px;
	border-bottom-color: #1e3d5c;
	border-bottom-width: 5px;
	border-right-color: #1e3d5c;
	border-right-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	padding: 0px;
	}

/*Whitesmoke and no border*/
.part2 {
	background-color: #F5F5F5;
	border: 0px;
	padding: 0px;
	}
	
/*Whitesmoke and blue border on top and right only*/	
.part3 {
	background-color: #F5F5F5;
	border-left: 0px;
	border-bottom: 0px;
	border-top-color: #666666;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-style: solid;
	border-right-color: #666666;
	border-right-width: 2px;
	border-right-style: inset;
	border-bottom-style: solid;
	padding: 0px;
	}	
	
/*Whitesmoke and right border*/
.part4 {
	background-color: #F5F5F5;
	border-bottom-color: #1e3d5c;
	border-bottom-width: 0px;
	border-top-color: #999999;
	border-top-width: 0px;
	border-left-color: #999999;
	border-left-width: 0px;
	border-right-color: #003333;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 0px;
	}

/*Whitesmoke and green border on bottom and left only*/	
.part5 {
	background-color: #F5F5F5;
	border-bottom-color: #003333;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-top-width: 0px;
	border-left-color: #003333;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-width: 0px;
	border-left-style: solid;
	border-bottom-style: solid;
	padding: 0px;
	}	
/*Whitesmoke and blue border on top only*/	
.part6 {
	background-color: #F5F5F5;
	border-bottom-color: #1e3d5c;
	border-bottom-width: 0px;
	border-top-color: #1e3d5c;
	border-top-width: 2px;
	border-left-color: #999999;
	border-left-width: 0px;
	border-right-color: #999999;
	border-right-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 0px;
	}		
.horizontalcssmenu ul{
    vertical-align: top;
	margin-left: 0px;
	border-color: #666666;
	padding: 1;
	list-style-type: none;
	}

.horizontalcssmenu ul a:hover{
	background: url(images/HP-bg-main-copy.gif) repeat-x;
	color: #d7dbd7;/* #ffffff;*/
	
	}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 100px; /*Width of top level menu link items*/
	margin-left: 16px;
	padding: 2px 1px;
	background-color: #f5f5f5;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-right-width: 2px;
	border-color: #1c3d5c;
	border-style: solid;
	text-decoration: none;
	color: #1c3d5c;
	font-size: 14px;
	font-family: Palatino Linotype;
	font-weight: bolder;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	border-top: 0px solid #1c3d5c;
	position: absolute;  
	margin-left: 0;
	display: block;
    visibility: hidden;
	width: 135px; /*width of sub menu levels*/
	font-family: Palatino Linotype;
	font-size: 10px;
	color: #1c3d5c;
	font-weight: bolder;
	
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	/*display: inline;*/
	font-size: 10px;
	font-family: Palatino Linotype;
	font-weight: bolder;
	color: #1c3d5c;
	
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	display: block;
	width: 135px;
	font-size: 10px;
	font-family: Palatino Linotype;
	color: #1c3d5c;
	font-weight: 900;
	padding: 2px 0px;
	background-color: #e0e0e0;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #1c3d5c;
	border-right-color: #1c3d5c;
	border-left-color: #e0e0e0;
	}

.horizontalcssmenu ul li ul li a:hover{
 background: url(images/HP-bg-main-copy.gif);
  font-family: Palatino Linotype;
  font-size: 10px;
  color: #ffffff;
  font-weight: bolder;
   }

li {
	font-family: Palatino Linotype, Times New Roman, Times, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	font-style: normal;
	list-style-type: disc;
    }

.h1 {
	font-family: Garamond, Palatino Linotype, sans-serif; 
	font-size: 18px;
	font-weight: bold;
		color: #000000;
	}

.h2 {
	font-family: Garamond, Palatino Linotype, san-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
.h3
	{
	font-family: Garamond, Palatino Linotype, san-serif;
	font-size: 14px;
	line-height: 14px;
	color: #336666;
	font-weight: bold;
	}
.h4
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	color: #000000;
	}

.h5 {
	color: #1e3d5c; 
	font-family: "Lucida Calligraphy", "Baskerville Old Face", Palatino Linotype;
	font-size: 18px; 
	font-weight: bold; 
	line-height: 24px;
	}
	
.h6
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #1e3d5c;
	}
	
.p
	{
	font-family: Garamond, Palatino Linotype,  sans-serif;
	font-size: 11 px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	}

.style1
	{
	font-family: Palatino Linotype, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	}
	
.style3 {
	color:#fcfcfc;	
	font-weight: bold;
	}

.style4 {
	color: #1e3d5c;
	}
	
.style5 {
	color: #000000;
	font-size: 12px;
	font-family: Palatino Linotype, Times New Roman, Times, sans-serif;
	font-weight: bold;
	}
.style6 {
	font-family: Monotype Corsiva, Palatino Linotype, Times New Romn, sans-serif;
	font-style: italic;
	font-size: 20px;
	color:#1e3d5c;
	font-weight: bolder;
 	}
	
.style7 {
	color: #990000; 
	font-family: Monotype Corsiva, Palatino Linotype, Times New Roman, sans-serif; 
	font-size: 24px; 
	font-style: italic; 
	font-weight: bold; 
	line-height: 28px;
	}
	
.style8 {
	color: #006B54; 
	font-family: Monotype Corsiva, Palatino Linotype, Times New Roman, sans-serif; 
	font-size: 24px; 
	font-style: italic; 
	font-weight: bold; 
	line-height: 28px;
	}

.style10 {
	font-size: 12px;
	line-height: normal;
	color: #000000;
	font-family: Palatino Linotype, Times New Roman, Times, sans-serif;
	font-weight: bold;
	}
.style11 {color: #333333}
.style12 {color: #006666}
.style13 {
   font-family: Palatino Linotype, Times New Roman;
   font-weight: bold;
   font-size: 11px;
   }
.style14 {color:#990000}

a:link {
	color:#1e3d5c;
	text-decoration: none;
	font-weight:900;
	}

a:visited {
	color: #336666;
	text-decoration: none;
	font-weight:900;
	}
	
a:hover {
	color:#000000;
    text-decoration: none; 
	font-weight: bolder;
	}
	
a:active {
	color:#000000;
	text-decoration:none;
    font-weight:bolder;
	}
