/* CSS Document */
body{
	font-family: Arial, sans-serif;
	color: #660033;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #FFD3E7;
	font-size: 10pt;
	text-align: left;
}

h1{
 	font: bold 120% Arial, sans-serif;
 	color: #336633;
 	margin: 0px;
 	padding: 0px;
}

a:link, a:visited {
	font-size: 10pt;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}

a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

/**************** footer styles *****************/
#footer{
	font-size: small;
}

#footer2{
	font-size: xx-small;

}

/************ sectionLinks styles **************/

.sectionLinks{
	margin: 0px;
	padding: 0px;
}

.sectionLinks h1{
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #cccccc;
	color: #FFFFFF;
	background-color: #DBEBFF;
	font-size: 10pt;
}

.sectionLinks a:link, .sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #669933;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 7px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	color: #FFFFFF;
	background-color: #9CE94F;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.main {
	height: 500px;
	min-height: 500px;
}

.body {
	background-color: E5FFE4;
	background-image: url(http://www.thairificorchids.com/images/thairific_orchids_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.error {
	color: #FF0000;
}

.top_right {
	background-color: #0099CC;
	float: left;
	z-index: +1;
}

.flash {
	float: left;
	z-index: -1;	
}