body {
	margin: 0px;
	padding: 0px;
	background-color: #5C915C;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8B8B8B;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	letter-spacing: -2px;
	padding-left: 20px;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #002A5C;
}

.text2 {
	/* background: url(images/img4.gif) no-repeat left 60%; */
	padding-left: 15px;
	letter-spacing: -2px;
	font-size: 24px;
	color: #579A64;
}

.text3 {
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	color: #8B8B8B;
}

.text4 {
	font-weight: bold;
	color: #1EA969;
}

.text5 {
	text-align: center;
	font-size: 10px;
	color: #66AB6A;
}

.text6 {
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	color: #8B8B8B;
}

.hometext{
	float:right;width:350px; margin:10px 50px 0 0; color:#020202; font-size:14px; text-align:left;
}

.hometext p {
	text-align:justify;
}

.hometext ul, .hometext li {
	text-align:left;
}


a {
	color:#002A5C /* #1EA969 */;
}

a:hover {
	text-decoration: none;
}

img { border: none; }


hr { display: none; }

.hr1 {
	height: 1px;
}


#container {
	float:inherit;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#header {
	height:50px;
	padding-left:40px;
	background-color: #EDEEF0 /*#FFFFFF*/;
}


#menu {
	background:#FFF url(/css/images/menu.jpg) repeat-x left top;
	height: 42px;
	padding-top:20px;
	padding-left:15px;
	list-style:none;
	}

#menu li {
	background: url(/css/images/img12.gif) no-repeat left 5px;
	width:200px;
	display:inline;
	padding-left: 10px;
	padding-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color:#315931;
}

#menu a {
	text-decoration:none;
	color:#315931;
	text-shadow:1px 1px 2px grey, 0 0 1em grey, 0.2em 0.2em 0.2em grey;
}

#menu a:hover {
	text-decoration:underline;
	color:#5C915C; /*#002A5C;*/
	text-shadow:1px 1px 1em white, 0 0 0.1em white, 0.2em 0.2em 0.2em white;
}

#maincontent {
	background-color:#FFF;
	width:100%;
	min-height:400px;
}


#footer {
	background: url(/css/images/footer.jpg) repeat-x left top;
	padding-top:30px;
	height: 71px;	
}

.box1 {
	border: 1px solid #ccc;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFFFCD;
}

.box2 {
	border: 1px solid #ccc;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #CFC;
}

.shadow {text-shadow:0.1em 0.1em 0.1em white, 0.1em 0.1em 0.1em white, 0.1em 0.1em 0.1em white;}

.keynote_picture { float:left; width:150px; height:220px; border:#5C915C 10px solid; overflow:hidden; text-align:center; margin:0 5px 5px 0; background-color:#DEECDF;}
