body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #333333;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #E3F0F9;
	}

:link	{
	color: #333399;
	}
:visited	{
	color: #333333;
	}
a	{
	color: #333399;
	font-weight: bold;
	}

a:active	{
	color: #666666;
	}
a:hover	{
	color: #FF6600;
	}
a:link img, a:visited img { 
	border-style: none;
	vertical-align: top;
	} /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */

@media all {                   /* hide the next rule from Netscape 4 */

  a img { color: inherit; }    /* undo the color change above */
}

/* background should be transparent, but WebTV has a bug */
h1, h2, h3, h4 { 
	margin:	0 0 0 0;
	font-weight: bold;
    background-color: transparent;
}

h1,
h1.Blue,
h1.Orange
 {
  font-size: 200%;
  line-height: 115%;
}

h1 {
    color: black;
	text-align: center;
}
h1.Blue {
    color: #0172A0;
	text-align: left;
}
h1.Orange {
    color: #FF9900;
	text-align: left;
}

h2,
h2.Blue,
h2.Orange
 {
  font-size: 150%;
  line-height: 115%;
}

h2 {
    color: black;
	text-align: center;
}
h2.Blue {
    color: #0172A0;
	text-align: left;
}
h2.Orange {
    color: #FF9900;
	text-align: left;
}

h3,
h3.Blue,
h3.Orange
 {
  font-size: 125%;
  line-height: 115%;
}

h3 {
    color: black;
	text-align: center;
}
h3.Blue {
    color: #0172A0;
	text-align: left;
}
h3.Orange {
    color: #FF9900;
	text-align: left;
}

h4,
h4.Blue,
h4.Orange
 {
  font-size: 100%;
  line-height: 115%;
}

h4 {
    color: black;
	text-align: center;
}
h4.Blue {
    color: #0172A0;
	text-align: left;
}
h4.Orange {
    color: #FF9900;
	text-align: left;
}

h5 {
	font-family: serif;
	font-style: italic;
	  font-size: 90%;
    color: black;
}
h6 {
	font-family: serif;
	font-variant: small-caps;
    color: black;
}

hr	{
	height: 4px;
	width: 95%;
}
ul,dl,dd,dt,p,blockquote,li,div,p,li,dd,dl,dt,table,tr,text,textarea,td,TD,form,input,button,select,th,td {

             /* redundant selectors to help NS4 not forget */
}

li {
  line-height: 150%;
}


/* Navigation */

#MainHeader table {
	height: 147px;
	width: 960px;
	}

#MainHeader td {
	padding: 0px;
	vertical-align: top;
	}

#BlueMenu table {
	font: bold 1em;
	padding: 2px 0px;
	text-align: center;
	width: 960px;
	height: 30px;
	}

#BlueMenu tr {
	background-color: #0172A0;
	border-top: 3px solid whitesmoke;
	width: 100%;
	}

#MenuFooter a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF ;
	text-align: center;
	margin-bottom: 6px;
	text-decoration: none;
}

#MenuFooter a:hover {
	color: #FF9900;
}

p.MenuFooter {
	background-color: #0172A0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF ;
	text-align: center;
	line-height: 2.5em;
	margin-top: 0px;
	margin-bottom: 6px;
	width: 960px;
	height: 30px;
}

table.VideoMenu {
	width: 251px;
	}

tr.VideoMenu {
	border-right: 4px solid #E3F0F9;
	border-bottom: 4px solid #E3F0F9;
	}

td.VideoMenu {
	background-color: #FEECAC;
	font-size: .75em;
	margin-right: 0px;
	margin-left: 0px;
	}

#VideoCat a {

	background-image: url(/images/greenbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0172A0 ;
	text-align: left;
	margin-left: 35px;
	height: 18px;
	display: block;
	margin-bottom: 6px;
	text-decoration: none;
	text-indent: 20px;
}

#VideoCat a:hover {
	color: #FF9900;
}


/* Content */
	
table,
table.Content,
table.Content12,
table.ContentBeige,
table.ContentWhite {
	border-collapse: collapse;
	line-height: 1.25em;
	}

td {
	vertical-align: top;
	}

table {
	font-size: 100%;
	}
	
table.Content {
	width: 960px;
	}

table.Content12 {
	font-size: 86%;
	}
	
table.ContentBeige {
	background-color: #FEECAC;
	width: 960px;
	}

td.ContentBeige {
	background-color: #FEECAC;
	font-size: 86%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	}

td.ContentGold {
	background-color: #FEF5CE;
	font-size: 86%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	width: 270;
	}

table.ContentLeft {
	width: 251px;
	}


td.Content251 {
	font-size: 86%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	width: 251px;
	}

td.ContentLeft {
	font-size: 86%;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 10px;
	}

table.ContentWhite {
	background-color: #FFFFFF;
	font-size: 86%;
	width: 960px;
	}

td.ContentWhite {
	background-color: #FFFFFF;
	font-size: 86%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	}

td.ContentWhiteBorderRight {
	background-color: #FFFFFF;
	border-right: 4px solid #E3F0F9;
	font-size: 86%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	}
	
tr.ContentBorder {
	border-top: 4px solid #E3F0F9;
	}

td.WhiteAd {
	background-color: #FFFFFF;
	padding-top: 10px;
	font-size: 86%;
	}
	
td.CenterVertical {
	padding: 0px;
	vertical-align: middle;
	}


td.Search {
	background-color: #FFFFFF;
	border-right: 4px solid #E3F0F9;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 10px;
	color: #000000;
	}


/* 960 CSS Changed Tags - 5/6/09 */

table.FeaturedVideo {
	width: 86%;
	font-size: 86%;
	padding-left: 20px;
	}

table.FeaturedVideoHome {
	width: 86%;
	font-size: .75em;
	padding-left: 10px;
	}
	
td.Space20 {
	width: 20px;
	}
	



/* Content/Body type tags */

table.Login {
	width: 400px;
	}

table.Form {
	width: 620px;
	font-size: 86%;
	}

table.FormEmail {
	width: 420px;
	font-size: 100%;
	}

table.FormOrder {
	width: 500px;
	font-size: 86%;
	}

table.FormReg {
	background-color: #FFFFFF;
	width: 430px;
	font-size: 86%;
	}

td.ErrorForm {
	font-weight: bold;
	font-size: smaller;
	text-align: left;
    color: red;
	}

td.FormRight {
	font-size: 86%;
	font-weight: bold;
	line-height: 1.3em;
	text-align: right;
	white-space: nowrap;
	padding-bottom: 25px;
	padding-right: 10px;
}

td.FormData {
	padding-left: 10px;
	padding-right: 10px;
}




#ContentLeft p {
	font: bold 1.5em;
	padding-left: 20px;
	margin-right: 6px;
}

hr.Blue {
	background-color: #C8E2F2;
	color: #C8E2F2;
	border: 0 none;
	height: 1px;
	width: 90%;
}

.Error {
	color: red;
	}

p.Error {
	background: #FFFFCC;
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse;
	border-color: red;
	font-size: larger;
	font-weight: bold;
	text-align: left;
    color: red;
	padding: 5px; 
	width: 620px;
	}

p.ErrorCenter {
	background: #FFFFCC;
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse;
	border-color: red;
	font-size: larger;
	font-weight: bold;
	text-align: center;
    color: red;
	padding: 5px; 
	width: 620px;
	}
	
p.Error400 {
	background: #FFFFCC;
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse;
	border-color: red;
	font-size: larger;
	font-weight: bold;
	text-align: center;
    color: red;
	padding: 5px; 
	width: 400px;
	}

.SmallText {
	font-size: 86%;
	}

p.Search {
	color: #0172A0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-top: 15px;
}

p.HeaderBlue {
	font: bold 2.2em;
	color: #0172A0;
	margin-bottom: -10px;
}

p.HeaderBlue18 {
	font-size: 18px;
	font-weight: bold;
	color: #0172A0;
	margin-bottom: 10px;
}

p.HeaderTopicBlue {
	color: #F5F5ED;
	background-color: #68A2D2;
	vertical-align: middle;
	height: 20px;
	width: auto;
	padding-top: 3px;
	padding-left: 10px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

p.HeaderBlueBG18 {
	color: #F5F5ED;
	background-color: #68A2D2;
	height: 30px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	white-space: nowrap;
	}

p.HeaderOrange18 {
	background-color: #FF9900;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF ;
	text-align: left;
	text-indent: 10px;
	line-height: 2.5em;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 90%;
	height: 40px;
}

p.TalentTitle {
	color: #0172A0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-top: 15px;
}


/* Special Tags */

/* View Experts Table */

table.TalentView {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

#TalentView table {
	font-size: 86%;
	padding-left: 10px;
	padding-right: 10px;
}

#TalentView td {
	padding-left: 5px;
	padding-right: 5px;
} 

/* JavaScript Menu Tags */

.m0l0mouti,
.m0l1mouti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}

.m0l0moveri,
.m0l1moveri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FEECAC;
}
.m0l0mdowni,
.m0l1mdowni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/* level 1 outer */
.m0l1mouto,
.m0l1movero {
	background-color: #0172A0;
	line-height: 1.5em;
}
.m0l1movero {
	background-image: url(/images/lev1_arrow.gif);
	background-repeat: no-repeat;
}

