﻿@import url("layout.css");
body {
	font-family: Tahoma;
	font-size: small;
	background-image: url('images/bg.gif');
	background-repeat: repeat;
	color: #666666;
}
#container {
	border-right: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	border-left: 2px solid #C0C0C0;
	background-color: #fff;
}
#masthead {
	text-align: left;
	background-color: #fff; 
	background-image: url('images/head.png');
	background-repeat: no-repeat;
	
}
#navigation {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #007ac7;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 630px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 630px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 30px 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
	font-family: Tahoma;
	font-size: xx-large;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 0.5em;
	font-family: "Century Gothic";
	font-size: medium;
}
/* Navigation */

#navigation li {
	margin: 0;
	float: left;
	padding-left: 15px;
	background: url("images/paw_small.png") no-repeat 1px 6px;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
	font-size: medium;
	font-family: Tahoma;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #B4DE50;
}
html>body #footer {
	text-align: center;
}
/* Left Column */

#column_l li {
	padding-left: 15px;
	background: url("images/arrow.gif") no-repeat 1px 6px;
}

#column_l ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Right Column */
#column_r img {
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #808080;
	font-weight: normal;
font-family: Tahoma;
}
h2 {
	font-size: x-large;
	color: #B4DE50;
	font-weight: normal;
	font-family: Tahoma;
}
h3 {
	font-size: large;
	color: #808080;
	font-weight: normal;
	font-family: Tahoma;
}
h4 {
	font-size: medium;
	color: #808080;
	font-weight: bold;
	font-family: Tahoma;
}
h5 {
	font-size: x-small;
	color: #808080;
	font-weight: normal;
	font-family: Tahoma;
}
h6 {
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Tahoma;
}
/* Footer */
#footer p {
	font-size: small;
	color: #808080;
	font-weight: normal;
	font-family: Tahoma;
}
/* Links */
a {
	color: #96C725;
	text-decoration: none;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}





