/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0;
	background-color: #CCCCCC;
	font-family: Arial,sans-serif;
	font-size: smaller;
	line-height: 1.166;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#maincontent{
   	background-image:url("../main/content.jpg");
  	background-repeat:no-repeat;
	width: 276px;
	height: 284px;
	text-align: justify;
}

#content{
 
}


/************** .content styles *****************/

.story{
	clear: both;
	padding: 15px 0px 0px 15px;
}

.story p{
	padding: 0px 15px 15px 0px;
}

.storyLarge{
	font-size: larger;
	font-weight: bold;
}

.central{
	padding: 10px 10px 10px 50px;
}


/*********** #navlink styles ***********/

#navlink ul a:link, #navBar ul a:visited {display: block;}
#navlink ul {list-style: none;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navlar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navlink li {border-bottom: none;}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 85%;
	padding: 10px 10px 10px 25px;
	color: #666666;
	background-image: url(../main/bottom.jpg);
	background-repeat: no-repeat;
}


/***********************************************/
/* Scrollbar Divs                                 */
/***********************************************/

#scrollWrap{
	overflow:auto; 
	width:276px; 
	height:284px; 
	left:0px; 
	top:0px; 
	direction:ltr;"  
	allowtransparency="true;"
}

#scrollInner{
	direction:ltr; 
	padding:3px;
}

#scrollWrapContent{
	overflow:auto; 
	width:730px; 
	height:320px; 
	left:0px; 
	top:0px; 
	direction:ltr;"  
	allowtransparency="true;"
}