*{ 
margin: 0; 
padding: 0; 
border: 0; 
}
body {
	background-color: #009900;
	text-align: center;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
}
#container-mother {
	width: 760px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.left-green-border {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #006600;
}
#container-menu {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 140px;
	width: 760px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}
p a {
	color: #FFFFFF;
	text-decoration: underline;
}
p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.sub {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
}
.sub a {
	color: #FFFF33;
	text-decoration: none;
}
.sub a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.padding-topbot-5px {
	padding-top: 5px;
	padding-bottom: 5px;
}
.txt-white {
	color: #FFFFFF;
}
.txt-white a {
	text-decoration: none;
	color: #FFFFFF;
}
.txt-white a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#container-photo {
	width: 590px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #006600;
}
#container-title {
	background-image: url(images/title_bg.jpg);
	height: 40px;
	width: 730px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	font-size: 30px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
	font-family: "trebuchet ms";
	padding-top: 10px;
	background-repeat: no-repeat;
}
#container-txt {
	color: #FFFFFF;
	padding: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #006600;
}
.txt-title {
	font-size: 18px;
	color: #003300;
}
.txt-title a {
	text-decoration: underline;
	color: #FFFF33;
}
.txt-title a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#container-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF33;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container-footer a {
	color: #FFFF33;
	text-decoration: underline;
}
#container-footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#container-submenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}
#container-content {
	width: 760px;
}
.input {
	background-color: #CCFFCC;
	padding: 3px;
	border: thin solid #006600;
	text-align: left;
}
.white-border {
	border: thin solid #FFFFFF;
}.white-solid-top-padding {
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.white-dotted-btm {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.txt-yellow {
	color: #FFFF33;
}
