﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color:    #E4CAAF;
	
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	}
#container {
	width: inherit;
	height: inherit;
	margin: 0;
	background-color: #fff;
	position: relative;
	margin-right:auto;
	margin-left:auto;
	border:medium;
	border-color:black;
		
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #c5d5e5;
}
#navigation {
	background-color: white;
	background-image:url('../images/mp-background-tile.jpg');
	overflow: hidden;
	azimuth:center;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: relative;
	margin: 0 450px 0 0;
	padding: 0 2%;
	background-color:  white;
	float: none;
}
#column_r {
	float: none;
	width: 230px;
	margin: 0;
	padding: 10px;
	background-color:   #FFCA95;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color:  white;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 5px;
	border: 1px solid black;
	border-radius: 5px;
	background-color: #CC6600 ;


}


#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid black;
	background-color: #fff;
}



/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    color: #fff;
    background: maroon;
    padding: 5px;
   }
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 50px;
}
ul#menu li:hover ul.sub-menu {
    color: #000;
    display:block;
    background-color: #fff;
	
}






/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.5em;
	color:  maroon;
}

h21 {
	font-size: 1.5em;
	color: white;
}

h22 {
	font-size: 1.5em;
	color: navy;
	text-align:center;
}


h3 {
	font-size: 1.25em;
	color: black;
}

h31 {
	font-size: 1.25em;
	color: white;
	
}

h32 {
	font-size: 1.25em;
	color: navy;
	text-align:center;
}


h4 {
	font-size: 1.0em;
	color:  maroon;
}
h5 {
	font-size: 0.75em;
	color:  maroon;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color:  black;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color:  #E2C29E;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}