body{
	font-family: "Trebuchet MS", Arial;
	padding: 0px;
	margin: 0px;
	font-size: 11pt;
	/*background-image: url(images/orange_shade.jpg);*/
	background-repeat: repeat-y;
	background-position: left top;
}

a {
	/*color: #A18355;*/
	/*text-decoration: none;*/

}

a:hover{
	/*color: #D5AE73;*/
	text-decoration: underline;

}

.plain{
	text-decoration: none;
}

.wrap1{
	padding: 15px;
}

.mainCol{
	float: right;
	width: 500px;
}
.mainCol_box{
	background-color: #FFFFFF;
	border: 1px solid #B9B9B9;
	margin-top: 20px;
	padding: 8px;
	vertical-align: top;	
}
.menuCol{
	float: left;
	background-image: url('none');
	background-repeat: repeat-y;
	width: 32%;
	margin: 0px


}
.menuCol_box{
	background-color: #FFFFFF;	
	border: 1px solid #B9B9B9;	
}

.blog_box{
	background-color: #f4f4ee;	
	border: 1px solid #cccccc;	
}

.left_border{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.comment_box{
	border: 1px solid #B9B9B9;	
	font-size: 10pt;
	background-color: #f7f7f7;
}
.comment_header{
	font-size: 9pt;
	font-weight: 800;
	color: #994444;
}
.comment_link{
	font-size: 8pt;
	color: #994444;
}

.menuCol_header{
	font-size: 12pt;
	font-weight: normal;
	color: #4d4d4d;


}

.mainHeader{
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC	;
	font-family: Arial;
	font-size: 18pt;
	padding-left: 10px;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0.3em;
}
.imageHeader{
	border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; background-color: #494949;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 150px;
	margin: 0px;
	padding: 0px;
	/* background-image: url(images/banner_faces_small.jpg); */
	background-image: url('images/rose_banner.jpg');
	background-repeat: no-repeat;
	background-position:  center 50%;
	width: 100%

}
.imageHeader_under{

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	
	height:2;
}
.imageHeader_under2{
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ff8000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

.blogPost{
	line-height: 1.5em;
	text-align: justify;

}
.blogPost img{
	border: 1px solid #b9b9b9;
	padding: 3px;
}
.blog_img_caption{
	font-size: 14px;
	float: none;
	vertical-align: text-top;
	color: #888888;
	line-height: 1.2em;
	padding-left: 1em;
}
.blogDate{
	margin-bottom: -4px;
	font-size: 13pt;
	color: #ff4000;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-family: arial
}
.blogTitle{
}
.wrapOrange{
	height: auto;
}
.content{
}
.blogContent{
	width: 95%;
}
.orange_caption{
	font-size: 8pt;
	color: #A1A1A1;
	text-align: center;

}
textarea{
	font-size: 8pt;

}
.formLabel{
	font-size: 10pt;
	font-weight: bold;
	color: #4D4D4D;
	padding-bottom: 3px;

}

.formLabel2{
	font-size: 8pt;
	font-weight: normal;
	color: #4D4D4D;
	padding-bottom: 3px;

}

.input{
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
}

.button{
	border: 1px solid #777777;	
	background-color: #f2f2f2;
}

.calendar{	
	background-color: #93816E;
}

.today{
	background-color: #E5CAAD;
	font-size: 14pt;
	color: #bb4444;
	font-weight: bold;
}

.blogDay{
	background-color: #E5CAAD;
	color: #444444;	
	font-decoration: italic;
}

.cal_cell{
	background-color: #FFE5C9;
}

.mainTable{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 850px;
	border: #cccccc 1px solid;
}

.sideBox{
	width: 350px;
}

.contentBox{
	width: 500px;
}

.middleSpacer{
	width: 0px;
}