/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */



ul{
 list-style-type: square;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #2032b8;
	width: 100%;
	background-color: #A4CEE2;
	height: 60px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#navBar{
	margin: 0 79% 0 0;
	width: 200px;
	padding: 0px;
	background-color: #A4CEE2;
	border-right: 1px solid #2032b8;
	/*border-bottom: 1px solid #2032b8;*/
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-color: #FFFFFF;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 100%;
	padding: 10px 0px 10px 5px;
	border-bottom: 1px solid #2032b8;
	border-left-color: #2032b8;
	font-weight: bold;
	color: #2032b8;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	color: #2032b8;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story a:link a:visited {
	color: #990000;
	text-decoration: none;
}

.story a:hover {
	color: #990000;
	text-decoration: underline;
}


.TitleColor{
	font-size: 100%;
	color: #2032b8;
}

#quote{
	font-size: 80%;
	color: #2032b8;
	line-height: 1.166;	
}

#schedTitle{
	font-size: 100%;
	color: #2032b8;
	font-weight: bold;	
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #2032b8;
	border-bottom: 1px solid #2032b8;
	font-size: 75%;
	color: #2032b8;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link a:visited {
	color: #2032b8;
	text-decoration: none;
}

#siteInfo a:hover {
	color: #2032b8;
	text-decoration: underline;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar 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;}

/* 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 #2032b8;
	font-size: 90%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x repeat-y;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	color: #2032b8;
	padding: 10px 0px 10px 10px;
	width: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2032b8;
}

#sectionLinks a:visited{
	color: #2032b8;
	padding: 10px 0px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2032b8;
}

#sectionLinks a:hover{
	color: #2032b8;
	background-color: #46b5e8;
	padding: 10px 0px 10px 10px;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2032b8;
}

