.content h1 {
	margin: 0;
	padding: 20px 0px 10px 0px;
	border-bottom: solid 1px #aaa);
	color: #fff;
	font-weight: bold;
	font-size: 22px !important /*Non-IE6*/;
	font-size: 22px /*IE6*/;
	}
.content h2 {
	clear:both; /*Start IE Hack*/
	margin: 0;
	padding: 10px 0px 10px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 18px !important /*Non-IE6*/;
	font-size: 18px /*IE6*/;
	}
.content h3 {
	clear:both; /*Start IE Hack*/
	margin: 0;
	padding: 10px 0px 10px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 14px !important /*Non-IE6*/;
	font-size: 14px /*IE6*/;
	}

/* Paragraph text */
.content p {
	margin: 5px 0px 5px 0px;
	color: #000;
	line-height: 18px;
	padding: 0 20px 5px 20px;
	font-size: 12px !important /*Non-IE6*/;
	font-size: 12px /*IE6*/;
	}
.content p.details {margin:-0.2em 0 1.0em 0; line-height:1.0em; font-size:120% !important /*Non-IE6*/; font-size:110% /*IE6*/;}
.content blockquote {
	clear: both;
	margin: 0px;
	padding-left: 30px;
	}

/* List */
.content ul {margin:1.4em 0 1.0em 0; padding:0em 20px 0em 20px; list-style:none;}
.content ul li {margin:0 0 0.3em 2px; padding:0 0 0 12px; background:url(../img/bg_bullet_square.gif) no-repeat 0 0.5em; line-height:1.3em; font-size:131% !important /*Non-IE6*/; font-size:115% /*IE6*/;}
.content ol {margin:1.4em 0 1.0em 0; padding:0 20px 0 40px !important /*Non-IE6*/; padding:0 20px 0 50px /*IE6*/;}
.content ol li {list-style-type:decimal; list-style-position:outside; margin:0 0 0.3em 3px; line-height:1.3em; font-size:131% !important /*Non-IE6*/; font-size:115% /*IE6*/;}
.content ul.indent {padding:0 50px 0 50px;}
.content ol.indent {padding:0 20px 0 70px !important /*Non-IE6*/; padding:0 20px 0 80px /*IE6*/;}

/* Table */
.content table td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	}

/* Search form (full-width)*/
.content .searchform {width:636px; margin:1.0em 10px 0 20px;}
.content .searchform fieldset {border:none;}
.content .searchform input.field {float:left; width:158px; padding:3px 0 3px 0; border:1px solid rgb(200,200,200); font-size:120%;}
.content .searchform input.button {clear:both; float:left; width:3.0em; margin-top:0.5em; padding:1px; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; color:rgb(150,150,150); font-size:120%;}
.content .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

/* Search form (half-width)*/
.content-subcell-left-nobox .searchform, .content-subcell-right-nobox .searchform, .content-subcell-left-box .searchform, .content-subcell-right-box .searchform {width:297px; margin:1.0em 10px 0 20px;;}

/* Media player (full-width)*/
.content .videoplayer {width:626px; height:367px; margin:10px 20px 10px 20px; border:solid 5px rgb(175,175,175);}
.content .audioplayer {width:626px; height:20px; margin:10px 20px 10px 20px; border:solid 5px rgb(175,175,175);}

/* Media player (half-width)*/
.content-subcell-left-nobox .videoplayer, .content-subcell-right-nobox .videoplayer, .content-subcell-left-box .videoplayer, .content-subcell-right-box .videoplayer {width:283px; height:177px; margin:10px 20px 10px 20px; border:solid 5px rgb(175,175,175);}
.content-subcell-left-nobox .audioplayer, .content-subcell-right-nobox .audioplayer, .content-subcell-left-box .audioplayer, .content-subcell-right-box .audioplayer {width:283px; height:20px; margin:10px 20px 10px 20px; border:solid 5px rgb(175,175,175);}

/*Image*/

/*********/
/* LINKS */
/*********/

/* Text links */
.main a {color:rgb(70,122,167); font-weight:bold; text-decoration:none;}
.main a:hover {color:rgb(42,90,138); text-decoration:underline;}
.main a:visited {color:rgb(42,90,138);}


