/*Headers*/
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
}

/*Subheaders*/
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #000000;
	line-height: 17px;
}

/*Footer*/
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;  
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}

/*Footer Links*/
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background:none;
	line-height: 17px;
}

.footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #EEAF2E;
	text-decoration: no-underline;
	background:none;
	line-height: 17px;
}


/*Content Links*/
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8D6488;
	line-height: 17px;
	text-decoration: none;
	background: none;
}

.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ACCA5A;
	line-height: 17px;
	text-decoration: none;
	background: none;
}
.smalllink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8D6488;
	line-height: 17px;
	text-decoration: none;
	background: none;
}

.smalllink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ACCA5A;
	line-height: 17px;
	text-decoration: none;
	background: none;
}
/*Page Properties*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 12px;
	background: #FFFF66;
}
.butterfly {
	background-image: url('images/butterfly.jpg');
	background-position: bottom left;
    background-repeat: no-repeat;
}

	
/*Content default*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	font-weight: normal;
	line-height: 17px; 
	color: #5B5D72;
	text-align:left;
}
.content_margin {
    padding-left: 6pt;
	padding-right: 5pt;
}

/*Pictures*/
.picborder {
	border: 2px solid; 
	border-color:#AFB9DC;
}

.picRight {
	border: 2px solid; 
	border-color:#AFB9DC; 
	float:right; 
	margin-left:10px;
    margin-top:5px;
}

.picLeft {
	border: 2px solid; 
	border-color:#AFB9DC; 
	float:left; 
	margin-right:10px;
    margin-top:5px;
}


/*Contact Form*/
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #CCCCCC 1px solid;
	color: #176371;
	width:200px;
	background-color: #EAF4F6;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	width:90px;
	background-color: #437282;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	font-weight: bold;
	line-height: 17px; 
	color: #823F7A;
}
.devider {
	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C9C9CB;

}