/*******************************************************************/
/* This is the CSS file used to layout the A&B Pots and Pans       */
/* sample web pages.                                               */
/*                                                                 */
/*      */
/*******************************************************************/
   

/* Define the main layout characteristics to build the columns */
#left, #middle {
	background-color: inherit;
	color: inherit;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
}

#left {
	width: 12%;
	min-width: 10em;
	padding-left: 5px;
	border-left: 1px solid #333; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333; 
	background: #fff; 
}




#middle {
	width: 65%;
	background: #fff;
}

#header, #footer {
	width: 100%;
	background: #d0dddf;
	
}

#footer {
	width: 100%;
	background: #fff;
	
}
#footer {
	clear: both;
}


html, body, div, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border-width: 0;
}



/* Define the main style characteristics to apply to content 
   in the columns */
   
html, body {
	background-color: #fff;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}


#header, #footer {
	color: #fff;
	text-align: center;
}


#header {
	letter-spacing: .3em;
	border-bottom: 1px dotted #999;
	border-top: 3px dotted #999;
}

#header.h1 {
	font-size: medium;
	font-weight: normal;
	text-transform: uppercase;
}


#footer {
	border-top: 1px dotted #999;
	border-bottom: 3px dotted #999;
	margin-top: 0.5em; 
}







/* formatting for navigation list items */
.navlist {
	padding: 0em 0 1em 0;
	list-style-type: none;
	list-style-position: inherit;
}



/* Add your own CSS styles, if required to illustrate a technique */

.timesblue10 {font-family: "Times New Roman", Times, serif; font-size:10pt; color:#37029B; margin-top:4px; text-align:center}
.timesblue10l {font-family: "Times New Roman", Times, serif; font-size:10pt; color:#37029B; margin-top:4px; text-align:left}
.timesblue12 {font-family: "Times New Roman", Times, serif; font-size:12pt; color:#003399; margin-top:4px; text-align:center}
.timesblue12l{font-family: "Times New Roman", Times, serif; font-size:12pt; color:#003399; margin-top:4px; text-align:left}
.verd14 {font-family: Geneva, Arial, Helvetica, sans-serif, SunSans-Regular;font-size:18pt;color:#2059B9;	margin-top:4px;	text-align:center;	font-weight: bold;}
.VerdBlue10 {font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-size:10pt; color:#000066; margin-top:4px;text-align:center}
.VerdBrown10 {font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-size:11pt; color:#663300; margin-top:4px;text-align:center}
.small {font-family: Verdana, Arial, Helvetica,  SunSans-Regular, sans-serif; font-size:8pt; color:#000099; margin-top:4px;}
A:link {font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif, SunSans-Regular;
	color: #0066ff}

a:visited {font-size:10pt; font-family:verdana, arial color:#cc9900}
a:hover {font-size:10pt; font-family:verdana, arial color:#33cc33}
a:active {font-size:10pt; font-family:verdana, arial color:#663300}
