﻿@import url("layout.css");
body {
	font-family: Georgia, times new roman, serif;
	font-size: 0.8em;
	background-color: #919bcc;
	background-repeat: repeat;
	background-attachment: scroll;

}
#container {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 900px;
	padding: 10px;
	border: 0; /*1px solid #725972;*/
	background: #336699;                 /*url("../images/skyback.jpg");*/ 
	background-repeat: repeat;
	background-attachment: scroll;
}
#masthead1 {
	width: 900px;
	padding: 0;
	border: 0; /*1px solid #725972;*/
	background: #336699;                 /*url("../images/skyback.jpg");*/ 
	background-repeat: repeat;
	background-attachment: scroll;
}

#submast {
	width: 100%;
	margin-top:1px;
	padding: 5px 0 8px 0;
	border: 0; /*1px solid #725972;*/
	background: #eee;                 /*url("../images/skyback.jpg");*/
	text-align: center; 
}
.hidden {
	visibility: none;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #336699;
}
#content {
	float: left;
	width: 770px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.commentbox{
background-color: #ececec;
margin-left:1em;
width: 600px;
padding: 10px;
}

.commentfooter{
background: url(../images/arrow.gif) 20px 0px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
margin-left:2em;
font-size: 90%;
font-style:italic;
color: #4A4A4A;
}

#footer {
	border-top:1px #336699 solid;
	text-align: center;
	clear: both;
	width: 918px;
	/*border: 1px dotted #d8bfd8;  (Border removed 12-5-09) */
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}

/* 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 #fff;
	background-color: #336699;
}

#navigation li.blank {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}


#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background-color: #336699;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}

#submast ul {
	list-style-type: none;
	width: 100%;
	display: inline;
	text-align:center;
	margin: 5px 0 2px 0;
	padding: 0;
	
	
}
#submast li {
	display: inline;
	font-weight:bold;
	margin-right:20px;
	}


#submast li.blank {
	display: inline;
	margin: 0;
	padding: 0;
}


#submast a {
	color: #fff;
	text-decoration: none;
	display: inline;
	border-bottom:2px #C0C0C0 solid;
	border-left:2px #C0C0C0 solid;
	padding: 0 5px 0 5px;
	background:#336699;
}
#submast a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
	display: inline;
	padding: 0 5px 0 5px;
}



/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
img.border {
	padding: 5px;
	border: 1px solid #402640;
}
img.left {
	border: 0px;
	float:left;
	padding: 5px 15px 5px 0;
	
}
img.urlstrap {
	border: 0px;
	margin-left: 720px;
	padding: 0;
}

img.right {
	border: 0px;
	float:right;
	padding: 5px 0 5px 15px;
}
ul.square {
	list-style-type:square;
}


/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #008000;
	text-decoration: underline;
}
.menupic {
	margin-top: 3px;
	margin-left:30px;
}
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align:center;
	color:#336699
}