/* CSS Document */
body {
	margin: 0;
	padding: 0;
}
#banner {
	background-color: rgb(233,233,233);
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-color: rgb(209,209,209);
	border-bottom-style: solid;
	margin: 0;
	padding-top: 6px;
}
#bannerlink {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 600;
	color: rgb(102,102,102);
	float: left;
	margin: 0;
	padding-left: 10px;
}
#bannermenu {
	float: right;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 12px;
	/**font-weight: 600;**/
	color: rgb(141,154,148);
}
#navlinks {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: rgb(141,154,148);
	font-stretch: semi-condensed;
	padding-top: 2px;
}
#navlinks a {
	text-decoration: none;
	color: rgb(141,154,148);
}
#navlinks a:hover {
	color: black;
}
#bannermenu a {
	text-decoration: none;
	color: rgb(141,154,148);
}
#bannermenu a:hover {
	color: black;
}
#maincontent {
	margin-top: 50px;
	align: center;
}
#maintitle {
/**	color: rgb(185,185,185);**/
	color: rgb(141,154,148);
	font-family: Verdana;
	font-size: 10px;
	padding-bottom: 10px;
}
#imagebox {
	padding: 6px;
/**	border: 1px solid rgb(209,209,209);**/
	border: 1px solid rgb(141,154,148);
	/**border-bottom: 3px solid rgb(102,102,102);  this renders a less than desirable shadow effect
	border-right: 3px solid rgb(102,102,102);
	background-color: rgb(233,233,233);**/
	background-color: white;
}
#thumbbox {
	padding: 2px;
/**	border: 1px solid rgb(209,209,209);**/
	border: 1px solid rgb(141,154,148);
	/**border-bottom: 3px solid rgb(102,102,102);  this renders a less than desirable shadow effect
	border-right: 3px solid rgb(102,102,102);
	background-color: rgb(233,233,233);**/
	background-color: white;
}

#infolinktext {
	color: rgb(185,185,185);
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	margin-top: 40px;
}
#infolinktext a {
	text-decoration: none;
}
#infolinktext a:hover {
	color: rgb(102,102,102);
}
#bottomlinktext {
	color: rgb(185,185,185);
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}
#bottomlinktext a {
	text-decoration: none;
}
#bottomlinktext a:hover {
	color: rgb(102,102,102);
}
h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 600;
	color: rgb(141,154,148);
}
p {
	font-family: Verdana;
	font-size: 10px;
	color: rgb(68, 68, 68);
	margin-left: 20px;
}
#abouttext {
	margin-left: 40px;
	width: 60%;
	float: left;
}
#aboutinfo {
	float: right;
	text-align: center;
	background-color: rgb(249,249,249);
	border: 1px solid rgb(141,154,148);
	padding: 20px;
	margin-right: 20px;
	width: 25%;
	font-family: Verdana;
	color: rgb(68, 68, 68);
	font-size: 10px;
}
#aboutinfo a, a:visited {
	color: rgb(68,68,68);
}
#aboutinfo a:hover {
	color: rgb(102,102,102);
	text-decoration: underline;
}
#copylink a {
	text-decoration: underline;
	color: rgb(68, 68, 68);
	font-weight: 200;
}
#inputlabel {
	font-family: Verdana;
	font-size: 10px;
	color: rgb(141,154,148);
}
#chklabel {
	font-family: Verdana;
	font-size: 12px;
	color: rgb(141,154,148);
	float: left;
	vertical-align: middle;
}
#commentdesc {
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 2px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#comment-thumb {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	padding-left: 5px;
}
#ex-entry-text {
	font-family: Verdana;
	font-size: 12px;
	color:#333333;
	padding: 10px;
}
#comment-entry {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 3px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#comment-byline {
	font-family: Verdana;
	font-size: 12px;
	color: rgb(141,154,148);
	padding-top: 3px;
	padding-left: 10px;
}
#comment-text {
	font-family: Verdana;
	font-size: 12px;
	color:#333333;
	padding-bottom: 3px;
	padding-left: 10px;
}
#comment-form {
	margin-top: 20px;
	margin-left: 50px;
	padding 10px;
}
#comment-input {
	padding: 5px;
}
#infolink2 {
	color: rgb(185,185,185);
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 15px;
}
#infolink2 a {
	text-decoration: none;
}
#infolink2 a:hover {
	color: rgb(102,102,102);
}



