body{
	background:#000000;
	font-size:11px;
	font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#CCCCCC;
	padding:3px 0px 0px 0px;
	margin:0px;
}
.nav a, .nav a:visited, .nav a:hover, .nav a:active{color:#CCCCCC;}
h1{
	font-size: 11px;
	text-transform:uppercase;
	margin:0px;
}
h2{
	color: #CCCCCC;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}
h3{
	color: #CCCCCC;
	padding: 5px 10px;
	margin:0px;
}
/* ----------container to center the layout-------------- */
#container{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	height:100%;
	background: #000000 url('/images/contentBottom.jpg') no-repeat bottom left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/* ----------banner for logo-------------- */
#banner{
	height:114px;
	width: 760px;
	text-align:center;
	background:url('/images/header.jpg') no-repeat bottom center;
	background-color:#000000;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
#banner img{padding:10px 0px;} 
#bannertitle{
	padding-top:30px;
	font-size: 50px;
	font-weight:bold;
	font-family:Vivaldi;
}
/* -----------------content--------------------- */
#content {
	float:left;
	width:600px;
	background: url('/images/contentTop.jpg') no-repeat top right;
	padding: 0px;
	margin:0px;
	min-height:450px;
}
#left {
	float: left;
	width: 155px;
	margin: 0px;
	padding: 0px;
	height:90%;
}
#tabs{
	min-height:550px;
}
p, pre{
	padding: 5px 10px;
	margin:0px;
}
/* --------------left navi------------- */

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding:0px 10px 0px 0px;
	height:25px;
	text-align: right;
	font-size: 10px;
	color:#666666;
}
#footer h1 a{
	color:#FFFFFF;
}
#footer h1{
	padding:5px 5px 0px 0px;
	font-size: 5px;
}
/**********vertical menu***************/
.verticalmenu ul{
	list-style:none;
	padding: 10px;
	margin: 0px;
}
.verticalmenu li, .verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover{
   display: block;
   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
   color: #CCCCCC;
   text-decoration: none;
   text-align: left;
   width: 140px;
   height: 32px;
 }
.verticalmenu a:hover{
   background: url('/images/menuhover.jpg') no-repeat;
   color: #CCCCCC;
 }
 .scheduleLinks{
	color:#CCCCCC;
}
 /* image float right */
 .fltrt{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border:1px solid white;
	border-color: #FFFFFF;
}

#contactme{
	border-color:#515151;
	width:95%;
}

#contactme legend{
	color: #FFFFFF
}

#contactme input, textarea, label{
	margin: 3px 5px 3px 5px;
}
.scheduleList{
	list-style:none;
	margin:0;
	padding:0;
}
.resumeTbl{
	margin-left:6px;
	border-spacing:0;
}
.resumeTbl td{
	padding: 3px 2px 3px 2px;
}