/* **************************
		MAIN ELEMENTS 
****************************/
BODY 
{
	background: #FFFDEB;
}

P, SPAN, BODY, A, TD
{
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color: #B4A581;
}

LI, UL, OL, DL
{
	font-size: 10px;
	color: #B4A581;
}

.formfields
{  
	font-size: 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	width: 460px; 
}

.homeSecMes
{  
	font-size : 10px;
}

.footer
{
	font-size: 9px;
	position: relative;
	background-color: #FFFDEB;
	padding-bottom: 10px;
}

A, A:Visited, A:Active
{
	font-size: 10px;
	color : #B4A581;
	text-decoration : none;
}

A:Hover
{
	text-decoration : underline;
}

.purple
{
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px;
	font-weight: bold;
	color : #85007B
}

.black
{
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px;
	color : #000000
}

.blackItalic
{
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9px;
	color : #000000;
	font-style : italic;
}



.potrfolio_container {
	background-image: url(../images/pf_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 30px;
}
.nav_cont {
	vertical-align: top;
	width: 125px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #85007B;
	position: relative;
	padding-top: 10px;
}
.nav_cont   a, .nav_cont a:visited, .nav_cont a:active {
	width: 100px;
	color: #85007B;
	margin-bottom: 2px;
	padding-bottom: 14px;
	position: relative;
	float: left;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #85007B;
}
.nav_cont  p {
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}

.left_nav {
	padding-right: 10px;
	padding-left: 20px;
	float: left;
	position: relative;
	padding-top: 0px;
}
.over {
	width: 135px;
	position: relative;
	background-color: #FFFDEB;
	height: 30px;
	top: -10px;
	left: 5px;
	z-index: 10;
}

