/* Global Styles */

body,
html {
    margin:0;
    padding:0;
    color:#000;
    background: #7680BB url(images/bgpattern.jpg);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}
body {
	min-width: 800px;
}

a {
	color: #6b75b0;
	text-decoration: underline;
}
	
a:hover {
	color: #000;
	text-decoration: underline;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

/** FRONT PAGE IDs **/
#fptop {
	width: 800px;
	margin: 75px 0 0 0;
	height: 18px;
	text-align: center;
	background: #4752a0;
}
#fpmid {
	width: 790px;
	height: 397px;
	margin: 0;
	border: 5px #9098D2 solid;
	background: url(images/hs01.jpg) right top no-repeat ;
}
#fpbot {
	width: 800px;
	margin: 0;
}
#fpbottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding: 15px 15px 15px 15px;
}
#fpbottomlinks a {
	color: #000055;
}

/** GENERAL IDs **/
#topbox {
	width: 800px;
	margin: 35px 0 0 0;
	text-align: center;
}
#leftnav {
	width: 142px;
	margin: 25px 0 0 0;
	float: left;
}
#content {
	width: 642px;
	padding: 0 8px 10px 8px;
	background: #EEE;
	float: left;
}
#bottomleft {
	width: 142px;
	padding: 15px 0 0 0;
	float: left;
}
#bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding: 15px 15px 15px 15px;
	width: 628px;
	float: left;
}
#bottomlinks a {
	color: #000055;
}
.clear {
	clear:both;
	height: 0px;
}


/* Class Styles */

.quoteblock {
	font-size: 19px; 
	font-style: italic; 
	font-weight: bold; 
	color: #A0A8E2; 
	font-family: 'Times New Roman', Times, serif;
	margin: 5px 0 5px 0;
	text-align: center;
}

.textblock {
	text-align: justify; 
	font-size: 12px; 
	margin: 20px 20px 0px 20px; 
	color:#000055; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/** AWARDS **/

.awardtable {
	width: 100%;
	border-spacing: 0px;
}
.awardtable tr {
}
.awardtable th {
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}
.awardtable td {
	vertical-align: top;
	padding: 0 0 15px 15px;
/*	border-bottom: 1px solid #999;*/
}

/** REPERTOIRE **/

.reptitle {
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}
	
.reptable {
	width: 100%;
	border-spacing: 0px;
}
.reptable tr {
}
.reptable th {
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 0 5px 15px;
}
.reptable td {
	vertical-align: top;
	padding: 0 0 2px 15px;
	border-bottom: 1px solid #999;
}

/** SEE & HEAR **/

.seeheartable {
	width: 100%;
	border-spacing: 0px;
}
.seeheartable td {
	vertical-align: top;
}

.seehearHeading {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	font-weight:bold;
	}

.seehearSubHeading {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
	}

/** CONTACT **/

.contactaddr {
	width: auto;
	float: left;
	margin: 10px 0 0 30px;
}
.contactimg {
	width: auto;
	float: right;
	margin-top: 10px;
}

.photoHeading {
	font-size: 10px;
	color: #DDD;
	text-align:left;
	margin: 10px 0px 5px 0px;
	}

.linkHeading {
	font-size: 12px;
	color: #039;
	text-decoration:underline;
	font-weight:bold;
	}

.perfHeading {
	color: #039;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin: 10px 0px 10px 0px;
	}

.pageTitle {
	font-size: 20px;
	color: #003399;
	margin: 10px 0px 10px 0px;
	}

.captionedPic {
	float: right;
	margin: 10px;
	}

.captionedPic .caption {
	color: #000;
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

td.body {
	background-color: #CCC; 
	padding: 10px 15px 10px 15px; 
	color: #003399; 
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

td.bottomLinks {
 	background-color: #E9E9E9;
	}

/*
.pageTitle {
	color:#DFC98E;
	font-size:24px;
	font-weight:bold; 
	font-style:italic;
	}

.newsTitle {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#DDDDFF;
	}

.newsSubTitle {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#DDDDFF;
	}

.resumeHeading {
	font-size:16px; 
	font-weight:bold;
	text-decoration:underline;
	margin:15px 0px 10px 0px;
	}

.galleryHeading {
	font-size:16px; 
	font-weight:bold;
	text-decoration:underline;
	margin:15px 0px 10px 0px;
	}

.contactError {
	font-size:14px;
	font-weight:bold;
	color:#000077;
}

.contactSuccess {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/*.bodyText {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
*/

