/* CSS Document */

body {
margin-left: auto;
margin-right: auto;
}

p.one { font-family: garamond, verdana, arial, "sans serif";
font-size: 15px;
margin-left: 1.5cm;
margin-right: 1.5cm;
margin-bottom: 15px;
text-indent: 1.0cm;
text-align: left }

p.bottom { font-family: "century gothic", garamond, verdana, arial, "sans serif";
font-size: 12px }

p.two { font-family: garamond, verdana, arial, "sans serif";
font-size: 15px;
margin-left: 1.5cm;
margin-right: 0cm;
text-indent: 1.0cm;
text-align: left }

p.three { font-family: garamond, verdana, arial, "sans serif";
font-size: 15px;
margin-left: 0.5cm;
margin-right: 0.5cm;
margin-bottom: 15px;
text-indent: 0.5cm;
text-align: left }

h2 { font-family: garamond, verdana, arial, "sans serif";
text-align: center;
margin-top: 10px;
color: orange}

h3 {
font-family: garamond, verdana, arial, "sans serif";
font-size: 18px;
font-weight: 600 } 

h4 { font-family: garamond, verdana, arial, "sans serif";
font-weight: 600;
font-size: 18px;
margin-left: 1.5cm;
marign-right: 1.5cm;
text-align: left;
color: Orange }

h5 {
font-size: 15px;
font-family: garamond, verdana, arial, "sans serif";
padding-top: 10px;
margin-left: 10px;
}

td.home {
	background-color: #f8f8f8;
	vertical-align: top;
	text-align: left;
}

td.home2 {
	margin-left: 2.0cm;
	text-align: right;
	vertical-align: top;
}


a:link { color: #0099ff; text-decoration: none; }
a:visited { color: #9932cc; text-decoration: none; }
a:hover { color: #ba55d3; text-decoration: underline; }

img.arrow { float: right;
border: none; }

img.arrowtwo {
	float: left;
	border: none;
}

/* this is for the menu bar, using only css*/
 /* common styling */

 /* Set up the default font and ovrall size to include image */
.menu {
font-family: "century gothic", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width:600px;
height:0px;
background:#fff 0 20px no-repeat;
position:relative; 
margin:0em 125px 0 125px;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
left:0px;

}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000; 
width:108px; 
height:1.5em;
font-weight:bold;
color:#888; 
border-bottom:8px solid #888;
background:#fff; 
padding-left:10px; 
line-height:1.5em;
margin-right:2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:118px;
w\idth:108px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;

}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#000; 
border-bottom:8px solid #606;
text-decoration: none;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:1.2em;
margin-top:11px;
left:0px; 
width:108px;
border:1px solid #888;
border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
color:#000; 
border:5;
margin:0;
color:#000;
font-weight:strong; 
font-size:0.9em;
height:auto; 
line-height:1em; 
padding:5px; 
width:108px;
position:relative;
left:0px;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#88829A; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:118px; /* for IE5.5 faulty box model */
w\idth:108px; /* for IE6 */
}

/*end for menu bar*/




