/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

/* Begin Typography & Colors */
body {border-top: 0px solid rgb(221,217,215);
	font-size: 90%; /* Resets 1em to 10px */
	font-family: Arial, Sans Serif;
	color: #444444;
	}

p {border-top: 0px solid rgb(221,217,215);
	font-size: 90%; /* Resets 1em to 10px */
	font-family: Arial, Sans Serif;
	letter-spacing: 1px;
	color: #999999;
	}


a.lt {margin-right: 0;
font-size: 1.2em;
letter-spacing: 2px;
}

a.lt:link {color: #474747;}
a.lt:visited {color: #000000;}
a.lt:active {color: #000000;}
a.lt:hover {color: #f0543d;}
a.lt {text-decoration: none;}

a.lc {margin-right: 0;
font-size: 1.2em;
}

a.lc:link {color: #f0543d;}
a.lc:visited {color: #000000;}
a.lc:active {color: #000000;}
a.lc:hover {color: #000000;}
a.lc {text-decoration: none;}

a.li {margin-right: 0;
font-size: 1em;
letter-spacing: 2px;
}

a.li:link {color: #999999;}
a.li:visited {color: #999999;}
a.li:active {color: #000000;}
a.li:hover {color: #f0543d;}
a.li {text-decoration: none;}

a.home {
margin-right: 0;
font-size: 1.2em;
}

a:link {color: #666666;}
a:visited {color: #333333;}
a:active {color: #333333;}
a:hover {color: #f0543d;}
a {text-decoration: none;}



h1, h2, h3, h4 {
	color: #f0543d;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 2.2em;
	line-height: 0.9em;
	}	
	
	h2 {
	font-size: 2.1em;
	}
	
h2 a {color: rgb(80,80,80);
 	letter-spacing: -1px;
	line-height: 1.2em;
	text-decoration: none;
	border-bottom: none;			
	}

h2 a:visited {color: rgb(120,120,120);}		
h2 a:hover {color: rgb(0,0,0);}

h3 {
	font-size: 1.3em;
	}
	
h4, li h2 {line-height: 1.2em;
 	letter-spacing: 1px;	
	font-size: 0.8em;
	font-weight: normal;	
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif; 		
	}	




a.image {border-bottom: 0;}	
	
#page {
	text-align: left;
	}
	

/* Begin Structure */
body {

	text-align:center;
	}

	
	
	a img {
	border: none;
	}

#page {
	margin: auto, auto;
	width: 100%;
	}
	
#header {
	height: 65px;
	position:absolute;
	top: 0px;
	left: 0px;
	}

#content {
	width: 600px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
	padding:15px;
	border:0px dashed #333;
	

	}

