/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-size: 16px;
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

p,td,li,pre {
	font-size: 14px;
	font-family: Arial,sans-serif;
	color: #000000;
}

a{
	color: #003399;
	text-decoration: none;
}

a:link{
	color: #003399;
	text-decoration: none;
}

a:visited{
	color: #003399;
	text-decoration: none;
}

a:hover{
	color: #003399;
	text-decoration: underline;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 24px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 18px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 18px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 16px;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Arial,sans-serif;
 font-size: 16px;
 font-weight: normal;
 font-style: normal;
 color: #003399;
 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: 16px;
 font-weight: bold;
 color: #000000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#navBarRight{
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF8CC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content{
	float: left;
  width: 58%;
	padding: 0px 5px;
}

#content1bar{
	float: left;
  width: 78%;
	padding: 0px 5px;
}

#contentprintable{
	float: left;
  width: 98%;
	padding: 0px 5px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 14px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	font-size: 16px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px;
}

.story a:link{
	color: #003399;
	text-decoration: underline;
}

.story a:visited{
	color: #003399;
	text-decoration: underline;
}

.story h3{
	font-size:16px;
}

.story h4{
 font-style: italic;
}

.story h5{
 margin-left: 2%;
 font-weight: bold;
}

.story ul{margin: 20px}


/************** .storylog styles *****************/

.storylog{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px;
}

.storylog p{
	margin-bottom:0;
	margin-top:0;
}

.storylog a:link{
	color: #003399;
	text-decoration: underline;
}

.storylog a:visited{
	color: #003399;
	text-decoration: underline;
}

.storylog h3{
	font-size:16px;
}

.storylog h4{
 font-style: italic;
}

.storylog h5{
 margin-left: 2%;
 font-weight: bold;
}

.storylog ul{margin: 20px}


/************ #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBarRight ul a:link, #navBar ul a:visited {display: block;}
#navBarRight ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}
#navBarRight li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	font-size: 14px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	font-size: 16px;
}

#sectionLinks a {
	font-size:14px;
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** #sectionRightLinks styles ***********/

#sectionRightLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	font-size: 14px;
}

#sectionRightLinks h3{
	padding: 10px 0px 2px 10px;
	font-size: 16px;
}

#sectionRightLinks a {
	display: block;
	font-size: 14px;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionRightLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 14px;
	border-top: thin solid #000000;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 16px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
	font-size: 14px;
}


/*********** .quoteBox styles ***********/

.quoteBox{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 16px;
	font-style: italic;
	color: #003399;
	border-top: thin solid #000000;
}

.quoteBox p{
	font-size: 90%;
	font-style: italic;
	color: #003399;
}

.quoteBox h3{
	padding: 10px 0px 2px 0px;
}


/*********** .pcfText styles ***********/


.pcfText{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	margin-left: 10%;
}


/*********** Standout Colors ************/


.standoutBlue{
	color:#003399;
}
.questionanswer{
	color:#003399;
}
.additions{
	color:#660099;
}
.gplus{
	color:#009900;
	}
.gminus{
	color:#CC0000;
