/* C O Y - D R E A M E R . C O M - CSS Document */
/* Basic Properties */
html, body {
	margin: 0;
	padding: 0;
	background-color: #A5A5A5;
}
img {
	border: none;
}
.hidden {
	display: none;
}
/* Main Text Properties */
p {
	background-image: url(ParagraphBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0;
	margin-top: 3px;
        text-indent: 30px;
}
b {
	color: #797BAB;
	font-weight: normal;
}
/* Lists Properties */
ul {
	background-image: url(ListBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 1px;
}
.nobg {
	background: none;
}
li.bullet {
	list-style-image: url(layout1/Bullet.gif);
	font-size: 7.5pt;
}
a:link, a:active, a:visited {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 7.5pt;
	color: #A2D4AF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	line-height: 12pt;
}
/* Layout Properties */
#container {
	width: 500px;
	margin: auto;
	padding: auto;
	background-image: url(PageContainerBG.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
#header {
	height: 99px;
	background-image: url(PageHeader.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-image: url(PageFooter.jpg);
	width: 500px;
	height: 22px;
}
#divider {
	background-image: url(Divider.jpg);
	background-repeat: repeat-x;
	width: 400px;
	height: 1px;
	margin-top: 10px;
	padding-bottom: 10px;
}
/* Content Properties */
#content {
	width: 448px;
	margin-left: 27px;
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 8pt;
	color: #9A9A9A;
	line-height: 12pt;
}
a.content:link, a.content:active, a.content:visited {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 8pt;
	color: #A2D4AF;
	text-decoration: none;
	line-height: 12pt;
}
a.content:hover {
	text-decoration: underline;
	line-height: 12pt;
}
h1.content {
	font-family: "Georgia", "Times";
	font-size: 24pt;
	color: #ABD8BE;
	text-align: right;
	padding-right: 4px;
	margin: 0;
	text-transform: lowercase;
	letter-spacing: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #E0EEDD;
	border-bottom-color: #CECECE;
	font-style: italic;
	letter-spacing: -1px;
}
h2.content {
	font-family: "Times", "Georgia";
	font-size: 20pt;
	color: #8ACECA;
	padding-left: 0;
	padding-right: 0;
	padding-top: 25px;
	padding-bottom: 5px;
	margin-top: -15px;
	margin-bottom: 2px;
	font-weight: normal;
	font-variant: small-caps;
	background-image: url(Header2BG.png);
	background-repeat: no-repeat;
	background-position: right top;
}
h3.content {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 10pt;
	color: #AADDDA;
	margin-top: 0;
	margin-bottom: 2px;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AADDDA;
}
.readme {
	background-color: #ECF9F2;
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 8pt;
	color: #A6A6A6;
	text-align: left;
	padding: 15px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 5px;
	border: 1px dashed #8ACFBD;
}
.notes {
	font-size: 7.5pt;
	font-family: "Trebuchet MS", "Helvetica";
	color: #B5B7CE;
}
textarea {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 7.5pt;
	color: #A6A6A6;
	border: 1px solid #A8CFBD;
	line-height: 10px;
	height: 31px;
	width: 88px;
	scrollbar-base-color: #A8CFBD;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #ECF9F2;
	scrollbar-highlight-color: #ECF9F2;
}
.table {
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(TableBG.jpg);
	border: 1px solid #CECECE;
}
.td {
	padding: 10px;
}
.names {
	background-image: url(NamesBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 7pt;
	line-height: 7pt;
	color: #A6A6A6;
}
.back {
	margin-left: 200px;
	margin-right: 200px;
	border-width: 1px;
	padding-top: 12px;
	padding-bottom: 11px;
	background-image: url(layout1/HomeBG.png);
	background-repeat: no-repeat;
	background-position: center;
}
xmp {
	background-color: #E8E8E8;
	border: thin dashed #CCCCCC;
	padding: 5px;
	margin: 5px;
	font-family: "Courier New";
}
.requestform {
	background-image: url(AnswerBG.jpg);
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #AADDDA;
	border-style: dashed;
	border-width: 1px;
	padding: 10px;
}
.drag {
	position: relative;
	cursor: hand;
	z-index: 100;
}
/* Menu Properties */
a.menu:link, a.menu:active, a.menu:visited {
	line-height: 17px;
	text-align: left;
	display: block;
	margin: 0px;
	color: #9A9A9A;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0EEDD;
	border-right-color: #E0EEDD;
	border-bottom-color: #CECECE;
}
a.menu:hover {
	line-height: 17px;
	background-image: url(layout1/LinkHover.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	display: block;
	color: #797BAB;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0EEDD;
	border-right-color: #B7D9B3;
	border-bottom-color: #CECECE;
}
#popup {
	background-color: #A5A5A5;
	text-align: center;
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 8pt;
	color: #FFFFFF;
	padding: 10px;
}

/* Name Database Properties */
#names {
	background-color: #A5A5A5;
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 10pt;
	color: #FFFFFF;
}
.letters {
	background-color: #FFFFFF;
	padding: 10px;
	color: #9A9A9A;
	border-bottom: 5px #87CECA double;
}
a.names:link, a.names:active, a.names:visited {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 10pt;
	color: #A2D4AF;
	text-decoration: none;
	background: none;
}
a.names:hover {
	color: #87CECA;
}