body {
	text-align: center;
	background-color: #ffffff;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.8em;
	margin: 0em 1em 2em;
	padding: 0px;
	
}

#bigDiv {
	margin: auto;
	padding: 0em 0em;
	width: 100%;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 td, ul, p, a, img, a img, blockquote, pre {
	margin: 0px;
	padding: 0px;
	
}

h1 {
	color: #999999;
	font-size: 260%;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.2em 0em .3em;
	line-height: 1.3em;
}

h2 {
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 120%;
	font-style: normal;
	margin: 2em 0em 0em;
}

h3 {
	font-weight: bold;
	font-size: 140%;
	margin: .2em 0em 0.2em;
}

h4 {
	font-weight: bold;
	font-size: 100%;
	margin-top: 1em;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

h6 {
	display: inline;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

em {
	text-transform: uppercase;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
}

p.topMargin {
	margin-top: .5em;
}

blockquote p.afterHeader {
	margin-top: -1em;
}

span.hr,
span.hr-med {
	display: block;
	height: 1px;
	background-color: #cccccc;
}

span.hr-med {
	width: 80%;
	margin: 2em 10%;
}

input.text,
input.text_narrow,
input.text_long,
input.textSearch,
input.zipCode {
	border: 1px solid #cccccc;
	display: inline;
	padding: 3px 0px 3px 5px;
	margin: 0px 0px 0px .3em;
	width: 201px;
	color:#0967A8;
}
input.textSearch {
	padding-top:3px;
}
input.text_narrow {
	width: 70px;
}

input.text_long {
	width: 380px;
}

input.zipCode {
	width: 85px;
}

td.state,
td.zip {
	text-align: right;
}

option {
	color:#0967A8;
	width: 178px;
}

.media option {
	color: #0967a8;
	width: 28px;
}

A:link {
	color:#0967A8; 
	text-decoration: none;
	font-style: normal;
	}
	
A:visited {
	color:#0967A8; 
	text-decoration: none;
	font-style: normal;
	}
	
A:active {
	text-decoration: underline;
	}
	
A:hover {
	color:#28B7CE;
	text-decoration: underline;
	cursor: pointer;
}

.error {
	font-weight: bold;
	color: #EA0000;
	font-style: normal;
}

table.errors {
	width: 70em;
}

table.errors td.error {
	width: 60em;
}


#header,
#main,
#footer {
	width: 100%;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 7em;
}

#header .logo {
	display: block;
	float: left;
	margin: 2em 0px 0em 1em;
}

#header .login {
	display: block;
	float: right;
	margin: .5em 1.5em 0px 0px;
	
}


#header .login table td {
	padding: 0px;
	text-align: right;
}

#header .login table td.left {
	text-align: left;
}

#header .login table td.right {
	text-align: right;
}

/* DARK BUTTONS*/

ul.buttonDark {
	display:table-cell;
    margin:0;
    padding:0;
    list-style:none;
    }

ul.buttonDark li {
    float:left;
    background:url('../images/buttons/darkRight.png')
      no-repeat right top;
    margin:0px;
    padding:0px 0px 10px;  
    height: 21px;
    color: #ffffff;  
    }

ul.buttonDark li a {
    display:block;    
    background:url(../images/buttons/darkLeft.png) no-repeat left 0;
    padding: 5px 30px 4px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: 10px;
    height: 20px;
    text-decoration: none;
    }

ul.buttonDark li:hover, 
ul.buttonDark li:hover a {
	background-position:100% -30px;
	color: #000000;
  }

ul.buttonDark li:hover a {
  background-position:0 -30px;
  color: #000000;
  }

ul.buttonDark li a:active {
  color: #000000;
  }
/* End DARK BUTTONS */

/* MEDIUM BUTTONS*/

ul.buttonMedium {
	display:table-cell;
    margin:0;
    padding:0;
    list-style:none;
    }

ul.buttonMedium li {
    float:left;
    background:url('../images/buttons/mediumRight.png')
      no-repeat right top;
    margin:0px;
    padding:0px 0px 10px;  
    height: 21px;
    color: #ffffff;  
    }

ul.buttonMedium li a {
    display:block;    
    background:url(../images/buttons/mediumLeft.png) no-repeat left 0;
    padding: 5px 30px 4px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: 10px;
    height: 20px;
    text-decoration: none;
    }

ul.buttonMedium li:hover, 
ul.buttonMedium li:hover a {
	background-position:100% -30px;
	color: #000000;
  }

ul.buttonMedium li:hover a {
  background-position:0 -30px;
  color: #000000;
  }

ul.buttonMedium li a:active {
  color: #000000;
  }
/* End MEDIUM BUTTONS */


/* LIGHT BUTTONS*/

ul.buttonLight {
	display:table-cell;
    margin:0;
    padding:0;
    list-style:none;
    }

ul.buttonLight li.clear {
	background-image: none;
	background-color: #ffffff;
	padding-right: 4px;
}

ul.buttonLight li {
    float:left;
    background:url('../images/buttons/lightRight.png')
      no-repeat right top;
    margin:0px;
    padding:0px 0px 10px;  
    height: 21px;
    color: #ffffff;  
    }

ul.buttonLight li a {
    display:block;    
    background:url(../images/buttons/lightLeft.png) no-repeat left 0;
    padding: 5px 10px 4px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: 10px;
    height: 20px;
    text-decoration: none;
    }

ul.buttonLight li:hover, 
ul.buttonLight li:hover a {
	background-position:100% -30px;
	color: #000000;
  }

ul.buttonLight li:hover a {
  background-position:0 -30px;
  color: #000000;
  }

ul.buttonLight li a:active {
  color: #000000;
  }
/* End LIGHT BUTTONS */




/* START TOP NAV */
.topMenu {
	background-color: #0967A8; 
	background-image: url(../images/bg/topNav.png);
	background-repeat: repeat-x;
	background-position: 0px -4px;
	width:100%;
	min-width: 65em;
	height:28px;
	border-right: 1px solid #1079B5;
	margin-bottom: 0px;
	
}

.topMenu small {
	font-size: 7px;
	margin: 0px;
	padding: 0px;
}
 
.menu1 {
	display: block;
	margin-left: 0em;
	font-family: Verdana, Arial, sans-serif; 
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	border:none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}

.menu1 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.menu1 ul li {/* 1st level menu items */
	float: left; 
	position: relative;
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
	border-right: none;
	line-height: 1.7em;
	background-color: #0967A8; 
	background-image: url(../images/bg/topNav.png);
	background-repeat: repeat-x;
	background-position: 0px -4px;
	padding: 0px 0px;
	margin: 0px;
}

.menu1 ul li:hover a.level01,
.menu1 ul li:hover a.level01This,
.menu1 ul li a.level01This,
.menu1 ul li.this a.level01This {/*mouseover state for 1st level items */
	background-color: #00296E;
	background-image: url(../images/bg/topNav.png);
	background-repeat: repeat-x;
	background-position: 0px -39px;
	color: #ffffff;
}

.menu1 ul li.this,
.menu1 ul li.level01This {
	background-position: 0px -39px;
}

.menu1 ul li.level01 a.level01,
.menu1 ul li.level01 a.level01This {
	border-left: 1px solid #1079B5;
}	

.menu1 ul li a, .menu1 ul li a:visited {
	float:left; 
	display:block; 
	text-decoration:none;
	color:#ffffff; 
	padding:5px 10px 4px;
	line-height: 22px;
	height:23px; 
	border-right: none;
}
* html .menu1 ul li a, .menu1 ul li a:visited {
	height:23px; 
	he\ight:20px;
}

.menu1 ul li:hover {
	width:auto;
}

.menu1 ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
	display:block;
	position:absolute;
	top:20px;
	margin-top:0px; 
	left:0;
	width:155px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;

}
.menu1 ul li:hover ul li ul {
	display: none;
}


/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
	display:block;
	position:absolute;
	top:33px; t\op:32px; 
	background:#fff;
	left:0; 
	marg\in-top:1px;
 border-bottom:1px solid #000;
}

.menu1 ul li a:hover ul li a {
	display:block;
	background:#fff;
	color:#000; 
	height:1px; 
	line-height:15px; 
	padding:4px 17px; 
	width:152px; 
	w\idth:120px; 
	border:1px solid #000; 
	border-bottom:0;
}
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu1 ul li a:hover ul li a:hover {
color:#000; background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0; t\op:-1px; color:#000; left:153px;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;
}
/* end TOP NAV */

#main {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}



#sideBar {
	float: left;
	clear: both;
	width: 21%;
	height: 100%;
	text-align: left;
	padding: 0px;
}

#sideBar a {
	margin: 0px;
	padding: 0px;
}

p.ad,
p.ad01,
p.ad02,
p.ad03,
p.ad-med {
	background-color: #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 100%;
	height: 114px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	text-align: center;
}

#sideBar p.ad01 {
	background-image: url(../images/ads/quicktime_bg.png);
}

#sideBar p.ad02 {
	background-color: #ffffff;
}

#sideBar p.ad03 {
	background-color: #AEDDFF;
}

p.ad-med {
	height: 146px;
}

blockquote ul {
	list-style: none;
}

#columnMain {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	width:78%;
	text-align: left;
}

p.billboard,
p.billboard_Main {
	width: 100%;
	height: 228px;
	background: #cccccc;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	background: #7F8A47;
	background-repeat: repeat-x;

}

p.billboard_Main {
	height: 342px;
}

p.billboard_Main img {
	position: relative;
	top:-1px;
}
.moduleA,
.moduleB,
.moduleC,
.moduleD,
.moduleE,
.moduleF,
.moduleA_long,
.moduleB_long,
.moduleC_long,
.moduleD_long,
.moduleA_wide,
.moduleB_wide,
.moduleC_wide,
.moduleD_wide,
.moduleE_wide,
.moduleF_wide,
.moduleG_wide,
.moduleD_3column,
.moduleG_3column,
.moduleD_3column_top,
.moduleD_3column_bottom,
.moduleE_1column,
.moduleG_1column {
	color: #333333;
	font-weight: normal;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-height: 21.7em;
  background:url('../images/bg/module01.png')
 		repeat-x right top; 
 	
}
.split {
}

.middleColumn {
	float: left;
	width: 72%;
}

.rightColumn {
	width: 26.6%;
	float: right;
	margin-left: 2px
}

.moduleA_wide,
.moduleB_wide,
.moduleC_wide,
.moduleD_wide,
.moduleE_wide,
.moduleF_wide,
.moduleG_wide {
	width: 100%;
	margin-left: 0%;
	min-height: 82.5em;
}

.moduleD_wide {
	min-height: 104.23em;
}

.moduleA_wide p,
.moduleB_wide p,
.moduleC_wide p,
.moduleD_wide p,
.moduleE_wide p,
.moduleF_wide p,
.moduleG_wide p {
	padding-top: 1em;
}

.moduleD_3column,
.moduleG_3column,
.moduleD_3column_top,
.moduleD_3column_bottom {
	width: 100%;
	float: left;
}

.moduleA a,
.moduleB a,
.moduleC a,
.moduleD a,
.moduleA_long a,
.moduleB_long a,
.moduleD_long a,
.moduleB_wide a,
.moduleE_1column a,
.moduleG_1column a,
.moduleG_3column h2 a {
	color: #0967A8;
	font-weight: bold;
}

.moduleA_wide a,
.moduleB_wide a,
.moduleC_wide a,
.moduleD_wide a,
.moduleE_wide a,
.moduleG_wide a {
	color: #EF8800;
	font-weight: bold;
}

.moduleF_wide a {
	color: #EA0000;
	font-weight: bold;
}

.moduleE a,
.moduleE_wide a,
.moduleE_1column a {
	color: #009966;
	font-weight: bold;
}

.moduleD_3column a,
.moduleG_3column a,
.moduleD_3column_top a,
.moduleD_3column_bottom a,
#columnMain .moduleD_3column div p a,
#columnMain .moduleG_3column div p a,
#columnMain .moduleD_3column_top div p a,
#columnMain .moduleD_3column_bottom div p a {
	color: #EA8B00;
	font-weight: bold;
}

.moduleE_1column,
.moduleG_1column {
	text-align: left;
	width: 100%;
	font-size: 100%;
}

.moduleE_1column .content,
.moduleG_1column .content {
	font-family: Georgia;
	font-style: italic;
	padding: 3em;
	
}

.moduleE_1column p,
.moduleG_1column p {
	font-size: 120%;
	margin-top: .5em;
}

.moduleG_3column {
	min-height: 82.5em;
}

#main .moduleE_1column .content a,
#main .moduleG_1column .content a {
	font-style: normal;
}

.moduleA .header,
.moduleB .header,
.moduleC .header,
.moduleD .header,
.moduleA_long .header,
.moduleB_long .header,
.moduleD_long .header,
.moduleA_wide .header,
.moduleB_wide .header,
.moduleC_wide .header,
.moduleD_wide .header,
.moduleE_wide .header,
.moduleF_wide .header,
.moduleG_wide .header,
.moduleD_3column .header,
.moduleG_3column .header,
.moduleD_3column_top .header,
.moduleD_3column_bottom .header,
.moduleE .header,
.moduleE_1column .header,
.moduleG_1column .header {
	display: block;
	text-transform: uppercase;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 1px;
	color: #ffffff;
  background-color: #EDF4F9;
  background:url('../images/bg/moduleHeaderA.png')
 		repeat-x right top; 
 	height: 2.9em;
 	min-height: 2.9em;
 	padding: 7px 0px 2px 15px;
}

.moduleB .header,
.moduleB_long .header,
.moduleB_wide .header {

	background:url('../images/bg/moduleHeaderB.png')
 		repeat-x right top; 

}

.moduleA_wide,
.moduleB_wide,
.moduleC_wide {
	background: #ffffff;
    background:url('../images/bg/module.png')
 		repeat-x right 2.9em;
}

.moduleC .header,
.moduleC_wide .header {
	color: #000000;
	background:url('../images/bg/moduleHeaderC.png')
 		repeat-x right top; 
}

.moduleD .header,
.moduleD_long .header,
.moduleD_wide .header,
.moduleD_3column .header,
.moduleD_3column_top .header,
.moduleD_3column_bottom .header {
	background:url('../images/bg/moduleHeaderD.png')
 		repeat-x right top; 
 	color: #333333;
}

.moduleE .header,
.moduleE_wide .header,
.moduleE_1column .header {
	background:url('../images/bg/moduleHeaderE.png')
 		repeat-x right top; 
 	color: #333333;
}

.moduleF .header,
.moduleF_wide .header,
.moduleF_1column .header {
	background:url('../images/bg/moduleHeaderF.png')
 		repeat-x right top; 
}

.moduleG .header,
.moduleG_wide .header,
.moduleG_1column .header,
.moduleG_3column .header {
	background:url('../images/bg/moduleHeaderG.png')
 		repeat-x right top; 
 		color: #333333;
}


.moduleA blockquote,
.moduleB blockquote,
.moduleC blockquote,
.moduleD blockquote,
.moduleE div.content,
.moduleA_long blockquote,
.moduleB_long blockquote,
.moduleD_long blockquote,
.moduleA_wide blockquote,
.moduleB_wide blockquote,
.moduleC_wide blockquote,
.moduleD_wide blockquote,
.moduleE_wide blockquote,
.moduleF_wide blockquote,
.moduleG_wide blockquote,
.moduleD_3column div.content,
.moduleG_3column div.content,
.moduleD_3column_top div.content,
.moduleD_3column_bottom div.content,
.moduleE_1column div.content,
.moduleG_1column div.content {
  background-color: #EDF4F9;
    background:url('../images/bg/module.png')
 		repeat-x right top;
 		height: 100%;
 		margin-top: -.5em;
 		padding: 0px 1.5em 1em 1.5em;


}

.moduleA blockquote,
.moduleB blockquote,
.moduleC blockquote,
.moduleD blockquote,
.moduleA_long blockquote,
.moduleB_long blockquote,
.moduleD_long blockquote,
.moduleA_wide blockquote,
.moduleB_wide blockquote,
.moduleC_wide blockquote,
.moduleD_wide blockquote,
.moduleE_wide blockquote,
.moduleF_wide blockquote,
.moduleG_wide blockquote,
.moduleD_3column div.content,
.moduleG_3column div.content,
.moduleD_3column_top div.content,
.moduleD_3column_bottom div.content,
.moduleE_1column div.content,
.moduleG_1column div.content {
	background-image: none;
}

.moduleA_long,
.moduleB_long,
.moduleD_long  {
	min-height: 27.6em;
}

.moduleD_3column_top {
	height:27.5em;
	min-height: 27.5em;
}

.moduleD_3column_bottom {
	height: 36.3em;
	min-height: 36.3em;
}

.moduleE_1column,
.moduleG_1column {
	min-height: 40em;
}

.moduleE_1column table,
.moduleG_1column table {
	margin: 1em 3em 3em;
}

.moduleE_1column table td,
.moduleG_1column table td {
	padding: .3em;
	font-family: Georgia;
	font-style: italic;
	font-size: 120%;
	vertical-align: baseline;
}

.moduleE_1column table td input,
.moduleG_1column table td input{
	margin: .3em 0em 0em 0em;
}


#main .moduleE_1column table td ul.buttonLight a,
#main .moduleG_1column table td ul.buttonLight a,
#main .moduleE_1column table td ul.buttonMedium a,
#main .moduleG_1column table td ul.buttonMedium a,
#main .moduleE_1column table td ul.buttonDark a,
#main .moduleG_1column table td ul.buttonDark a {
	font-family: verdana, arial, helvetica, sans-serif;
}


.formNote {
	text-align: right;
	height: 3em;
}

.note a,
.formNote a {
	font-weight: normal;
}

.formColumn01 {
	width: 10em;
}

.formColumn02 {
	width: 6.5em;
	margin-left: 2em;
	white-space: nowrap;
}

.moduleE_1column table td.create,
.moduleG_1column table td.create {
	text-align: right;

}

.moduleE_1column table td.create ul li a {
	font-family: verdana, arial, helvetica, sans-serif;
}

.moduleE_1column table td.cc,
.moduleG_1column table td.cc {
	width: 12em;
	margin-left: 2em;
	font-size:90%;
	line-height: 1.8em;
}

.spacerColumn {
	width: 3em;
}

.month option {
	width: 3em;
}

.state {
	position: relative;
	top: 3px;
	width: 5em;
}

.year option {
	width: 5.3em;
	padding-left: 1em;
	margin-left: 
}

.whoa {
		color: #EA0000;
		font-weight: bold;
}

.searchResult {
		font-weight: bold;
		border-bottom: 1px dotted #EA0000;
}

.searchResults-bread {
	color: #999;
}

blockquote.main {
	padding-bottom: 2em;
}

blockquote.sub a {
	font-weight: normal;
}

.moduleA p.rss,
.moduleA p.moreDetails,
.moduleB p.moreDetails,
.moduleC p.moreDetails,
.moduleD p.moreDetails,
.moduleA_long p.moreDetails,
.moduleB_long p.moreDetails,
.moduleD_long p.moreDetails,
.moduleD_3column p.moreDetails,
.moduleG_3column p.moreDetails,
.moduleD_3column_top p.moreDetails,
.moduleD_3column_bottom p.moreDetails {
	background: none;
	text-align: right;
	padding-right: 1em;
}

p.rss a {
	color: #EF8800;
}

.moduleA a:hover, 
.moduleB a:hover,
.moduleC a:hover,
.moduleD a:hover,
.moduleA_long a:hover,
.moduleB_long a:hover,
.moduleD_long a:hover,
.moduleA_wide a:hover,
.moduleB_wide a:hover,
.moduleC_wide a:hover,
.moduleD_wide a:hover,
.moduleE_wide a:hover,
.moduleF_wide a:hover,
.moduleG_wide a:hover,
p.rss a:hover,
p.moreDetails a:hover,
p.breadcrumb a:hover,
#columnMain .moduleD_3column div p a:hover,
#columnMain .moduleG_3column div p a:hover,
.moduleE_1column a:hover,
.moduleG_1column a:hover,
#main .partnerLink:hover {
	color: #28B7CE;
}

p.moreDetails a,
p.moreDetails a:visited {
	color: #666666;
	font-weight: normal;
}

p.rss img.rss {
	position: relative;
	top: .4em;
	padding-right: .3em;
}

p.breadcrumb {
	border-bottom: 1px solid #cccccc;
	padding: 0px 0px 0.5em 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

p.breadcrumb a {
	color: #0967A8;
}

/* Start STATIC PAGES */
.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.newsDate,
.newsDate_afterH1 {
	display: block;
	font-weight: bold;
	margin: 2em 0em 0em;
}

.newsDate_afterH1 {
	margin: 0em;
}


/* end STATIC PAGES */


/* Start EVENTS PAGES */

.eventTitle, .speakerName {
	font-weight: bold;
}

.serialNo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 3em;
	
}

table.eventContent {
	width: 100%;
}

table.eventContent td {
	vertical-align: top;
}

table.eventContent table.price td {
	vertical-align: top;
	text-align: right;
}

td.priceTable {
	text-align: right;
	width: 16em;
	padding-right: 0px;
}
table.price td.number {
	padding-right: 7px;
}

/* End EVENTS PAGES */



#main .partnerLink {
	color: #0967A8;
}

table.acct {
	margin-left: 3em;
	font-size: 10px;
	padding: 1em;
}

table.acct td {
	padding: .3em;
	font-size: 120%;
}

table.acct td.label, 
td.label_wide,
table.review td.label {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 120%;
	font-style: italic;
	width: 15em;
	vertical-align: top;
	text-align: left;
	padding-right: 1em;
}


/* Start SHOPPING CART */

#cart {
	margin: 0px;
}

#cart td {
	padding: 3px 10px 5px;
	vertical-align: baseline;
}

tr.row01 td,
tr.row02 td,
tr.row03 td {
	background-color: #E9F6FA;
	border-top: 1px solid #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

tr.row02 td {
	background-color: #DCF1F7;
}

tr.row03 td {
	background-color: #ffffff;
	border-bottom:  1px solid #cccccc;
}


tr.row04 td {
	background-color: #ffffff;
}

#cart .total {
	font-weight: bold;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	vertical-align: top;
	padding: 10px 10px 0px 0px;
}

img.cartIcon {
	position: relative;
	top: -3px;
	left: 5px;
}

#main .valignTop {
	vertical-align: top;
}

table.review td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

table.review td.label {
	width: 8em;
}

ul.indented {
	margin: 1em 3em;
}

#cart .downloadButton {
	background: #ffffff;
}

#cart .downloadButton ul li {
	position: relative;
	top: .4em;
}

#cart td.part {
	vertical-align: middle;
}
/* End SHOPPING CART */


/* POPUP WINDOWS */

#popup {
	text-align: left;
}
#popup .moduleA,
#popup .moduleC {
	margin: 1em 0em 0em 0em;
}

#popup blockquote p {
	margin-top: .5em;
}

/* End POPUP WINDOWS */

table.contentLibrary {
	width: 100%;
}

table.contentLibrary td {
	width: 33%;
	vertical-align: top;
	padding-right: 1em;
}

table.contentLibrary td p a {
	margin-left: 1.2em;
}

#footer {
	text-align: center;
	color: #666666;
	clear: both;
	padding: 1.5em 0em 1em;
}

.ssl {
	float: left;
	font-size: 8px;
	letter-spacing: 1px;
	line-height: 1.5em;
	width: 17em;
	padding-bottom: 3em;
}

.footnote {
	position: relative;
	top: 6em;
	left: -8.5em;
}



