﻿@import url("layout.css");
body {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: small;

	background-image: url("../images/background_tile4.gif");

	background-repeat: repeat;

}



ul {

	list-style-image: url('../images/purplebullet.gif');

}

#column_l {

	width: 367px;

	padding: 15px 10px;

	background-color: #fff;

}

html>body #column_l {

	width: 330px;

	background-color: #fff;

}

#column_r {

	padding: 15px 10px;

	background-color: #fff;

	float:right;

}

html>body #column_r {

	width: 275px;

	background-color: #fff;

}

#content {

	background-color: #fff;

}



.starthidden {

	display: none;

}



#footer {

	text-align: center;

	padding-bottom: 10px;

}

html>body #footer {

	text-align: center;

	padding-bottom: 0;

}

/* Masthead */

#masthead h1 {

	font-weight: bold;

	font-style: italic;

	color: #fff;

	margin: 23px auto 23px 0.5em;

}

#masthead h3 {

	font-weight: bold;

	font-style: italic;

	color: #fff;

	margin-top: 0;

	margin-left: 1em;

}

/* Navigation */

#navigation ul {

	list-style-type: none;

	list-style-image: none;

	width: 100%;

	margin: 0;

	padding: 0;

}

#navigation li {

	float: left;

}

#navigation a {

	font-weight: bold;

	text-decoration: none;

	color: #000;

	display: block;

	padding: 5px;

	border: 1px solid #dbf;

}

#navigation a:hover {

	font-weight: bold;

	text-decoration: none;

	color: #fff;

	border: 1px solid #b9d;

	background-color: #b9d;

}

/* Right Column */

#column_r img {

	border: 1px solid #808080;

}

/* Site typography */

h1 {

	font-size: xx-large;

	color: #000;

}

h2 {

	font-size: x-large;

	font-style: italic;

	color: #000;

}

h3 {

	font-size: large;

	font-style: italic;

	color: #000;

}

h4 {

	font-size: medium;

	font-style: italic;

	color: #000;

}

h5 {

	font-size: x-small;

	font-style: italic;

	color: #000;

}

h6 {

	font-size: xx-small;

	font-style: italic;

	color: #000;

}

/* Footer */

#footer p {

	font-size: x-small;

	color: #000;

}

/* Links */

a {

	color: #a27;

	text-decoration: underline;

}

a:hover {

	color: #f72;

	text-decoration: none;

}

.style_bold {

	font-weight: bold;

}

.style_italic {

	font-style: italic;

}