/***********************************************/
/* pascalsite.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Gills Sans", Arial,sans-serif;
	background-color:#CCCCCC;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


a:link{
	color: #158295;
	font-weight:bold;
	text-decoration: none;
}

a:visited{
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}

a:hover{
	color: #f00;
	text-decoration: none;
}


h1{
 font-family: Verdana, Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 130%;
 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: "Gills Sans", Verdana, "Gills Sans", 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: "Gills Sans", Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper  {
	width: 660px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image:url(images/leftcol_background.gif);
	background-repeat:repeat-y;
	}
	
#wrapper #navBar #sectionLinks li {
	text-align: right;
    margin-right: 28px;	
}

#masthead{
	padding: 0;
	margin: 0;
	background-color:#CCCCCC;
	
	
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
}

#navBar a:link{
	color: #f00;
	font-weight:bold;
	text-decoration: none;
}

#navBar a:visited{
	color: #158295;
	font-weight:bold;
	text-decoration: none;
}

#navBar a:hover{
	color: #006699;
	text-decoration: none;
}

#headlines{
  float:right;
	width: 10%;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#textcontent{
background-color:#fff;
border: white;
	float: left;
  width: 69%;
}

#textcontent h1  {
font-family: "Gills Sans", "Gills Sans", Verdana, "Gills Sans", Arial, Helvetica, sans-serif; 
margin: 20px 26px 10px 62px;
padding: 10px;
font-size: 1.1em;
}


#textcontent p {
font-family: "Gills Sans", "Gills Sans", Verdana, "Gills Sans", Arial, Helvetica, sans-serif; 
margin-left: 20px;
margin-right: 20px;
padding: 6px;
font-size: .9em;
}


#textcontent p a:link {
	font-weight:bold;
	text-decoration: none;
	}
	
#textcontent p a:hover {
	font-weight:bold;
	text-decoration: none;
	}
	
#textcontent h3 {
	text-align:right;
	padding-right: 60px;
	font-weight:bold;
	}		
	
#textcontent li {
font-family: "Gills Sans", Verdana, "Gills Sans", Arial, Helvetica, sans-serif; 
margin-left: 20px;
margin-right: 20px;
padding: 6px;
font-size: .9em;
list-style-type:circle;
}	
	
#textcontent li a:link {
	color: #036;
	font-weight:bold;
	text-decoration: none;
	}
	
#textcontent li a:hover {
	color: #F00;
	font-weight:bold;
	text-decoration: none;
	}	

#sampcontent{
background-color:#ccc;
border: white;
	float: left;
  width: 66%;
}


#sampcontent p {
font-family: "Gills Sans", Verdana, "Gills Sans", Arial, Helvetica, sans-serif; 
margin: 10px 26px 10px 62px;
padding: 6px;
font-size: .9em;
}


#sampcontent p a:link {
	color: #036;
	font-weight:bold;
	text-decoration: none;
	}
	
#sampcontent p a:hover {
	color: #F00;
	font-weight:bold;
	text-decoration: none;
	}	
	
		
.samples {
float: left;
padding-top: 20px; 
border-bottom: 20px solid #000;
}

.contentheading  {
 font-family: "Gills Sans", Verdana,"Gills Sans", Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 20px 0 0 0;
 padding: 10px 0 0 0;
 text-align: center;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color: #000;
	font-size: 75%;
	font-style: bold;
	color: #F00;
	padding: 10px 10px 10px 10px;
	margin-left: 120px;
}

/*********** #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{
background-color:#000000;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

 

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

#sites  {
text-align: right;
}

#sites strong {
color: #8a8a8a;
}

.blueback {
background-color:#CAECF7;
}

 #b-navbar {
height:0px;
visibility:hidden;
display:none
}

#printLogo  {
display: none;
}


#contactInfo {
display:none;
}

#textbase {
margin-left: 300px;
width: 300px;
font: Helvetica, Verdana, Arial, sans-serif;
font-size: .9em;
font-color: #666;
}
