.dropShade {
	box-shadow: 15px 15px 10px rgb(0, 0, 0, 0.4);
}

a:link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003333;
	text-decoration: underline
}


a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	text-decoration: underline
}

a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

body {
	background-color: #042f66;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000;
	padding-bottom: 100px;
	line-height: 150%;
	text-align: left;
}

h1 { 
	padding-top: 30px; 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18pt;
	font-style: bold;
	color: #29235c;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-variant: small-caps;
	color: #29235c;
}

#col1 {
	width: 600px;
	vertical-align: top;
	background-color: #fff0ce;
	padding: 10px;
}

#col2 {
	width: 200px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffe8a5;
	padding: 10px;
}

a.Lev1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	display: block;
	vertical-align: top;
	color: white;
	display: block;
	text-decoration: none;
}

a.Lev1:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	display: block;
	vertical-align: top;
	color: #29235c;
	background-color: white;
	display: block;
	text-decoration: none;
}
