/*Sidebar1 is the left sidebar table cell.*/
#sidebar1 {
	font-size: 1em;
	padding: 20px;
	border-left: 1px solid #666666;
}

/*Maincontent is the center content table cell. We assign a background
image to create a dashed vertical rule between maincontent and sidebar1.*/
#maincontent {
	font-size: 1.5em;
	background-image: url(../content/common/images/vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 88%;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
}
/*Maincotent paragraph margins.*/
#maincontent p {
	margin: 8px 0 12px 0;
}
#contact #maincontent {
	font-size: 1.5em;
	background-image: none;
	width: 93%;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
	border-left: 1px solid #666666;
}
/*Sidebar2 is the right sidebar table cell. We assign a background
image to create a dashed vertical rule between sidebar 2 and maincontent.*/
#sidebar2 {
	font-size: 1em;
	background-image: url(../content/common/images/vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px;
	width: 160px;
	border-right: 1px solid #666666;
}

/*The copyrightcell carries the textured background along the bottom
edge of the mainbox. Nested inside this cell is the
copyrightnotice DIV.*/
#copyrightcell {
	background-image: url(../content/common/images/copyBG.jpg);
	background-repeat: repeat-x;
}

/*Copyrighnotice contains the embedded copyright notice, which
also creates the bottom left curve of the main box. We also set
a background image that completes the bottom curve.*/
#copyrightnotice {
	font-size: .75em;
	background-image: url(../content/common/images/copy_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*Footer styles*/
#footer {
	padding: 16px 0 0 18px;
	font-size: .7em;
}
#footer p {
	margin: 0 0 3px 0;
}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0px;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #657EA6;
	line-height: normal;
	font-weight: normal;
}
h2, h3 {
	margin: 15px 0 0 0;
	font-size: 1.8em;
	color: #666666;
}
h3 {
	font-size: 1.8em;
}
#sidebar1 h3, #sidebar2 h3 {
	color: #657EA6;
	font-weight: bold;
	font-size: 1.5em;
}
#sidebar1 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #C09225;
}
#subpages h2 em {
	font-family: "Lucida Calligraphy", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 0.6em;
	line-height: 0.4em;
	color: #909D4D;
	font-weight: bold;
}

/*other*/
.style1 {
	color: #6B83A6;
}

