﻿@import url(layout.css);

body {

	color: black;

	font-size: 13px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	background-color: #fff;

}

#container {

	background-color: #F4C3F3;

	width: 800px;

	margin: 0 auto;

	border-top: 0;

	border-right: 1px solid #000;

	border-bottom: 1px solid #000;

	border-left: 1px solid #000;

}

#masthead {

	text-align: right;

	background-color: #fff;

	width: 800px;

}

#navigation {

	background-color: #F4C3F3;

	overflow: hidden;

}

#column_l {

	width: 275px;

	margin: 0;

	padding: 0px;

	background-color: #F4C3F3;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#column_r {

	width: 525px;

	margin: 0;

	padding: 0px;

	background-color: #fff;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 14px;

}

#footer {

	width: 800px;

	text-align: center;

	background-color: #F4C3F3;

	padding-top: 5px;

	padding-bottom: 5px;

}

/* Styles for Masthead */

#masthead img { 

	float: left; 

}

#masthead p {

	font-size: 11px;

	color: #F4C3F3;

	margin: 0px 0px 0;

}

#column_r p {

	font-size: medium;

	margin: 7px;

}

/* Styles for Navigation */

#navigation ul {

	list-style-type: none;

	width: 100%;

	margin: 0;

	padding: 0;

}

#navigation li {

	float: left;

}

#navigation a {

	color: #000;

	text-decoration: none;

	display: block;

	padding: 5px;

	border: .5px solid #F4C3F3;

	font-size: 8.5pt

}

#navigation a:hover {

	color: #000;

	text-decoration: none;

	border: 1px solid #fff;

	background-color: #fff;

}

/* Styles for Footer */

#footer p {

	font-size: 11px;

	line-height: 14px;

	color: #B09700;

	margin: 1px;

	padding: 1px;

}

#footer a {

	color: #000;

	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;

}