body {
	margin: 0;
	padding: 0;
/*	background-image:url(../images/greenMat.jpg);*/	
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#92C64A;
	color: #000000;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1em "Myriad Pro", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

table.padded-table td { 
	padding:15px; 
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

.underline {
	text-decoration:underline;
}

.strong {
	font-weight: bold;
}

a.red {
	color:#FF0000;
	text-align:center;
	text-decoration:underline
}

.red {
	color:#FF0000;
	font-weight:bold;
	}


/* Header */

#header {
	width: 800px;
	height: 250px;
	margin: 0 auto;
	background: url(../images/butterfly_header.jpg) no-repeat;
}

#topNav {
	text-align:center;
	width: 800px;
	padding-top: 20px;
}




        body { font-family:Arial, Helvetica, Sans-Serif; font-size:12px; margin:0px 20px;}
        /* menu */
        #menu{ margin:0px; padding:0px; list-style:none; color:#006293; line-height:45px; display:inline-block; float:right; z-index:1000; }
        #menu a { color:#fff; text-decoration:none; font-weight:bold; }
        #menu > li {background:#FF8300 none repeat scroll 0 0; cursor:pointer; float:left; position:relative;padding:0px 10px;}
        #menu > li a:hover {color:#006293; font-weight:bold;}
        #menu .logo {background:transparent none repeat scroll 0% 0%; padding:0px; background-color:Transparent;}
        /* sub-menus*/
        #menu ul { padding:0px; margin:0px; display:block; display:inline;}
        #menu li ul { position:absolute; left:-10px; top:0px; margin-top:45px; width:150px; line-height:16px; background-color:#FF8300; color:#0395CC; /* for IE */ display:none; }
        #menu li:hover ul { display:block;}
        #menu li ul li{ display:block; margin:5px 20px; padding: 5px 0px;  border-top: dotted 1px #606060; list-style-type:none; }
        #menu li ul li:first-child { border-top: none; }
        #menu li ul li a { display:block; color:#fff; font-weight:bold; }
        #menu li ul li a:hover { color:#006293; font-weight:bold; }
        /* corners*/
        #menu .corner_inset_left { position:absolute; top:0px; left:-12px;}
        #menu .corner_inset_right { position:absolute; top:0px; left:150px;}
        #menu .last { background:transparent none repeat scroll 0% 0%; margin:0px; padding:0px; border:none; position:relative; border:none; height:0px;}
        #menu .corner_left { position:absolute; left:0px; top:0px;}
        #menu .corner_right { position:absolute; left:132px; top:0px;}
        #menu .middle { position:absolute; left:18px; height: 20px; width: 115px; top:0px;}








/* Page */

#page {
	margin: 0 auto;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left-style:solid;
	border-left-color:#006293;
	border-left-width:thick;
	border-right-style:solid;
	border-right-color:#006293;
	border-right-width:thick;
}

#content .title {
	padding: 19px;
	text-align:center;
	font-size: 2em;
}

#content .center {
	text-align:center;
}

.post {
	padding: 40px 40px 40px 40px;	
}

.post .title {
	margin: 0;
	font-size: 2em;
}

label
{
width: 15em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 15.5em;
} 

/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 80px;
	margin: 0 auto;
	padding-top: 30px;
	background: #FFFFFF;	
	border-left-style:solid;
	border-left-color:#006293;
	border-left-width:thick;
	border-right-style:solid;
	border-right-color:#006293;
	border-right-width:thick;

}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	color: #666767;
}