/***********************************************/
/* SHER tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,helvetica,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
}

/* overrides from previous rule for hovered links */
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

/* overrides from previous rule for headers */
h1{
 font-size: 200%;
 color: #000066;
}

h2{
 font-size: 125%;
 color: #000000;
}

h3{
 font-size: 100%;
 font-weight: bold;
 color: #000066;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

/****************/
/* List Styles  */
/****************/

ul{
	list-style-type: square;
}

dt {
	list-style-type: square;
	font-weight: bold;
}

dd {
	list-style-type: square;
}

/****************/
/* Label Styles */
/****************/

label{
 font: bold 100% Arial,helvetica,sans-serif;
 color: #000066;
}

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

#masthead{
	margin: 0;
	padding: 5px 0px 0px 5px;
	border-bottom: 5px solid #0000ff;
	width: 100%;
}

#leftBar{
position: absolute;
left:10px;
top:79px;
width:200px;
padding: 2px 2px 2px 2px;

	border: 1px solid #0000ff;
	background-color: #F0F8FF;
}

/*********** #leftBar list styles ***********/

#leftBar ul a:link, #leftBar ul a:visited {display: block;}
#leftBar ul {list-style: none; margin: 0; padding: 0;}

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

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


#rightBar{
position: absolute;
right:10px;
top:95px;
width:200px;
padding: 2px 2px 2px 2px;

	border: 1px solid #0000ff;
	background-color: #F8F8FF;
}

/********* #rightBar paragraph style ********/
#rightBar p{
	padding: 5px 0px 5px 0px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#content{
background:#fff;
margin-left: 199px;
margin-right:199px;

padding:  10px 19px 2px 19px;

voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
	}
html>body #content {
margin-left: 201px;
margin-right:201px;
}

#siteName{
	border-top: 1px solid #0000ff;
	text-align: center;
	margin: 0;
	padding: 0 0 0 10px;
}

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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-top: 0px solid #690000;
	position: static;
	bottom: auto;
	text-align: center;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

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


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #690000;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 0px solid #690000;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #bbbbbb;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 5px 0px 2px 0px;
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 10px;
	font-size: 95%;
}

#advert img{
	display: block;
}