/******** Basic Classes ********/

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/back_spine.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	color:#666666;
}

p, .content {
	color:#666666;
	line-height:18px;
}

.subheading {
margin-bottom:5px;
}

p.pos_left {
	position:relative;
	left:20px;
	font-size:12px;
	color:#666666;
	margin:0px;
	width:180px;
} 

h1 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	padding-top: 0px;
	margin-top: 0px;
}

h1.pos_left {
	position:relative;
	left:20px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin:0px;
	width:200px;
} 

h1.pos_right {
	position:relative;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin:0px;
	width:400px;
} 

h2 {
	font-size:12px;
	;
	color:#000000;
	font-weight:bold;
	margin-bottom:0px;
	margin-top: 0px;
}

h3 {
	font-size:12px;;
	color:#666666;
	font-weight:bold;
	padding-left:15px;
}

h4 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

h5 {
	font-size:12px;;
	color:#666666;
	font-weight:bold;
	
}


.details {
	color:#666666;
}

.details_right {
	position:absolute;
	right:0px;
}

.label {
	font-weight:bold;
}


/******** Main wrap ********/
#wrap{
	width:740px;
	margin:auto;
	padding:0;
}

#wrap_registration{
	width:740px;
	margin:auto;
	padding:0;
	background-image: url(../images/back_spine.gif);
	background-repeat: repeat-y;
}

/******** sidebar ********/
#sidebar{
float:left;
width:236px;
margin:0 0 0 0;
padding:0 0 0 0;
}

#sidebar2{
	float:left;
	width:236px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height: 100%;
}

/******** Content variations ********/
#content{
width:504px;
float:right;
text-align:left;
margin:0;
padding:0;
}

#content-text {
	padding-left:15px;
	padding-right:15px;
	width: 474px;
}

a:link, a:visited {
	color:#01B0E6;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}

a.side:link, a.side:visited {
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}

a.side:hover {
	color:#01B0E6;
	text-decoration:none;
	font-weight:bold;
}

#column_inner {
	position:absolute;
	width:240px;
	top: 215px;
	margin-left: 250px;
}

#column_inner1 {
	position:absolute;
	width:237px;
	top: 215px;
}

#sidebar-grey {
	width:175px;
	background-color:#666666;
	color:#FFFFFF;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	line-height:18px;
	height:100%;
	min-height: 100%;
}

td.row_white {
	padding:5px;
	background-color:#FFFFFF;
}

td.row_blue {
	padding:5px;
	background-color:#EBF0F5;
}

#alltopics {
	width: 100%;
	margin: 0;
	border: 0;
	background: #ffffff;
}
tr.topic td {
	border:0px;
	border-top:solid 1px #666;
	color:#666666;
	text-align: left;
	padding: 3px;
	background: #EBF0F5;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-image:url(../../images/featured_moreinfo.gif);
	background-position:right;
	background-repeat:no-repeat;
}
tr.subtopic {
	display: none;
}
tr.subtopic td {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	text-align: left;
	padding: 3px;
	margin: 0;
	border: 0;
	background: #ffffff;
	font-weight:normal;
}
tr.tdline {
background-color:#666666;
}

#errors2 {
	width:196px;
	padding: 20px 20px 0px 20px;
	top: 202px;
	position: absolute;
	left: 0px;
}

#seo {
	border-top: 1px solid #ffffff; 
	padding-top: 10px;
	text-align: center;
}

#krd {
	text-align: center;
	background-color: #ffffff;
	font-size: 10px;
	padding: 5px;
}
