﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #e1ffd2;
	padding:30px 20px;

}

#container {
	background-color: #fff;
	width: 700px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-image: url('/images/itegrityfeeds.jpg');
	width: 700px;
	height: 142px
}
#navigation {
	background-color: #545454;
	background-color: #113962;
	overflow: hidden;
}
#column_l {
	width: 380px;
	
	margin: 10px 5px 20px 10px;
	text-align:justify;
	background-color: #fff;
}
#column_r {
	width: 240px;
	margin: 0;
	float: right;
	padding: 10px;
	background-color: #ccc;
	position: relative;
	height:inherit;
}
#footer {
	width: 700px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
	vertical-align:top;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}

#column_r li {
	font-size: 11px;
	margin: 10px;
	line-height:11px
	
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Misc */
ul {
	margin-top: 0;
}
h1 {
  margin-top: 10px;
  font-size:180%;
  line-height:1.2em;
  font-weight:normal;
  color:#555;
  text-transform:uppercase;
  letter-spacing:.2em;
  }

h2 {
  margin:1.5em 0 .75em;
  font:85%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  }

h2.sidebar-title {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#000;
  }
h4 {
	color: #000;
	font-size: 1.25em;
	margin-bottom: 0;
}

