/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    color: #666;
	 margin: 0 0 0 0;
	 padding: 0 0 0 0;
	 background-image: url(menu-images/pencil-box.png);
	 background-repeat: repeat-y;
	 background-position: left;
}
#banner {
	background-image: url(menu-images/top-banner.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
#banner-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	z-index: 1;
}
#pencil-box {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 21px;
	z-index: 1;
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#cc3333;
	}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	bold;
	color: #333;
	}	
		
H2, #txtTitle	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	bold;
	color: #cc0000;
	border-bottom: solid 1px #ccc;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	bold;
	color: #999;
	}	
		
H4	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	bold;
	}	
		
H5, DT, P {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
#menu	UL {
		padding: 0;
		margin: 0;
	}
#Menu UL LI	A {	
	list-style-type: none;
	padding: 3px 0 3px 30px;
	margin: 0;
	border-bottom: dashed 1px #ccc;
	font-weight: bold;
	background-image: url(menu-images/pencil1a.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 180px;
	}	
	
#stories	UL {
		padding: 0;
		margin: 0;
	}
#stories UL LI	{	
	list-style-type: none;
	padding: 3px 0 3px 0;
	margin: 0;
	}	
	

UL LI	{	
	list-style-type: square;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin:0 10px 10px 0px;
	}
#mainbody {
		width: 100%;
		margin: 0 0 0 0;
	}
#menu {
		position: absolute;
		left: 20px;
		top: 115px;
		width: 180px;
	}
#pagebody {
		position: relative;
		top: 170px;
		margin: 0 240px 20px 220px;
		height: 1000px;
		overflow: visible;
	}
#stories {
		position: absolute;
		right: -1px;
		top: 120px;
		width: 200px;
		background-color: #fff;
		padding: 0 21px 0 20px;
		height: 800px;
		overflow: visible;
	}
.bodyimage {
}
		
.Story	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	bold;
	color: #cc0000;
	border-bottom: solid 1px #ccc;
	display: block;
	Padding: 5px 0 0 0;
	}			
.StoryTitle	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	bold;
	color: #666;
	display: block;
	padding: 10px 0 0 0;
	}			
.PictureTitle	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	bold;
	color: #AAA;
	display: block;
	padding: 10px 0 0 0;
	}	
		
.StoryP {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	display: block;
	}
.StoriesH4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	bold;
	Padding: 2px 0 0 0;
	display: block;
	border-bottom: dotted 1px #ccc;
}
.StoriesP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;	
	padding: 2px 0 5px 0;
	display: block;
	border-bottom: Solid 1px #ccc;
	margin-bottom: 0;
}
input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 95%;
	background-color: #efefff;
}
#pagebody TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;	
	padding: 2px 10px 5px 0;
	display: block;
}
#pencil {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
	height: 50px;
	padding: 0 240px 0 220px;
	
}
#page-header {
	background-image: url(menu-images/pencil-shaft.png);
	background-repeat: repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.65em;
	font-weight:	bold;
	color: #0000cc;
	
}
#pencil-point {
	position: absolute;
	top: 120px;
	right: 220px;
	z-index: 11;
	background-image: url(menu-images/pencil-point.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 50px;
}
#pencil-end {
	position: absolute;
	top: 149px;
	left: 212px;
	z-index: 11;
	background-image: url(menu-images/pencil-end.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 21px;
}	