body {
	font-size			:	10px;
	text-align			:	center;
	font-family			:	Arial,Helvetica,sans-serif;
	background			:	#fff;
	color				:	#000;
	background			:	url('/templates/woody_pink/img/bg.jpg') repeat top left #d02caf;
}


textarea {
	font-family			:	Arial,Helvetica,sans-serif;
	font-size			:	1em;
}

input {
	font-family			:	Arial,Helvetica,sans-serif;
	font-size			:	1em;
}

select {
	font-family			:	Arial,Helvetica,sans-serif;
	font-size			:	1em;
}


.pageBackground {
	background			:	#f5f2ed;

}

#pageWidth {
	width				:	906px;
	margin-left			:	auto;
	margin-right		:	auto;
	padding				:	1px;
	text-align			:	left;
	border				:	1px solid #5d5d5d;
}


#header {
	display				:	none;
}

#header h2 {
	margin				:	0;
	padding				:	10px 0;
	color				:	#384951;
	font-size			:	4em;
	text-align			:	center;
	font-family			:	Georgia, serif;
}

#decPicHolder {
	background			:	#fff;
}

#decPic {

	width				:	100%;
	height				:	230px;
	overflow			:	hidden;
	background			:	url(/templates/img/decpic/nature_0036.jpg) repeat center center;
}

#menu1 {
	position			:	relative;
	white-space			:	nowrap;
	z-index				:	2;
	margin-bottom		:	1px;
	background			:	url('/templates/woody_pink/img/menubg.gif') repeat-x top left #c146a2;
}


.mlddm {
	margin				:	0px;
	padding				:	0px;
	font-family			:	Georgia,serif;
	text-transform		:	uppercase;
}

.mlddm li {
	display				:	inline;
	list-style			:	none;
	float				:	left;
	margin				:	0;
	padding				:	0;
	background			:	url('/templates/woody_pink/img/navisep.gif') no-repeat top right;
}

.mlddm li a {
	display				:	block;
	padding				:	0px 15px;
	font-size			:	1.2em;
	font-weight			:	bold;
	line-height			:	35px;
	color				:	#fff;
	text-decoration		:	none;
	
}

.mlddm li.active {
}

.mlddm li a.active {
	
	background			:	url('/templates/woody_pink/img/naviselected.gif') no-repeat bottom center;
	color				:	#fff;
}

.mlddm li a:hover {
	text-decoration		:	underline;
}

.mlddm li a.active:hover {
	text-decoration		:	none;
}

.mlddm ul {
	z-index				:	100;
	position			:	absolute;
	visibility			:	hidden;
	margin				:	0 0 0 0;
	padding				:	0;
	background			:	#a80077;
	border				:	1px solid #fff;
}

.mlddm ul li {
	float				:	none;
	background			:	none;
}

.mlddm ul li a {
	display				:	block;
	width				:	auto;
	margin				:	0px;
	padding				:	0 20px 0 10px;
	line-height			:	28px;
	font-weight			:	normal;
	color				:	#fff;
	border-width		:	0;
}
	
.mlddm ul li a:hover {

}	


.mlddm ul li.active {
	background			:	none;
}

.mlddm ul li a.active {
	font-weight			:	bold;
	color				:	#fff;
	background			:	none;	
}

.mlddm ul ul {
	margin				:	0px;
}

.mlddm ul li a.active:hover {
	text-decoration		:	underline;
}

.mlddm ul li a.hsub {
	background			:	transparent no-repeat right url(/templates/woody_pink/img/arrow.gif) !important;
}

.mlddm ul li a.hsub:hover {
	background			:	transparent no-repeat right url(/templates/woody_pink/img/arrow.gif) !important;
}

.mlddm ul li a.hsubActive {
	font-weight			:	bold;
	background			:	transparent no-repeat right url(/templates/woody_pink/img/arrow.gif) !important;
}

.mlddm ul li a.hsubActive:hover {
	background			:	transparent no-repeat right url(/templates/woody_pink/img/arrow.gif) !important;
}

#menubox {
	height				:	8px;
	line-height			:	1px;
	font-size			:	1px;
	background			:	#fd6bd3;
}

#contentHolder {
	padding				:	20px 10px;
}

#leftContent {
	width				:	190px;
	padding-right		:	10px;
	float				:	left;
	overflow			:	hidden;
	position			:	relative;
}

#mainContent {
	width				:	486px;
	overflow			:	hidden;
	float				:	left;
	overflow			:	hidden;
	position			:	relative;
}

#mainContentInner {
	padding				:	4px;
}

#rightContent {
	width				:	190px;
	padding-left		:	10px;
	float				:	right;
	overflow			:	hidden;
	position			:	relative;
}

#leftContentInner {
    padding             :   10px;
    padding-left        :   0;
    border-right        :    1px dotted #5d5d5d;

}

#rightContentInner {
    padding             :   10px;
    padding-right       :   0;
    border-left            :    1px dotted #5d5d5d;
}

#mainContentInner {
	padding				:	10px;
}

.content {
	font-family			:	Arial,Helvetica,sans-serif;
	font-size			:	1.2em;
	line-height			:	1.4em;
	color				:	#333333;
}

.sideContent {
	font-family			:	Arial,Helvetica,sans-serif;
	font-size			:	1.2em;
	line-height			:	1.4em;
	color				:	#333333;
}

.content a {
	color				:	#a272de;
	text-decoration		:	none;	
	font-weight			:	bold;
}

.sideContent a {
	color				:	#a272de;
	text-decoration		:	none;	
	font-weight			:	bold;
}

.content a:hover {
	text-decoration		:	underline;
}

.sideContent a:hover {
	text-decoration		:	underline;
}

.content h1 {
	font-size			:	2.2em;
	margin-bottom		:	0.8em;
	font-weight			:	normal;
	color				:	#a80077;
	font-family			:	Arial,Helvetica,sans-serif;
}

.content h2 {
	font-size			:	2.0em;
	margin-bottom		:	0.8em;
	color				:	#a80077;
	font-weight			:	normal;
	font-family			:	Arial,Helvetica,sans-serif;
}

.content h3 {
	font-size			:	1.8em;
	margin-bottom		:	0.8em;
	color				:	#a80077;
	font-weight			:	normal;
	font-family			:	Arial,Helvetica,sans-serif;
}

.content h4 {
	font-size			:	1.6em;
	margin-bottom		:	0.8em;
	color				:	#a80077;
	font-weight			:	normal;
	font-family			:	Arial,Helvetica,sans-serif;
}

.content h5 {
	font-size			:	1.4em;
	margin-bottom		:	0.8em;
	color				:	#a80077;
	font-weight			:	normal;
	font-family			:	Arial,Helvetica,sans-serif;
}

.content h6 {
	font-size			:	1.2em;
	margin-bottom		:	0.8em;
	color				:	#a80077;
	font-weight			:	normal;
	font-family			:	Arial,Helvetica,sans-serif;
}



.sideContent h1 {
	font-size			:	1.8em;
	margin-bottom		:	0.8em;
	font-weight			:	normal;
	color				:	#a80077;
	font-family			:	Arial,Helvetica,sans-serif;
}

.sideContent h2 {
	font-size			:	1.6em;
	margin-bottom		:	0.8em;
	color				:	#a80077;
	font-weight			:	normal;
	font-family			:	Arial,Helvetica,sans-serif;
}

.sideContent h3 {
	font-size			:	1.4em;
	margin-bottom		:	0.8em;
	color				:	#a80077;
	font-weight			:	normal;
	font-family			:	Arial,Helvetica,sans-serif;
}

.sideContent h4 {
	font-size			:	1.2em;
	margin-bottom		:	0.8em;
	color				:	#a80077;
	font-weight			:	normal;
	font-family			:	Arial,Helvetica,sans-serif;
}

.sideContent h5 {
	font-size			:	1.0em;
	margin-bottom		:	0.8em;
	color				:	#a80077;
	font-weight			:	normal;
	font-family			:	Arial,Helvetica,sans-serif;
}

.sideContent h6 {
	font-size			:	1.0em;
	margin-bottom		:	0.8em;
	color				:	#a80077;
	font-weight			:	normal;
	font-family			:	Arial,Helvetica,sans-serif;
}

#footer {
	padding				:	2px 0;
	position			:	relative;
	text-align			:	center;
	background			:	#fd6bd3;
}


#footer p {
	font-family			:	Georgia,serif;
	margin				:	0;
	padding				:	0;
	font-size			:	1.2em;
	color				:	#fff;

}

#footer p a {
	text-decoration		:	none;
	color				:	#fff;
}

#footer p a:hover {
	text-decoration		:	underline;
}

.moduleHolder {
	margin				:	0 0 15px 0;
	
}

.moduleHolder .moduleHeader h2 {
	padding-left		:	4px;
	margin-bottom		:	0px;
	background			:	#a80077;
	color				:	#fff;
}

.moduleHolder .moduleContent {
	padding				:	5px;
	border				:	1px dotted #5d5d5d;
}

.moduleHolder .moduleTop {
	display				:	none;
}

.moduleHolder .moduleBtm {
	display				:	none;
}

.borderColor1 {
	border-color		:	#c141a4;
}

.borderColor2 {
	border-color		:	#c141a4;
}

.borderColor3 {
	border-color		:	#c141a4;
}