@charset "utf-8";
/* CSS Document */

@font-face {  
	  font-family: Futura;  
	  src: url( /futura.eot ); /* IE */  
	  src: local("Futura"), url( /futura.ttf ) format("truetype"); /* non-IE */  
}

body {
	color:#0033ab;
	font-family: Futura, sans-serif;
	font-size: small;
}
#wrapper {
	margin: 0 auto;
	width: 1280px;
}
#header	{
	width:1280px;
	min-height:100px;
	background-image:url(/images/banner.jpg);
	background-repeat:no-repeat;
}
#header h1 {
	margin: none;
	padding: none;
	height: 0;
	overflow: hidden;
}
#content {
	width:1280px;
	clear:both;
}
#footer	{
	min-height:100px;
	width:1280px;
}
#multi_drop_menus *{
	margin:0; padding:0;
}

#multi_drop_menus {
	border:2px solid black;
	float:left;
	width:1278px;
}

#multi_drop_menus ul{
	float:left;
	margin-left:auto;
	margin-right:auto;
}
	
#multi_drop_menus li{
	list-style-type:none;
	float:left;
	position:relative;
	min-width:182.5px;
	text-align:center;

}

#multi_drop_menus li ul{
	position:absolute;
	width:7em;
	display:none;		

}

#multi_drop_menus li ul li{
	width:100%;

}

#multi_drop_menus a {

	display:block;
	padding: .3em 6px;
	background-color:#0033ab;
	color:#f7b512;
	}
#multi_drop_menus li ul a {
	border: 1px solid black;
}

#multi_drop_menus a:hover {
	color:black;
}

#multi_drop_menus li:hover ul{
	display:block;
}
h1	{
	font-size: xx-large; 
	font-weight: bold;
	font-variant: small-caps;
}
h2	{
	font-size: x-large;
	text-decoration: underline;
	text-align:center;
}
h3 	{
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
h4	{
	 font-size: medium;
	 font-weight: bold;
	 text-decoration: underline;
	 text-align:center;
}
.style1	{
	font-size: large;
}

.style2	{
	font-size: medium;
}
.style3	{
	font-size: medium;
	color: red;
	font-variant: small-caps;
}
.style4	{
	text-decoration: underline;
}
.style5	{
	font-weight: bold;
}
.style6	{ 
	text-align:center; 
}
.style7 {
	font-size: large; 
	font-variant: small-caps;
}
