﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #fff;

}
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
clear: both;

	text-align: center;
	width: 980px;
	
	border: 1px dotted #725972;
	background-image: url("../images/masthead.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
background-color: #fff;

}

#masthead_r {
	position: relative;
float: left;
left: 0px; top: -120px; 
clear: both;
	text-align: center;
	width: 980px;
	padding: 10px;
	border: 0px dotted #725972;
	background-image: url("../images/neoabnr.gif");
	background-repeat: no-repeat;
	background-position: center;
	min-height: 50px;
	
z-index: 2;
min-height: 50px;
max-height: 80px;
}
#masthead_r2 {
	position: relative;
	clear: both;
float: left;
left: 0px; top: 0px; 
	text-align: center;
	width: 980px;
	padding: 10px;
	border: 0px dotted #725972;
	z-index: 1;
		background-image: url("../images/masthead.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
min-height: 50px;
max-height: 80px;
	
	
	
	}







#navigation {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 820px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#table_3_cols {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px dotted #725972;
}

#table_2_cols {
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px dotted #725972;
}

#table_2_col1 {
position: relative;
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#table_2_col2 {
float: left;

	width: 140px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}




#table_5_cols {
	float: left;
	width: 830px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px dotted #725972;
}

#table_5_col1 {
position: relative;
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#table_5_col2 {
float: left;

	width: 140px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#table_5_col3 {
float: left;
	width: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#table_5_col4 {
float: left;

	position: relative;

	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;

}
#table_5_col5 {
	position: relative;
float: left;

	width: 140px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;

}



#table_3_col1 {
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}
#table_3_col2 {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}

#table_3_col3 {
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}


#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #000;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #B07898;
	background-color: #B07898;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #B07898;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
