/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	font-family: Arial;
}

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;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px;
	border: 1px solid #4d87c2;
	height: 48px;
	overflow: hidden;
}

#content{
 float:left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

td.navBar01{
	background-color: #ffe7e7;
}

td.navBar02{
	background-color: #ffffb9;
}

td.navBar03{
	background-color: #cdf4c5;
}

td.navBar04{
	background-color: #ffddd5;
}

td.navBar05{
	background-color: #d0e7ff;
}

td.navBar06{
	background-color: #ffe2ca;
}

/***********************************************/
/*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;
}

/************* #globalNav styles **************/

#globalNav{
	color: #333333;
	padding: 0px;
	white-space: nowrap;
	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;
}

/************** .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: left;
}

.link04{
	padding-left: 12px;
	background-image: url(../image_share/link03.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.link05{
	padding-left: 18px;
	background-image: url(../image_share/link07.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
 margin: 10px 0px 10px 0px;
 padding: 0px 0px 10px 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 ul {
	list-style: none;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	line-height: 150%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.story li {
	background-image: url(../image_share/link02.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 10px;
}

/* fix for browsers that don't need the hack */
html>body .story li {border-bottom: none;}

.story .pagetop {
 float: right;
	background-image: url(../image_share/link08.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 10px;
}

.story .font01{
	font-size: 85%;
}

.story .font02{
	color: #666666;
	font-size: 85%;
}

/************** .calendar styles *****************/

.calendar table.font{
 font-size: 85%;
}

/************* #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;
}

/*********** #navBar link styles ***********/

#navBar .tab {
 background-color: #ffffff;
}

#navBar .title {
	font-weight: bold;
	background-color: #FFF38C;
	padding: 5px 5px;
}

#navBar .photo {
	overflow: hidden;
	text-align: center;
}

#navBar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

#navBar ul ul {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	line-height: 150%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li.arrow {
	background-image: url(../image_share/link02.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 10px;
}

#navBar li.folder {
	background-image: url(../image_share/link07.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 18px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar .list {
 float: right;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 5px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
