/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-attachment: scroll;
	background-color: #E6E6E6;
	background-image: url(images/page-bg-narrow.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

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 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 114%;
	color: #006699;
	padding: 10px 0px 15px 0px;
}

h3{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
background-color:#FFFFFF;
width:800px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

#masthead{
	width:800px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#content{
            	width: 600px;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px 10px 0px 10px;
	text-align:left;

}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 0px 10px 10px;
	margin-top: 0px;
	width: 800px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}

#siteInfo img{
	padding: 0px;
	vertical-align: middle;
}

#sidebar {
	vertical-align:top;
	width: 148px;
	float: left;
	background-color: #eeeeee;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
#sectionLinks ul a:link, #sectionLinks ul a:visited {
	display: block;
}
#sectionLinks ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #sectionLinks li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	vertical-align: top;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}


#parentLogo{
	padding: 20px 10px 20px 10px;
	font-size: 80%;
	width: 128px;
	background: #ffffff;
}

#parentLogo img{
	display: block;
	vertical-align: middle;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: bottom;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.photo {
	border: 2px solid #000000;
	margin: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}


