body
{
	font-size: 120%;
	font-family: Arial, Verdana, Sans-Serif;
}

/* layout section */

#container
{
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#divBanner
{
	display: inline;
	width: 700px;
	height: auto;
	background-color: #C41E3A;
}

#divHNavBar
{
	width: 698px;
	background-color: #003366; /* background-color: #C41E3A; #00007d*/
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
	padding-top: 3px;
	border-right: #9e9e9e 1px solid;
	border-left: #9e9e9e 1px solid;
}

#divSearch
{
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border: #C41E3A 1px solid;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

.imgSearch
{
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.txtSearch
{ 
	border-right: #c41e3a 1px solid;
	border-top: #c41e3a 1px solid;
	border-left: #c41e3a 1px solid;
	border-bottom: #c41e3a 1px solid; 
}


#divLeftColumn
{
	width: 175px;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
	text-align: left;
	border-right: #9e9e9e 1px solid;
	border-left: #9e9e9e 1px solid;
	border-bottom: #9e9e9e 1px solid;
}

#divContent
{
	width: 515px;
	position: relative;
	/*left: 125px;*/
	float: left;
	text-align: left;
}

#divBoxRight
{
	width: 175px;
	float: right;
	border-right: #9e9e9e 1px solid;
	border-top: #9e9e9e 1px solid;
	border-left: #9e9e9e 1px solid;
	border-bottom: #9e9e9e 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #f5f5f5;
}

#divBoxRight2
{
	padding: 3px;
}

#divFooter
{
	width: 650px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	display: block;
	border-top: #9e9e9e 1px solid;
	clear: both;
}

/* text styles */

#divContent p
{
	font-size: 100%;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: left;
	margin-left: 5px;
}

#divHNavBar a
{
	font-weight: bold;
	color: white;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 120%;
}

.linkRightBox
{ 
	/* font-weight: bold; */
	color: #84002e;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 80%;
	/* padding: 3px; */
}


/*.linkVNavBar
{
	font-size: 85%;
	font-family: Arial, Verdana, Sans-Serif;	
} */

.vLink
{
	width: 165px;
	border-bottom: #9e9e9e 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #ffffff;
}

.vLinkHeader
{
	border-bottom: #9e9e9e 2px solid;
	width: 170px;
	background-color: #f5f5f5;
	padding-left: 5px;
}

.vLinkHeader a
{
	font-size: 105%;
	/* padding: 2px; */
	color: #9e9e9e;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
}

/*
#divBannerSmall
{
	display: inline;
	width: 715px;
	height: 90px;
	margin-bottom: 20px;
} */

#divBody
{
	width: 715px;
	display: inline;
	position: absolute;
	top: 15px;
	left: 15px;
}

#lblNotice
{
	/*margin-top: 40px;*/
	font-size: 8pt;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

.imgLeftSide
{
	float: left;
	margin-right: 15px;
}

#columnLeft
{
	margin-top: 40px;
	font-size: 8pt;
	float: left;
	width: 140px;
	margin-right: 20px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

#columnMiddle
{
	/*margin-left: 20px;*/
	font-size: 8pt;
	float: left;
	padding-bottom: 15px;
	width: 290px;
	margin-top: 40px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin-right: 0px;
}

#columnRight
{
	/*padding-right: 15px;*/
	float: right;
	padding-bottom: 15px;
	width: 230px;
	margin-top: 60px;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

/* layout for Group pages */

#columnMiddleGroup
{
	/*margin-left: 20px;*/
	font-size: 8pt;
	float: left;
	padding-bottom: 15px;
	width: 260px;
	margin-top: 40px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin-right: 0px;
}

#columnRightGroup
{
	/*padding-right: 15px;*/
	float: right;
	padding-bottom: 15px;
	width: 260px;
	margin-top: 60px;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

#columnFooter
{
	/*border-top: lightgrey 1px solid;*/
	margin-top: 40px;
	/*padding-top: 30px;*/
	font-size: 8pt;
	width: 720px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	text-align: center;
	display: inline;
}

/* text formatting */

H1
{
	font-weight: bold;
	font-size: 120%;
	word-spacing: normal;
	text-transform: none;
	color: #C41E3A;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	padding-top: 5px;
}

H2
{
	font-weight: 900;
	font-size: 105%;
	word-spacing: normal;
	text-transform: none;
	color: #C41E3A;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
}

H3
{
	font-weight: 800;
	font-size: 95%;
	word-spacing: normal;
	text-transform: none;
	color: #C41E3A;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	padding-bottom: 0px;
}

A:link
{
	text-decoration: none;
	/* color: #84002e; old color */
	/* color: #92162C; old color2 */
	color: #003366; /*#00007d; */
	font-size: 100%;
}

A:visited
{
	text-decoration: none;
	color: #003366;
	font-size: 100%;
}

A:active
{
	text-decoration: underline;
	color: #003366;
	font-size: 100%;
	background:yellow;
}

A:hover
{
	text-decoration: underline;
	color: #003366;
	font-size: 100%;
}

A:focus
{
	text-decoration: underline;
	color: #003366;
	font-size: 100%;
	background:yellow;
}

ul li
{
	/* url path is relative to master files - other paths do not work!!! */
	list-style:  disc outside url('../images/arrow.gif');
}

#divBoxRight ul
{
	padding-left: 1em;
	margin-left: 0px;
}

.hylBold
{
	font-weight: bold;
}

.hylBold2
{
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.fontParaIntro
{
	font-weight: bold;
	color: #d80029;
}

.textHiLite
{
	font-weight: bold;
	font-size: 9pt;
	margin-left: 5px;
	text-indent: 5px;
	font-style: italic;
}

.textHiLiteSmall
{
	font-weight: bold;
	font-size: 8pt;
	margin-left: 5px;
	text-indent: 5px;
	font-style: italic;
}

/* Image formatting */

#divBoxRight img
{
	border-bottom: #9e9e9e 1px solid;
	border-top: none;
	border-right: none;
	border-left: none;
}

#columnLeft img, #columnMiddle img, #columnRight img
{
	float: left;
	/*padding-right: 10px;*/
	
}

.imgMiddleColumn
{
	border: #C41E3A 1px solid;
	margin-right: 5px;
	margin-bottom: 2px;
	float: left;
}

#imgFloatRight
{
	float: right;
}

#divBanner img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#divBannerSmall img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.imgColumnRightBorder
{
	border-right: #D80029 1px solid;
	border-top: #D80029 1px solid;
	border-left: #D80029 1px solid;
	border-bottom: #D80029 1px solid;
	margin-right: 2px;
}

.imgColumnRightNoBorder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.imgAltLang
{
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	POSITION: relative;
	TOP: 5px;
	BORDER-BOTTOM-STYLE: none
}

/* #tblColumnRight td
{
	border-top: lightgrey 1px solid;
	font-size: 8pt;
	padding-bottom: 15px;
	padding-top: 15px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
} */

/*.tdColumnRightNoBorder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
} */

.EmploymentLinksTD
{
	border-right: white thin solid;
	border-top: white thin solid;
	padding-bottom: 5px;
	vertical-align: top;
	border-left: white thin solid;
	padding-top: 5px;
	border-bottom: white thin solid;
	text-align: left;
}
.EmploymentLinksTDHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial, Sans-Serif;
	height: 16px;
	background-color: #0038a8;
	text-align: left;
}

.GroupHeader
{
	font-weight: 900;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #0038a8;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.prGroupHeader
{
	font-weight: 900;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: #D80029;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.mediaplayerFormat
{
	border-right: #D80029 1px solid;
	margin-right: 5px;
	border-top: #D80029 1px solid;
	border-left: #D80029 1px solid;
	border-bottom: #D80029 1px solid;
}

#skip a, #skip a:hover, #skip a:visited 
{ 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 

#skip a:active, #skip a:focus
{ 
	position:static; 
	width:auto; 
	height:auto; 
} 
