body	{line-height:16px; color:#333333;font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; margin:10px 0px 10px 0px}
td	{line-height:17px; color:#333333;font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif}
.pad	{padding:5px; text-align:justify; vertical-align:top}
.bar	{line-height:2px; background:#cccccc; height:2px}
.spacer	{line-height:3px}
.heading	{font-size:13px; padding:6px; padding-left:1px; font-weight:bold;color:#FF6000; border-bottom:1px solid #C3C3DF}
.title	{font-size:11px; font-family:Tahoma; padding:6px; padding-left:1px; font-weight:bold;color: #003366; text-decoration:none}
.bullet	{background:url(/images/bullet.gif) no-repeat center top; }
#content td{padding:3px; text-align:justify; vertical-align:top}
#content a{color: #0066FF; font-family:Tahoma; font-weight: normal;font-size:11px; text-decoration:none;}
#content a:hover{color: #000099;font-family:Tahoma; font-weight:normal;font-size:11px; text-decoration:none }

#menu	a{font-family:Tahoma;color: #CC6600; font-weight: normal;text-decoration:none; letter-spacing:1px}
#menu	a:hover{font-family:Tahoma;color: #000099; font-weight:normal;text-decoration:none ;letter-spacing:1px}
#menu	td {font-family:Tahoma;border-bottom:1px solid #cccccc;padding:6px 5px 2px 5px; padding-left:8px;background:url(/images/bullet.gif) no-repeat right bottom}
.line	{border-top:1px dotted #cccccc}
.hilight	{color:#CC6600; font-size:12px;}
.welcome-text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none; padding: 5px 5px 5p 10px; text-align: justify; line-height: 14px}
input	{height:20px;}
.footer {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #666666; text-decoration: none}
.border1 {border:1px dashed #C3C3DF; border-top:2px solid #FFC09B;}
.border_ind {border-bottom:2px solid #423d3a; border-top:2px solid #FFC09B;}
.border2 {border-left:1px solid #cccccc; padding:5px}
.border3 {border-left:1px solid #cccccc;}
.contact-form {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; color: #FF863E; text-decoration: none}
.contact-bg {  background-image: url(images/contact-bg.jpg); background-repeat: no-repeat; background-position: left top}
.li_i	{ list-style-image: url(/images/bullet.gif); margin-left:-20px; margin-top:0px }
.ul_i	{margin-top:2px; margin-bottom:2px}
.contact-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

#header .contactbold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.portfolio-text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333; text-decoration: none; padding-top: 7pt; text-align: justify; line-height: normal}
.buttoncss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #999999;
	background-color: #FFFFFF;

}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 16px;	
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px
}

#nav a {
	display: block;
	width: 12em;
	font-family:Verdana;
	left-padding:5px;
	color: #3C3C59;
	text-decoration:none
}
#nav a:hover {
	display: block;
	font-family:Verdana;
	left-padding:5px;
	color: #CD1E00;
	background-color:#DAD3EC;
	text-decoration:none;
	
}
#nav a.main {
	display: block;
	width: 7em;
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#336699;
	text-decoration:none;
}
#nav a.main:hover {
	display: block;
	width: 7em;
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color: #333333 ;
	text-decoration:none;
	border:none;
	background: #E7E3E1;
}

#nav li { /* all list items */
	float: left;
	width: 7.5em; /* width needed or else Opera goes nuts */
	color:#000000;
	font-size:11px;
	font-weight:normal;
	line-height:20px;


}
#nav li.m { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
	color:#333333;
	font-size:11px;
	font-weight:normal;
	line-height:20px	

}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background:#EFECF2;
	border:1px solid #FFA307;
	width:11em;
	padding:0px 3px 0px 3px
}