/* The Main Content Layer */
.maintext { 
	text-align : justify;
	color : #333333;
	font : 14px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif
}
.maintext a:link {
	color : #000000;
	text-decoration : none;
	font-size: 14px;
}
.maintext a:visited { color : #333333; text-decoration : none;}
.maintext a:hover img {	filter: alpha(Opacity=85);text-decoration : none; }
.maintext a:hover { color : #CD3D27; text-decoration : none; }

.maintext h1 {
	color : #494949;
	font : bold 17px Georgia, Times New Roman, Times, serif;
	letter-spacing : 2px
}

p.mnlinkbar {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 25px;
	font-variant: small-caps;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif";
	line-height: 24px;
}

.mnlinkbar a:link { color : #333333; text-decoration : underline; font-size: 13px; }
.mnlinkbar a:visited { color : #333333; text-decoration : underline; font-size: 13px;}
.mnlinkbar a:hover { color : #EE5106; text-decoration : underline }

/* The Sidebar */
.sidebar {
	border-left : 1px dotted #999999;
	padding : 0px 0px 9px 25px;
	color : #716859;
	font : 13px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	text-align: justify;
}

.sidebar h2 {
	color : #999999;
	font : bold 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 12px;
	letter-spacing: 1px;
}
.sidebar p {
	color : #666666;
	font : bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-top : 12px;
	margin-bottom: 2px;
}
.sidebar a:link {
	color : #000000;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sidebar a:visited {  color : #666666; text-decoration : none}
.sidebar a:hover {  color : #EE5106; text-decoration : none}
.sidebar a:hover img {	filter: alpha(Opacity=85); }


/*Style Applied to the Paragraphs for the Sidebar Links */
p.navSubs {
	color : #333333;
	font : 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : 4px;
	margin-top : 0px;
	width : 140px
}
.navSubs a {
	background-color : #F4F4F4;
	border : 1px solid #999999;
	color : #333333;
	display : block;
	padding : 4px 0px 2px 12px;
	text-decoration : none;
	width : 100%
}
.navSubs a:hover {
	background-color : #F3EBCF;
	border : 1px solid #999999;
	color : #999999;
	text-decoration : none
}

/* The Text Links and copyright at Bottom of Portfolio Pages */

p.linkbar {
	color : #666666;
	font : 11px Arial, Helvetica, sans-serif;
	margin: 16px 0px 6px 3px;
	text-align: left;
}
.textlink {
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif";
	font-size: 14px;
	font-variant: small-caps;
	padding-left: 6px;
	font-weight: bold;
}

