body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
#row {
	height: 75px;
}


.Red {	color: #FF0000;
	font-weight: bold;
}
.blue {
	color: #0055a4;
}


#featuretext {
	float: left;
	height: 150px;
	overflow:hidden;
	text-align:justify;
}
#featuretextTopics {
	float: left;
	/*height: 180px;*/
	overflow:hidden;
	text-align:justify;
}
#row {
	height: 76px;
}

#rowthumb {
	float: left;
	height: 75px;
	width: 75px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#rowbullet {
	float: left;
	height: 75px;
	width: 37px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: 600;
	text-decoration: underline;
}
.head2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}

.qoute_author {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009900;
	font-weight: bold;
}
.yellow_highlight {
	background-color: #FFFF00;
	font-family:  Arial, Verdana, Helvetica, sans-serif; 
}
.aqua_highlight {
	background-color: #5CFFEE;
	font-family:  Arial, Verdana, Helvetica, sans-serif; 
}
.pink_dark_highlight {
	background-color: #FD77D5;
	font-family:  Arial, Verdana, Helvetica, sans-serif; 	
}
.green_highlight {
	background-color: #99FF99;
}
.pink_highlight {
	background-color: #FFCCFF;
	font-family:  Arial, Verdana, Helvetica, sans-serif; 
}
p {
	text-align: justify;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}


a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: green;
	}


a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	color: #3399FF;
}
a:active {
	text-decoration: none;
}
.header {
	font-size: 14;
	font-weight: bold;
	margin-left: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6699;
}
#sidebarleft {
	background-color: #dcfffd;
	border: 2px solid #5cffee;
	height: 1900px;
	padding: 5px;
	text-align: center;
}
#headplate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #13ef80;
	vertical-align: middle;
	height: 25px;
	margin-top: 15px;
	color: #333333;
	padding-top: 3px;
	margin-bottom: 12px;
}
#sidelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(<?=$domain?>/images/plate_03.jpg);
	background-position: center top;
	height: 22px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
.style1 {
	color: #333333;
	font-weight: bold;
}
.style2 {
	color: #0000FF;
	font-weight: bold;
}
#categorybox {
	background-color: #FFFFFF;
	height: 28px;
	width: 530px;
	border: 1px solid #333333;
	margin-left: 30px;
}
.peopletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#Table_01 .style1 a {
	color: #000000;
}

#Table_01 #sidebarleft #sidelinks a {
	color: #333333;
}


.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

#bookplace{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:900;
}

div.sample_attach, a.sample_attach
{
background: #ffffff;
color: #000000;
}

a.sample_attach
{
  display: block;
  border-bottom: none;
  text-decoration: none;
}
a.sample_attach:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
}

/* begin css tabs */
 
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0em 0 0em 0; /* set margins as desired */
font: 25px verdana, arial, sans-serif; /* set font as desired */

border-bottom: 3px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */

}
 
ul#tabnav li { /* do not change */
display: inline;
}
 
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 3px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
 
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 3px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}
 
ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 3px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #42EF84; /* set unselected tab background color as desired */
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
margin-bottom:0px;
text-decoration: none;
border-bottom: none;
}
 
ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #42EF84;
font: 25px verdana, arial, sans-serif; 
}
 
  ul#tabnav a { /* settings for hover effect */
font: 25px verdana, arial, sans-serif; 
}

 ul#tabnav a:visited { /* settings for hover effect */
font: 25px verdana, arial, sans-serif; 
}
/* end css tabs */