/* Begin Structure */
body {

	margin: 15px;
	padding: 0; 
    background-image: url(Images/leaves.jpg);
    background-repeat: repeat;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	border:5px solid #eeeeee;  
}

	
#header {

	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	height: 100px;
	width: 100%;
}
	
	
#navigation {

	padding: 0;
	margin: 0;
	height: 36px;
	width: 800px;
	/*border-top:2px solid;
	border-bottom:2px solid;*/
	background-color: #b22222;

}

	
#menu {
	padding: 0;
	margin-top:5px;
	margin-bottom: 2px;
	width: 160px;
	float: left;
    padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;	
    border:2px solid;
    /*border-left:2px solid;
    border-right:2px solid;*/
}

	
#content {
	display: inline;
    /*margin-top: 0px;
	margin-left: 50px;
	margin-right: 0px;
	margin-bottom: 0px;*/
	width: 550px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	float: left;
	
	}

#footer {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 30px;
	clear: both;
	
	}
	
#footer2 {

	padding-left: 10px;
	padding-top: 10px;
	border: 2px black solid;
	/*border-right: 2px solid;*/
	margin: 0;
	width: 786px;
	height: 30px;
	background-color: #b22222;
	clear: both;
	text-align: center;
}
	
/* End Structure */

/* Begin Typography & Colors */
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #f4a460;
	text-align: center;
	}

#page {
	
	text-align: left;
	background-color: #ffffff;
	
	}
	
#header {
	
        background-color: #FFFFFF;
        background-image:url(Images/headerLTC_neu.jpg);
        background-position: left;
        background-repeat: no-repeat;
}
	
#header h1 {
	display:none;
}



#content {
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	line-height: 2em;
	background-color: #ffffff;
}
	
#menu{
	background-color: #FFFFFF;

	}

#footer2{
	background-color: #b22222;
	color: #ffffff;

	}

cite {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 2.0em;
	line-height: 1.5em;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0,8em;
	line-height: 1.5em;
	text-align: right;
	color: #999999;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}


h2 {
	font-size: 2em;
	text-align: center;
	
	}


h3 {
	font-size: 1.6em;
	color: #333333;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #993333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}


a, h2 a:hover, h3 a:hover {
	color: #993333;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
}
	
#footer2 a, a:hover {

     color:black;

}

#footer2 a {

     color:#eee;

}
#facebook {
     display:block;
     text-align: right;
     margin-right: 15px;
     margin-top: -15px;
     }


	
/* End Typography & Colors */

/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	color: #8b0000;
	
	}

h2 {
        padding: 0;
	margin: 10px 0 0;
	color: #000000;

	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	color: #000000;
	text-decoration: underline;
	}
/* End Headers */







/* Begin Lists */

#navigation ul{

	padding-top: 0;
	padding-bottom: 0;
	padding-left:55px;
    margin: 0;
	display: relative;
	text-align: center;
	
}

#navigation ul li{

	list-style-type: none;
	float: left;
	text-align: center;
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
	
}
#navigation ul li a{

	display: block;
	padding: 9px 15px;
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#navigation li:hover ul{

	display: block;
	position: absolute;
	left: 100%;
	
}

#navigation a:hover{

	color: #b22222;
	background-image: url(Images/nav-backg.png);
	background-repeat: repeat-x;

}


#active{

	color:#ffffff;
	text-decoration: underline;

}

#menu li{

	display: list-item;
	list-style-type: decimal;

	float: left;
	width: 100px;
	padding-top: 10px;
}
#menu li a{
	font-size: 12px;
	color: #993333;
}
#menu li a:hover{
	font-weight: bold;
	text-decoration:none;
}
#submenu li{

	display: list-item;
	float: left;
        list-style-type: disc;

	width: 100px;
	padding-top: 5px;
}
#submenu li a{
	font-size: 10px;
	color: #993333;
}
#submenu li a:hover{
	font-weight: bold;
	text-decoration:none;
}
list-style-type: lower-alpha;



/* End Entry Lists */

/* Begin Form Elements */

/* End Form Elements */

