/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	color: #333333;
	line-height: 1.25em;
	margin: 10px 20px 0px 20px;
	padding: 0px;
	font-size: medium;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
 font-size: 120%;
 color: #334d55;
}

h2 {
 font-size: 114%;
 color: #333333;
}

h3{
 font-size: 120%;
 color: #cc0000;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #ff4e00;
	padding-top: 10px;
}

h5 {
 font-size: 100%;
 color: #334d55;
}

ul {
 list-style-type: none;
}

ul ul {
 list-style-type: disc;
}

hr {
	clear: both;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	margin: 0;
	padding: 0px;
	border: 1px solid #4d87c2;
	height: 48px;
	overflow: hidden;
}

#content{
 float:left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 0px;
	float: left;
}

#headerimg {
	float: right;
}

/*************** #pageName styles **************/

#pageName01{
	padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #ff4646;
}

#pageName02{
	padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #ffba00;
}

#pageName03{
	padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #0a9300;
}

#pageName04{
	padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #e30000;
}

#pageName05{
	padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #2993ff;
}

#pageName06{
	padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #ff7200;
}

#pageName07{
	padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #B05CA3;
}


/************* #globalNav styles **************/

#globalNav {
	color: #333333;
	padding: 0px;
	white-space: nowrap;
	clear: both;
	margin: 5px 0px;
	display: block;
	text-align: right;
}

#globalNav ul {
	margin: 0px;
	padding: 0px; 
}

#globalNav li {
 display: inline;
	margin: 0px;
	padding: 0px; 
}

#globalNav a {
	font-size: 90%;
	padding: 0px 5px 0px 0px; 
}

#globalNav img {
	border: none;
}

/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 80%;
	padding: 5px 0px 10px 5px;
}

/************** #layout styles *****************/

#layout {
	margin: 0px;
	padding: 0px;
}

#layoutleft {
	float: left;
	margin: 0px;
	padding: 0px;
}

#layoutright {
 float: right;
}

/************** .link styles *****************/

.link01 {
	padding-left: 10px;
	background-color: #ffffff;
	background-image: url(../image_share/link01.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.link02 {
	padding-left: 15px;
	background-color: #ffffff;
	background-image: url(../image_share/link06.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.link03 {
	padding-left: 12px;
	background-image: url(../image_share/link02.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
 margin: 10px 0px 10px 0px;
 padding: 0px;
}

.story td.font01{
 color: #003300;
}

.story .photo{
 float: right;
}

.story h1{
	font-size: 120%;
	color: #ff7200;
	padding-left: 0.3em;
	border-left: 0.5em solid #ff7200;
	border-bottom: 1px solid #ff7200;
	margin: 0px 0px 10px 0px;
	padding-bottom: 3px;
}

.story h2{
 font-size: 114%;
 color: #006666;
	margin: 0px 0px 5px 0px;
}

.story .link01{
	padding-left: 10px;
	background-color: #ffffff;
	background-image: url(../image_share/link01.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.story .link02{
	padding-left: 15px;
	background-color: #ffffff;
	background-image: url(../image_share/link06.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.story table.line01{
	border-bottom: 1px dashed #999;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

.story .font01{
	font-size: 85%;
}

.story .font02{
	color: #666666;
	font-size: 85%;
}

.story dl{
 line-height: 140%;
}

.story dd{
 margin-left: 2ex;
	font-size: 90%;
}

.story .pagetop {
 float: right;
	background-image: url(../image_share/link08.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 10px;
}

/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	font-size: small;
	color: #333333;
	padding: 6px 0px;
	margin-top: 0px;
	text-align: center;
	border-top: 1px solid #4d87c2;
	border-bottom: 8px solid #113997;
}
