body{
	font-family: Arial,sans-serif;
	line-height: 1.166em;
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	padding-top: 5px;
	margin-top: 15px;
	margin-left: 2%;
	margin-right: 2%;
	min-width: 640px;
		overflow: hidden;


}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	margin-top: 5px;
	width:95.6%;
	margin-left: 2%;
	margin-right: 2%;

}

.contentTitle {
	font: bold small Arial,sans-serif;
	border: 1px solid ;
	padding: 5px 10px 5px 10px; 
	margin-bottom: 10px;
	margin-right: 0px;
}
#pagefoot {
	clear: both;
	text-align: center;
	font-size: small;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 30px 0px 8px 20px;
	font-weight: normal;
	font: bold 160% Arial,sans-serif;
	height: 60px;


}
#siteName a{

}


/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 99.9%;
min-width: 640px;
height: 32px;
padding: 0px;
margin: 0px;
top: 5px;


}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 7px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
  	font-size: small;
}


a.glink, a.glink:visited{
  	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid ;
}

a.glink:hover{
	text-decoration: none;
}

.skipLinks {display: none;}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
/* 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}
*/






/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid ;
	font-size:11.5px;
	line-height: 1.5em;
	}
.relatedLinksTitle{
/*	padding: 10px 0px 2px 0px;*/
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid;
	font-weight: normal;
	padding: 4px 0px 4px 0px;
    text-align: center;	
	font-size: small;
}

.relatedLinks a{
	/* display: block; */
}

/*
.relatedLinks ul {
	font-size: xx-small;
	list-style-type: none;
	margin-left: 0px;
    line-height: 10%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.relatedLinks ul li {
	font-size:11px;
	margin-left: 5px;
	padding-left:10px;
	line-height: 1.4em;

}
*/
.relatedLinks table tr th {
font-weight:normal;
}
.relatedLinks img {
	padding-top: 5px;
	vertical-align: middle;
	border: 0px;
}


.button {
	border: 1px solid ;
	padding: 4px 0px 4px 0px;
    text-align: center;	
	font-size: small;

}

.linkimg {
background: silver;
}
/**************** calendar styles *****************/
.calMonthToday{
}
/*************** story styles ******************/
.story {
	font-size: small;
	border: 1px solid ;
	margin-top: 0px;
	margin-bottom: 8px;
	top: 5px;
	overflow: hidden;
	}

.storyTitle{
	font: bold 100% Arial,sans-serif;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid ;
	border-top: 1px solid #ffffff;
}
.noDisplay{
	display: none;
}
.storyInfo{
	margin: 10px 5px 5px 15px;
	padding: 5px;
	overflow: hidden;
	display: none;
}
.storyDate{
	font-size: x-small;
	font-weight: normal;
	font-style: oblique;
	text-align: right;
}

.storytext {
	padding: 3px 10px 0px 10px;
	line-height: 1.4em;
	overflow: hidden;
}
.storytext p {
	margin-top:7px;
	margin-bottom:7px;
	overflow: auto;
}
.storyposted	{ 
	padding: 10px 10px 5px 10px;
	font-size:11.5px;
	
}
.storytext blockquotexxx {
	border-top: 1px solid ;
	border-bottom: 1px solid ;
	padding-top: 5px;
	padding-bottom: 5px;
}
.storytext pre {
	overflow: hidden;
}

/**************** for posts *****************/
.code {
	border: 1px solid ;
	padding-left: 5px;
	margin-left: 2em;
	width: 85%;
	margin-right: 2em;
	overflow:auto;
	}

.code pre {
	font-size: small;
}

h1{
 font: bold x-small Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 display: none;
}

/**************** no use *****************/

/************** header tag styles **************/
/*
h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 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;
}
*/

/************** siteInfo styles ****************/
/*
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
*/


.magnolia-linkroll
{
}

.magnolia-linkroll-title 
{
	font-size: small;
	display: none;
}

.magnolia-description {
	padding-left: 15px;
	margin-left: 0px;
}
div.magnolia-linkroll dl dt{
	background-image: url("img/subcat_bullet.gif");
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

