body {
	background:#EFEFEF;
}

A:link {text-decoration: none;color: #000000;}
A:visited {text-decoration: none;color: #000000;}
A:active {text-decoration: none;color: #000000;}
A:hover {text-decoration: underline; color: #EFEFEF;background-color:#333333;}


/*	HEADER	*/
#nameholder {text-align:center;}
#nametext {
	font-family: Cambria, serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bolder;
	text-transform: normal;
	letter-spacing: normal;
}
#namecred {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}
#logotext{
	padding-top:22px;
	text-align: center;
}
.location_title{
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bolder;
	text-transform: normal;
	line-height: 1.2em;
	color:#EFEFEF;
}
.location_text {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	line-height: 1.2em;
	color:#FFFFFF;
}
/*	END HEADER	*/



/*	BEGIN MENU	*/

.mattblacktabs{
	background-color:#787EA8;
	position:relative;
	top:0px;
	width: 970px;
	height:60px;
	z-index:99;
	overflow: hidden;
	display:block;
	left:0px;
	margin-bottom:5px;
}
.mattblacktabs ul{
	z-index:99;
	margin: 2px;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font: bold 12pt georgia;
	list-style-type: none;
	text-align:center;
	color: black;
}
.mattblacktabs li{
	z-index:99;
	display: inline;
	margin: 0;
	padding: 0px;
}
.li_left,.li_right,.li_middle,.li_spacing{
	height:50px;
	float: left;
	display: block;
	margin: 0;
	padding: 5px 0px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	line-height: 1.2em;
	color:#000000;

}
.li_middle{
	width:auto;
	margin:1px;
	padding-left:13px;
	padding-right:13px;
}
.mattblacktabs li a:visited{color: black;}
.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: url(images/frostedhighlight.png) repeat center;
	color: white;
}
.li_middle,.li_spacing{background: url(images/frostedglass.png) repeat center;}
.li_left {background: url(images/frostedglassleft.png) no-repeat left;}
.li_right {background: url(images/frostedglassright.png) no-repeat right;}
.li_spacing{width:2px;}
/*	END MENU	*/









/*	BODY	*/
.bodytext {
	background:#F3F3F3;
	line-height:1.5em;
	font-size: 1em;
	color:#000000;font-family:Verdana,Arial,Helvetica,sans-serif;
}
.bodytitles {
        font-family:Georgia,serif;
	color:#FEFEFE;
	background:#939393;
	font-variant: small-caps; font-weight: bolder; 
	font-size: 18pt;
	line-height: 1.5em;
	padding:5px;
	padding-left:10px;
}
/*	END BODY	*/


.cv_td {
     font-family: 'Times New Roman',Helvetica,Arial,Verdana,sans-serif;



}



















































/***** Menu Formatting *****/
#memu { 
	z-index:9900;
	display: block;
    text-align: center;
    font-size: 120%;
    text-decoration: none;
}

#menu ul { 
	width: 954px; /*If your links text is bigger you will have to adjust this value*/
    height: 50px;
	margin: 0 auto;
	padding: 0;
	line-height:50px;
	text-decoration: none;
    background: url(images/newmenu/menu_bg.jpg) repeat-x left top;
}

/*Left Corner*/
#menu ul li.left {
	display: block;
	float: left;
	clear: left;
	width: 7px;
	height: 50px;

    background: url(images/newmenu/menu_l.png) no-repeat left top;
}

/*Right Corner*/
#menu ul li.right {
	display: block;
	float: right;
	clear: right;
	width: 7px;
	height: 50px;
    background: url(images/newmenu/menu_r.png) no-repeat right top;
}

#menu ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
}
			
#menu ul li a { 
	display: block;
	text-decoration: none;
	text-transform: inherit;
	padding: 0 7px;
	color: #EEEEEE;
	font-weight:bold;
}

#menu ul li em {
	display: block;
	float: left;
	width: 2px;
	height: 50px;
    background: url(images/newmenu/menu_sep.jpg) no-repeat left top;
}

/*last separator*/
/*This will add a separator after your last link*/
#menu ul li.sep {
	width: 2px;
    background: url(images/newmenu/menu_sep.jpg) no-repeat left top;
}
		  
#menu ul li a:hover, #menu ul li a.active { 
	background: transparent url(images/newmenu/menu_over.jpg) repeat-x center top;
	text-decoration: none;
	color: white;
}

#menu ul li a.active {
	font-weight: bold;
	cursor: default;
}



