@charset "utf-8";
/* CSS Document */


.navbar_global {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #669933;
}
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-align: left;
	text-indent: 10px;
	vertical-align: top;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: oblique;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #003366;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: oblique;
	font-weight: bolder;
	color: #669933;
	text-decoration: none;
}

dl {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet_green_swirl.jpg);
}
li {
	text-indent: 0px;
	padding-right: 0px;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
}

dd {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-indent: 0px;
}
dt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	text-indent: 0px;
}

h5 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: oblique;
	font-weight: bolder;
	color: #3366CC;
	text-decoration: none;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: oblique;
	font-weight: bolder;
	color: #CCCC33;
	text-decoration: none;
}


a:link {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	font-size: 16px;
	font-weight: bolder;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bolder;
	color: #33ccff;
	text-decoration: none;
}
.right_p {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	color: #cccc99;
	background-color: #669933;
}


.navbar_bottom {
	font-family: "Trebuchet MS";
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	background-color: #669933;
	color: #FFFFFF;
	text-decoration: none;
}
footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}
.left_img {
	padding-top: 30px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: oblique;
	font-weight: bolder;
	color: #999933;
}

/*Contact form*/

.formp {margin-top:30px; margin-bottom:30px; z-index:1;}

label
{width: 25em; float: left; text-align: right; margin-right: 0.5em; display: block; position:relative;
font-weight:bold; z-index:1;}

.label2
{width: 30em; float: left; text-align: right; margin-right: 0.5em; display: block; position:relative;
font-weight:bold; z-index:1;}

input {color: #000; background: #99b8cc; border: 1px solid #000; padding:2px;
}

textarea {color: #000; background: #99b8cc; border: 1px solid #000; padding:2px;
}

.submit input {color: #000; font-weight:bold; background: #99b8cc; border: 3px outset #000; margin-left: 20em; 
} 

.conf {text-align:center; font-size:1.5em; font-weight:bold; color:#FFFFFF;}
.conf a {color:041533;}
 


/*End of contact form*/