﻿@import url("layout.css");
body {
	font-family: Calibri, "Times New Roman", Times, "Georgia", serif;
	font-size: 11pt;
	/*background-color: #764;*/
	/*background-image: url("images/background.gif");
	background-repeat: repeat;*/
	background-color: #ffffee;
	}

table {
	font-family: Calibri, "Times New Roman", Times, "Georgia", serif;
	font-size: 11pt;
	text-align : left;
	background-color: #ffffee;
}

#container {
	float: left;
	width: 1024px;
	margin: 0 auto;
	background-color: #ffffee;
}
#masthead {
	float: left;
	text-align: center;
	width: 1000px;
	margin-top: 5px;
   	margin-left: 10px;
	border: 1px solid #efefef;
	/*background-image: url("images/masthead.gif");*/
	/*background-repeat: repeat;
	background-attachment: scroll;*/
	background-color: #ffffee;
}
#content {
	
	float: left;
	width: 990px;
	margin-left: 10px;
	/*border: 1px solid #431;*/
	background-color: #ffffee;
	/*background-attachment: fixed;
	background-image: url(backround-content.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	}
	
#footer {
	float: left;
	text-align: center;
	clear: both;
	width: 990px;
	padding: 0px;
	margin-left: 10px;
	border: 1px solid #431;
	background-color: #ffffee;
}
	
 Masthead Styles {
	background-color: #ffffee;
}	

/* Content Styles */

h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #c82;
}
h2 {
	color: #c82;
}
#content h1 {
	color: #c82;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
/* Footer Styles */
#footer a {
	color: #a60;
	text-decoration: underline;
	}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.button {
font-weight : normal; 
background : #f9e4e3; 
color : black; 
width : 150px; 
text-align : left; 
border : 1px solid #cc3333; 
font-size : 12px; 
}
