
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff; 

}


/***********************************************/
/* Main Menu                                   */
/***********************************************/
#pageNav{
	float: left;
	width:148px;      
	padding: 0px;
	background-color: #F5F6F6;	
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB; 
	border-top: 1px solid #BBBBBB;
	font: small Arial,sans-serif; 
	font-size: 70%;
	text-align: left;	
}    

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;  


}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #999999;  
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;                    
	height: 16px;	
	border-top: 0px solid #BBBBBB;
	border-bottom: 0px solid #2C58AA;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;	
	padding: 3px 0px 3px 10px;
	color: #134479;
}

#sectionLinks a:hover{
	border-top: 0px solid #999999;  
	background-color: #2C58AA;
	background-image:  url("images/bg_nav_in.jpg");
	font-weight: bold;
	text-decoration: none;  
	color: #0F335B;
}
         
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}  

/********** Boxes ***********/

#pageBoxLeftDiary{
	float: left;
	width:136px;
	padding: 6px;
	background-color: #DDEEFF;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	font: small Arial,sans-serif; 
	font-size: 70%;
	text-align: center;	
}     

#pageBoxLeft{
	float: left;
	width:136px;
	padding: 6px;
	background-color: #E0EDF8;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	font: small Arial,sans-serif; 
	font-size: 70%;
	text-align: left;	
}     

#pageBoxRight{
	float: right;
	width:136px;
	padding: 6px;
	background-color: #DDEEFF;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; 
	font: small Arial,sans-serif; 
	font-size: 80%;
	text-align: left;	
}     


/************** header tag styles **************/

h1{
 font: bold 140% Arial,sans-serif;  
 color: #334d55;
 margin: 6px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
  
/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}                                 
.feature_copyright{
	font: Arial,sans-serif;
	font-size: 70%;
	color: #DDDDDD;
}
.cryoderm h1 {
		color: #666666;
		margin: 6px 0px 6px 0px;
}
.cryoderm h2 {
		color: #bb9754;
}
.cryoderm li {
		padding-bottom: 5px;
		color: #666666;
		font-size: 0.9em;
}
.cryoderm .bblack {
		font-weight: bold;
		color: #000000;
}

.special_wrapper {
	 width: 784px; margin-left: auto; margin-right:auto;
}
.specialt {
	width: 760px; margin: 0px 12px 0px 12px;
}
.special_shadow {
	width: 784px; background:url("../images/shadow_back.gif") repeat-y;
}
.special_header {
	background:url("../images/bg_hdr.jpg"); height:63px; margin: 0px 12px 0px 12px;
}
.special_main {
	margin: 0px 12px 0px 12px;
}
.special_left {
	float:left; width: 148px;
}
.special_right {
	float:left; width: 572px; padding: 20px;
}
.special_footer {
	background:url("../images/bg_footer.jpg"); height:22px; margin: 0px 12px 0px 12px;
}
.specialb {
	width: 760px; margin: 0px 12px 0px 12px;
}
