﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url('../images/Bg.jpg');
	background-repeat:repeat;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 3px solid #b7b7b7;
	border-bottom: 0;
	border-left: 3px solid #b7b7b7;
	/*box-shadow: 17px 17px 8px #818181;
    -webkit-box-shadow: 17px 17px 18px #818181;
    -moz-box-shadow: 17px 17px 18px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=8, offY=8, positive=true);
	*/
}
#masthead {
	background-image: url('../images/headerbg.jpg');
	text-align: right;
	overflow:hidden;
	color: #A30F03;
	width: 800px;
}

#masthead a{
	text-decoration:none;
	
}
#masthead a:hover{
	text-decoration:none;
}

#navigation {
	background-color: #545454;
	background-image:url('../images/buttonbk.jpg');
	background-repeat:repeat-x;
	background-repeat:repeat-x;
	overflow: hidden;
	font-weight:bold;
	text-align:center;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	color:white;
	background-color: #808080;
	position: relative;
}
#column_r a{
	color: white;
	text-decoration: underline;
}
#column_r a:hover{
	color: white;
	text-decoration: none;			
}

#bottom {
	text-align: center;
	background-color: white;
	color: white;
	width: 799px;
}

#footer {
	width: 800px;
	text-align: center;
	background-color: #A50800;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
	font-size: medium;
	margin-right: 5px;
	text-indent: 5px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	background-image:url('../images/buttonbkhover.jpg');
	background-repeat:repeat-x;	
	color: #255690;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #FFFFFF;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	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;
}
.italic {
	font-style: italic;
}
.style_center {
	border-style: none;
	border-width: 0px;
	text-align:center
}
.photocenter {
	border-style: none;
	border-width: 0px;
	text-align:center
}
.photocenter a:hover {
	text-decoration: none;
}
.photocenter a:hover {
	text-decoration: none;
}
.photocenter a:active {
	text-decoration: none;
}

.photocenter a:link {
	text-decoration: none;
}
.photocenter a:visited {
	text-decoration: none;
}
.photoleft {
	border-style: none;
	border-width: 0px;
	text-align: left;	
}
.photoleft a:hover {
	text-decoration: none;
}
.photoleft a:active {
	text-decoration: none;
}

.photoleft a:link {
	text-decoration: none;
}
.photoleft a:visited {
	text-decoration: none;
}

.whitecenter {
	text-align: center;
	color: white;
}

.Menutitle {
	font-family: Papyrus;
	color: black;
	font-size:medium;
	font-weight:bold;
}

.Menu {
	font-family: "Times New Roman", Times, serif;
	color: black;
}

.Menubold {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-weight:bold;
}
.menuCenter {
	font-family: "Times New Roman", Times, serif;
	color: black;
	text-align: center;
}

