﻿@import url(layout.css);
body {
	color: #000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
}
#container {
	width: 760px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 740px;
	padding: 0;
	background-color: #cde;

}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
/*	background-color: #d3d3d3; */
	background-color: #5D7B9D;
	overflow: hidden;
}
#page_content {
	background: #fff url(../images/back.gif) top;
	background-repeat: repeat-y;

}

#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	background: #fff url(../images/back.gif) top;
	background-repeat: repeat;

}
#column_r {
	width: 283px;
	margin: 0;
	float: right;
	/* background-color: #eef; */
	background-color:#FFFFCC;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
/*	background-color: #89a; */
	background-color: #5D7B9D;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	/*background-color: #f2f2f2;*/
		background-color: #cde;
/*	border: 1px solid #f2f2f2;*/
	border: 1px solid  #cde;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
.cdtitle {
	color: #965;
	font-weight:700;
	text-decoration:underline;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: center;
	margin: 0;
	padding: 5px;
}

#column_r h4 {
	margin-bottom: 0;
}

#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}

#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}

#column_r img a {
	text-align:center;
}

.center_image {
	text-align:center;
}

/*Image to the left with text that surrounds the image, and a 
5 pixel margin on the right side of the image*/
.left_image {
	float:left;
	margin-right:5px;
	}
	
.video {
	text-align: center;
}

.quote {
	text-align:center;
	color:#003399;
	font-size: 1.0em;
}

.quoteleft {
	text-align:left;
	color:#003399;
	font-size: 1.0em;
}

#advert{
	/* width: 185px; */
	width: 283px;
	color: #bea31f;
	text-align:center;
}

#monthlymessage {
	width: 80%;
	margin: auto;
	padding: 20px 20px 20px 20px;
	background-color:#FFFFFF;
	border-width:thick;
	border-color:#bea31f;
	border-style:double;
	font-family:Arial, Helvetica, sans-serif;
}

#monthlymessage p {
	color:#bf871e;
	text-align:center;
	font-weight:bold;
	font-size: 1.2em;
	}

#monthlymessage h3 {
	color:#025cbf;
	font-size: 1.5em;
	text-align:center;
	font-weight:bold;
	}
	
#monthlymessage h5 {
	color:#000000;
	font-size: .8em;
	text-align:center;
	}
	
#specialbox {
	width: 80%;
	margin:auto;
	padding: 5px 5px 5px 5px;
	background-color:#FFFFFF;
	border-width:thick;
	border-color: #FFCC00
	border-style: dashed;
	/*text-align:center;*/
	font-family: Arial, Helvetica, sans-serif;
}

#specialbox h3 {
	color:#025cbf;
	font-size: 1.2em;
	font-weight:bold;
	}

/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.link_override {
	color: #0000FF
}
