/** BASIC */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
/** HEADINGS */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
/** TEXTS */
body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
}
p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}
.text1 {
	font-size: 20px;
	font-weight: normal;
	color: #3B902A;
}
.text2 {
	font-size: 16px;
	font-weight: normal;
	color: #3B902A;
}
/** LISTS */
.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.list1 li {
	padding-left: 12px;
	background: url(../images/homepage19.gif) no-repeat left center;
}
/** LINKS */
a {
	color: #56B144;
}
a:hover {
	text-decoration: none;
}
.link1 {
	text-decoration: none;
}
.link2 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.link2:hover {
	text-decoration: underline;
}
/** STYLES */
.style1 {
	color: #FFFFFF;
}
.style1 a {
	color: #FFFFFF;
}
.style1 a:hover {
}
/** BACKGROUNDS */
.bg1 { background: #ECF4FF; }
.bg2 { background: url(../images/homepage02.gif) repeat-x left top; }
.bg3 { background: url(../images/homepage11.gif) repeat-x left top; }
.bg4 { background: #28568A url(../images/homepage20.gif) repeat-x left top; }
/** BASIC */
html, body {
	height: 100%;
}
.title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../images/homepage14.gif) repeat-x left bottom;
}
.title h2 {
	padding-left: 25px;
	background: url(../images/homepage09.gif) no-repeat left center;
}
/** WRAPPER */
#wrapper {
	padding: 10px 0px 0px 0px;
}
/** HEADER */
#header {
	width: 766px;
	height: 177px;
	margin: 0px auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}
img { border: none; }
/** LOGO */
#logo {
	float: left;
	width: 313px;
	height: 177px;
	background: #28568A url(../images/homepage03.jpg) repeat-x left top;
}
#logo p {
	color: #FFFFFF;
	padding-top:40px;
	text-align:center;
	line-height: 120%;
	font-size:28px;
	font-weight:bold;
}
/** MENU */
#menuDiv {
	width: 766px;
	height: 5px;
	margin: 0px auto;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	background: #55b144;
}
#menu {
	margin: 0px auto;
	border-top: none;
	padding-bottom: 20px;
	border-bottom: 5px solid #55b144;
}
#menu ul {
	margin: 0px;
	padding: 11px 0px 0px 20px;
	list-style: none
}
#menu a {
	font-size: 18px;
	font-weight: normal;
	color: #28568A;
	padding-left: 25px;
	background: url(../images/homepage092.gif) no-repeat left center;
}
/** CONTENT */
#content {
	width: 766px;
	margin: 0px auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}
#left {
	float: left;
	width: 313px;
}
#right {
	float: right;
	width: 409px;
	padding-right: 20px;
}
/** FOOTER */
#footer {
	width: 766px;
	height: 56px;
	margin: 0px auto;
	border: 5px solid #FFFFFF;
}
#links {
	float: left;
	padding: 20px 0px 0px 20px;
}
#legal {
	float: right;
	padding: 20px 20px 0px 0px;
}
/** BOXES */
#box1 {
	float: right;
	width: 449px;
	height: 177px;
}
#box2 {
	padding: 20px 25px 20px 20px;
}