﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../images/bgTiled05.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	font-size: 13px !important;
	font-size: 13px; 
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
	
}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url("../images/banner03.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;

}
#navigation {
	border-bottom: 0px solid #808080;
	background-image: url("../images/navbarSlice.jpg");
	padding-left:70px;
	background-repeat: repeat-x;
	overflow: hidden;
}

html>body #column_1{
	
	width:inherit;	
}


#column_l {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #003D85;
	display: block;
	padding: 5px;

}
#navigation a:hover {
	font-weight: bold;
	color: #8b0000;
	text-decoration: underline;

}
/* Site typography */
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #800;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #800;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}