/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #fff5db url(bg_grad.jpg) fixed;
}
   
/******* hyperlink and anchor tag styles *******/

a:link{
	color: #9a0201;
	text-decoration: underline;
}

a:visited{
	color: #f8b502;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 170% Arial,Helvetica,Geneva,sans-serif;
 color: #9a0201;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 150% Arial,Helvetica,Geneva,sans-serif;
 color: #9a0201;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 140% Arial,Helvetica,Geneva,sans-serif;
 color: #9a0201;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 120% Arial,Helvetica,Geneva,sans-serif;
 color: #9a0201;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,Helvetica,Geneva,sans-serif;
 color: #9a0201;
 margin: 0px;
 padding: 0px;
}

pre {font:"Courier New", Courier, mono;
     font-size: 130%;
	 color:#990000;
	 margin: 0px;
     padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ol {
 padding-top: 2pt;
 padding-bottom: 5pt;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 75px;
	left: 2%;
	right: 2%;
	width:96%;
	background-color:#FFFFFF;
}


#masthead{
	position: absolute;
	top: 5px;
	left: 2%;
	right: 2%;
	width:96%;
	background: #fed24a url(../images/bg.jpg) fixed;
	height: 70px;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #fff5db;
	border-left: 1px solid #f8b502;
	border-bottom: 1px solid #f8b502;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 5px 0px 5px;
	margin:0px 178px 0px 0px;
	background-color: #ffffff;
}

#content_example{
	padding: 0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
	border: 1px solid #f8b502;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding:8px 0px 8px 20px;
	color: #9a0201;
	font-size: 250%;
	font-weight: normal;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
}


/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	height: 60px;
	border-bottom:1px solid #f8b502;
}

#pageName h2{
	font: bold 170% "Trebuchet MS", Arial,sans-serif;
	color: #9a0201;
	margin:0px;
	padding: 15px 0px 0px 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 5px;
	padding: 0px;
	margin: 0px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #fff5db;
}

#breadCrumb a{
	color: #5a785a;
}

#breadCrumb a:hover{
	color: #5a785a;
	background-color: #ffff00;
	text-decoration:none;
}


/************** feature styles *****************/

.feature{
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	margin: 5px 0px 5px 0px;
	background-color:#fff5db;
    border: 1px solid #f8b502;
}


.feature p{
	padding: 0px 0px 0px 0px;
}

.feature h3{padding-bottom: 2px}
.feature h1{padding: 2px; font-size:large}

.feature img{
	float: left;
    margin-bottom: 5pt;
	margin-right: 5pt;
}

.feature applet{
	float: left;
	margin-right: 5pt;
}

/*************** bug styles ******************/
.bug{
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	margin: 5px 0px 5px 0px;
	background-color: #99CCFF;
    border: 1px solid #0000ff;
	height: 388px;
}


.bug p{
	padding: 0px 0px 0px 0px;
}

.bug h3, .bug h4{color:#0000ff;}

.bug img{
	float: left;
	margin-right: 5px;
}

.bug applet{
	float: left;
	margin-right: 5px;
}

/*************** story styles ******************/

.story{
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	margin: 5px 0px 5px 0px;
	background-color:#ffffff;
    border: 1px solid #f8b502;
}

.story p {
	padding: 0px 0px 0px 0px;
}

.story img{
	float: left;
    margin-bottom: 0pt;
	margin-right: 0pt;
}

.story applet{
	float: left;
    margin-bottom: 5pt;
	margin-right: 5pt;
}

/*************** example story styles ******************/

.example_story{
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	margin: 5px 0px 5px 0px;
	background-color:#ffffff;
    border: 1px solid #f8b502;
	height: 388px;
}

.example_story p {
	padding: 0px 0px 0px 0px;
}

.example_story img{
	float: left;
	margin-right: 5px;
}

.example_story applet{
	float: left;
	margin-right: 5px;
}

.example_story h3{ }
.example_story h4{ }

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #f8b502;
	font-size: small;
	color: #9a0201;
	padding: 0px 5px 0px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff5db;
}

#siteInfo img{
	padding: 0px 0px 0px 0px;
}


/************ Links styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 20px 5px 20px 10px;
	border-bottom: 1px solid #f8b502;
	font-size: 110%;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #f8b502;
	background-image:    url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #9a0201;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffff;
	background-color: #f8b502;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #f8b502;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

.advert{
    margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
}

.advert img{
	display: block;
}

/********************* end **********************/
