/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #FFD782;
}
#wrapper {
	width: 80%;
	margin: 0 auto;
	background-color: #FffffF;
	border: 1px solid #FF9900;
}

A:link     {color:#9C1868;}
A:visited  {color:#9C1868;} 
A:active   {color:#9C1868;}
A:hover    {color:#FF0000;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#special1 {
	background-color: #FFEBCC;
	border-bottom: 1px solid; 
	border-color: #FF9900;
}
#special2 {
	background-color: #FFEBCC;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #FF9900;
}

.title3 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20pt; COLOR: #ffffff; 
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif
}
.footer {
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #FF9900;
}
#titlepane{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20pt; COLOR: #ffffff; 
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #FF9900;
}
#leftpane{
	border-right: 1px solid #FF9900;
	padding: 0px 10px;
	background-color: #FFEBCC;
}
#content{
	width: 100%;
	padding: 10px 0px 0px 0px;
}
#sideBar{
	font-size: 90%;
	color: #9C1868;
	border-bottom: 1px solid #FF9900;
}
#sideBarHeader{
	color: #9C1868;
	font-size: 100%;
	font-weight:bold;
	border-bottom: 1px solid #FF9900;
}
#sideBar a:link    {
	font-size: 90%;
	text-decoration: none;
}
#sideBar a:visited {
	text-decoration: none;
}
#sideBar a:active {
}
#sideBar a:hover {
   color:#FF0000;
	font-weight: bold;
}

/*********** #navBar link styles ***********/

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #FFD56D;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: Maroon;
}

#navBar ul a:link, #navBar ul a:visited {
	display: block; 
	color: Maroon;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FFF26D;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************** .feature styles ***************/

.feature{
	padding: 0px 15px 0px 10px;
	text-align:justify;
	border-bottom: 1px solid #FF9900;
}
.feature h3{
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9C1868;
}
.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */
/***************  story styles ******************/

.story {
	padding: 10px 10px 0px 10px;
	font-size: 90%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #9C1868;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.story{
	padding-right: 5px;
	text-align: justify;
}