﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 752px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 750px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #D8E1E7;
}
#content {
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #D8E1E7;
}
#footer {
	text-align: center;
	clear: both;
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #D8E1E7;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #D8E1E7;
	background-color: #D8E1E7;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #D8E1E7;
	background-color: #D8E1E7;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
#navigation img {
	border-color:#5f8ea9;
}
#navigation p {
	border:0px;
	padding:0px
	}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
#content a {
	text-decoration: none;
	font-weight: bold;
	color:#3d6c87;
}
#content a:hover {
	text-decoration:underline;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
	font-weight:bold;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.big_font {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:xx-large;
	color:#3d6c87;
}
.large_font {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:x-large;
	color:#3d6c87;
}
.normal_font {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-style:normal;
	font-size:large;
	color:#3d6c87;
}
.small_font {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:medium;
	color:#3d6c87;
	font-weight:bold;
}
.tiny_font {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-style:normal;
	font-size:x-small;
	color:#3d6c87;
}
.style2 {
	text-align:center;
	font-family:Candara;
	font-style:normal;
	font-size:xx-large;
}
.style3 {
	text-align:center;
	font-family:Candara;
	font-style:normal;
	font-size:large;
}
.style_thumb {
	margin-left:200px;
	font-family:Candara;
	font-style:oblique;
	font-size:x-large;
}
.style_photo {
	text-align:center;
	font-family:Candara;
	font-style:oblique;
	font-size:x-large;
}
.style_footer {
	text-align:center;
	font-family:Candara;
	font-style:normal;
	font-size:small;
}
.style_contact {
	text-align:center;
	font-family:"Monotype Corsiva";
	font-style:normal;
	font-size:x-large;
	font-weight:bold;
	color:#660033;
}
img.left_thumb {
	display:block;
	text-align:center;
	float:left;
	margin:10px;
	height:150px;
	width:100px;
}
img.center {
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
}
img.left {
	display:block;
	text-align:center;
	float:left;
	margin:5px;
}
img.right {
	display:block;
	text-align:center;
	float:right;
	margin:5px;
}
