h1,h2,h3,h4,#banner_text {
	font-family: Georgia, Times, "Times New Roman", serif; 
}

h1,h2,h3,h4 {
	color:#e64094; 
	font-style:italic;
}

/**************************************************************************/

#header	{
	clear:both;
	padding-top: 20px;
	padding-bottom: 30px;
}

/**************************************************************************/

#banner{
	clear:both;
	background: url(/images/bg.gif) repeat-x bottom;
	height: 163px;
	border-bottom:15px solid #e64094;
}

#banner div.block {
	height: 163px;
	position:relative;
}

#banner #banner_text {
	padding-top:30px;
	font-size:36px;
	color:white;
	font-style:italic;
	line-height:36px;
}

#banner #star {
	position: absolute;
	top:-80px;
	right:120px;
}

#banner #menu {
	text-align:right;
	position: absolute;
	right:0px;
	bottom:10px;
}
#banner #menu ul {
	list-style:none
}
#banner #menu ul li {
	display:block;
	padding-left:30px;
	float:left;
}
#banner #menu ul li a {
	font-size:12pt;
	color:#f0f0f0;
	text-decoration:none;
}

#banner #menu ul li a:hover {
	text-decoration:underline;
}
#banner #menu ul li a.selected {
	color:#f3a3cd;
}

/**************************************************************************/

#body{
	clear:both;
	padding-top:30px;
	color:#444;
	padding-bottom:50px;
	font-size:8pt;
}
#body a {
	color:#00b0f0;
	text-decoration:none;
	border-bottom: 1px dotted #00b0f0;
}

#body a:hover {
	border-bottom: 1px solid #00b0f0;
}

#body .box {
	border: 1px solid #c0c0c0;
	background:#e0e0e0;
	text-align:center;
	padding:5px;
}

#body .box div {
	border: 1px solid #c0c0c0;
	background:white;
	text-align:center;
	padding:15px;
}

#body .box a {
	border:none;
}
/**************************************************************************/

#footer{
	clear:both;
	border-top:15px solid #e64094;
	background:#606060;
	padding-top:15px;
	padding-bottom:5px;
	color:#f0f0f0;
}
#footer div {
	font-size:8.5pt;
}

#footer h2 {
	color:#f0f0f0;
}

#footer a {
	color:#f0f0f0;
	text-decoration:none;
	border-bottom: 1px dotted #f0f0f0;
}
#footer a:hover {
	border-bottom: 1px solid #f0f0f0;
}
#footer ul {
}
#footer ul li{
	margin-bottom:5px;
}


#copyright{
	clear:both;
	padding-top:3px;
	color:#808080;
}
#copyright div {
	font-size:8.5pt;
}
#copyright #footer_menu {
	text-align:right;
	float:right;
}
#copyright #footer_menu  ul {
	list-style:none
}
#copyright #footer_menu  ul li {
	display:block;
	padding-left:30px;
	float:left;
}
#copyright #footer_menu  ul li a {
	color:#808080;
	text-decoration:none;
	border-bottom: 0px dotted #808080;
}

#copyright #footer_menu  ul li a:hover {
	border-bottom: 1px solid;
}

/**************************************************************************/

.block {
	margin:0 auto;
	width:749px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	
}
.block div
{
	line-height:200%;
}
/**************************************************************************/
/**************************************************************************/
.smallcaps {font-variant: small-caps;}}
.tiny	   {font-size:.6em;margin-bottom:1.875em;line-height:1.875em;}
.indent	   { margin-left:20px;}
/**************************************************************************/
div.paras div {
	margin-bottom:10px;
}

div.indentdivs div {
	margin-left:20px;
}
/**************************************************************************/

dl#emails
{
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

dl#emails dt 
{
	float:left;
	width:180px;
	padding-bottom:3px;
	font-weight:normal;
}
dl#emails dd
{
	padding-bottom:3px;
}


/**************************************************************************/
div.stages table 
{
	border-collapse:collapse;
}

div.stages table td,
div.stages table th
{
	padding:4px;
	vertical-align:top;
	border-collapse:collapse;
	border:1px solid #ccc;
}

div.stages table th
{
	background:#e6e7e8;
}

div.stages h3 
{
	border-bottom:1px solid #e64094;
}


/**************************************************************************/
dl.team
{
}

dl.team dt
{
	clear:both;
	float:left;
	color:#00aad9;
	width:130px;
}

dl.team dt img
{
	border:1px solid #ccc;
	margin-bottom:5px;
}


dl.team dd
{
	margin-left:135px;
	margin-bottom:15px;
	min-height:110px;
}

dl.team dd h3
{
	font-weight:normal;
	display:block;
	margin-bottom:6px;
}

dl.team dd h3 span
{
	color:#808080;
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;	
	font-style:normal;
	font-weight:bold;
	display:block;
	font-size:90%;
	margin-top:6px;
	margin-bottom:6px;
}

/**************************************************************************/
table.criteria  		{ border-collapse:collapse;}
table.criteria th 		{ background: #e6e7e8; }
table.criteria th, 
	table.criteria td 	{ width:200px; border:1px solid #bcbec0;}
table.criteria td 		{ vertical-align:top; }
