@charset "utf-8";
/* CSS Document */


/* ISSTD Page Styles */
/*
ISSTD Colors:


Dark Blue (links headers) :#064590;
Light Green (Links): #ACC19E

Text: #333333;
*/


table.profileForm{
	width:95%;
}

table.profileForm td{
	vertical-align:top;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
}

table.profileForm tr.regTotals td{
	border-top-style: solid;
	border-top-color: #009900;
}

/* HIGHLIGHTS FORM SECTIONS */
.highlight{
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background-color:#064590;*/
	background:url(../images/rightCorner2.gif) no-repeat top right #064590;
	/*background:url(../images/rightGrad.png) repeat-y top right #064590;*/
	color:white;
	
	font-size:1.7em;
	font-weight:700;
	
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
}

/* HIGHLIGHTS FORM SECTIONS */
/* non rounded corner version */
.highlight_inner{
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background-color:#064590;*/
	background-color:#064590;
	/*background:url(../images/rightGrad.png) repeat-y top right #064590;*/
	color:white;
	
	font-size:1.7em;
	font-weight:700;
	
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
}


/* Education list*/
table.educationList {
	width:95%;
	margin:auto;
}

.educationList th{
	padding:5px;
	background-color:#CCCCCC;
	vertical-align:top;
	font-size:1.2em;
	border-right-color:white;
	border-right-style:solid;
}

.educationList td{
	vertical-align:top;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#CCCCCC;
	
	border-right-color:white;
	border-right-style:solid;
}

