﻿@import url("layout.css");
body {
	font-family: tahoma;
	font-size: .8em;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	left: auto;
	right: auto;
	width: 850px;
	text-align: left;
	margin: 0 auto;
}
.page_text {
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#masthead {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url('../images/iConBanner.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 140px;
	line-height: normal;
	float: none;
	margin-top: 10px;
	margin-bottom: 30px;
}
#navigation {
	background-position: center center;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #FFFFFF;
	background-image: url('../images/icon_menubar.png');
	background-repeat: repeat;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	border-style: none;
	border-color: #FFFFFF;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: auto;
	padding: 15px;
	background-color: #fff;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
html>body #column_l {
	width: auto;
	padding: 0 0px 0 0px;
	background-color: #fff;
	margin-left: 10px;
}

#footer {
	border-style: none;
	text-align: left;
	background-color: #333333;
	font-family: Verdana;
	font-size: 13px;
	color: #33CCCC;
}
html>body #footer {
	text-align: left;
	padding-bottom: 0;
}
/* Masthead */
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	background-position: center center;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 0px none #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #994999;
	border: 1px solid #000000;
	background-color: #EEEEEE;
	font-family: "trebuchet MS";
	font-size: 14px;
}
/* Right Column */
/* Site typography */

h2 {
	font-size: x-large;
	color: #3399FF;
	font-family: "Trebuchet MS";
	text-align: left;
}
h3 {
	font-size: 18px;
	color: #333333;
	font-family: "trebuchet MS";
	font-weight: bold;
}
h4 {
	background-position: center;
	font-size: medium;
	color: #3399FF;
	margin-bottom: 5px;
}

/* Footer */
#footer p {
	background-repeat: repeat;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana;
	text-align: center;
	background-repeat: no-repeat;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: none;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

