@import url("layout.css");

body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #FFF;
	margin: 0 auto;
	padding: 10px;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}

/* ----------------- */

#column_l {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* Styles for Masthead */

#masthead {
	text-align: right;
	background-color: #FFFEEC;
	width: 100%;
}
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 13px;
	color: #000;
	margin: 10px 10px 0;
}

/* Styles for Navigation */

#navigation ul {
	list-style-type: none;
	width: 700px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}
#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: #FFFEEC;
	
}
/* Styles for Footer */

#footer {
	width: 100%;
	text-align: center;
	font-weight: bold;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
#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: #000066;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFEEC
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
	background-color: #FFFEEC;
}

img {
	border: 0;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.trusted {
	color: #113692;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}

.pic-right {
	float: right;
	margin: 5px;
	text-align: center;
}

.click-on {
	font-size: x-small;
	font-weight: bold;
	color: #CE0000;
	text-align: right;
}

.center {
	text-align: center;
}
hr {
	width: 70%;
	height: 1px;
}

h1 {
	color: #CE0000;
	text-align: left;
}

h2 {
	color: #CE0000;
	text-align: left;
}

h3 {
	color: #CE0000;
	text-align: left;
}
