/************ common styles ******************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 5px;
	padding: 0px;
	background: #FFF4D6;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #B50000;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 200%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
/**************************************/


/************ Positioning *************/
#left {
	position: absolute;
	top: 120px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	background: #FFF4D6;
	width: 150px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	height: 432px;
}

html>body #left {
width: 150px; /* ie5win fudge ends */
}

#middle{
	background:#FFF4D6;
	margin: 0px 10px 20px 190px;
	padding: 10px;
}
/******************************************/


/************ Masthead styles ***************/
#masthead{
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background:#FFF4D6;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 100px;
}

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #000000;
	background:#FFF4D6;	
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
/**************************************/


/************** middle styles ***************/
.story{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 5px 0px;
}

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
}
/*************************************/


/********** #sidebar styles **********/
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}
/************************************/


/******** nav styles (section1) *********/
#sec1 ul a:link, #sec1 ul a:visited {display: block;}
#sec1 ul {list-style: none; margin: 0; padding: 0;}

#sec1 a:hover{background-color: #EE9F8E;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sec1 li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #sec1 li {border-bottom: none;}
/************************************/


/******** nav styles (section2) *********/
#sec2 ul a:link, #sec2 ul a:visited {display: block;}
#sec2 ul {list-style: none; margin: 0; padding: 0;}

#sec2 a:hover{background-color: #BAE086;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sec2 li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #sec2 li {border-bottom: none;}
/************************************/


/******** nav styles (section3) *********/
#sec3 ul a:link, #sec3 ul a:visited {display: block;}
#sec3 ul {list-style: none; margin: 0; padding: 0;}

#sec3 a:hover{background-color: #84C0E7;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sec3 li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #sec3 li {border-bottom: none;}
/************************************/
