body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family:"Arial","lucida sans","lucida grande",sans-serif;
	font-size: 12px;
	color: #333;
}

img {
	border: 0px;
}

input[type="text"], textarea {
	display: block;
	border: 1px solid #DDD;
	color: #999;
	font-size: 11px;
	padding: 5px;
	margin: 10px 0px;
}

input[type="submit"] {
	background-color: #72b179;
	border: 0px;
	font-weight: bold;
	color: #FFF;
	padding: 3px 15px;
}

a.green-button {
	background-color: #72b179;
	border: 0px;
	font-weight: bold;
	color: #FFF;
	padding: 5px 15px;
	text-decoration: none;
}

#content input[type="text"], #content textarea {
	width: 250px;
}

#logo {
	margin-top: 20px;
	margin-bottom: 25px;
}

/* MENU */

#menu  ul{
	padding: 10px 0px 15px 0px;
	margin: 0px;
}

#menu ul li {
	padding: 0px 25px;
	margin: 0px;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: "Verdana";
}

#menu ul li a {
	text-decoration: none;
	color: #c0c1c2;
}

#menu ul li a.active {
	color: #52B5DA;
}

/* CONTENT */
#content {
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 160%;
}

#content ul {
	padding-left: 20px;
	font-size: 11px;
}

#content ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#extra {
	margin: 15px 0px;
}

#extra img {
	border: 1px solid #DDD;
}

#individual {
	margin-bottom: 10px;
	margin-top: 10px;
}

#individual td {
	vertical-align: top;
}
#individual a {
	display: block;
}

/* BOTTOM */
#bottom {
	margin-bottom: 10px;
}

#survey {
	width: 200px;
	vertical-align: top;
	padding: 10px 10px 10px 0px;
	border-right: 1px solid #DDD;
}

#survey h3 {
	font-size: 12px;
	font-weight: bold;
	color: #175689;
	display: block;
}

#survey span {
	display: block;
}

#extra-info {
	width: 670px;
	vertical-align: top;
	padding: 10px 0px 10px 20px;
	line-height: 160%;
}

.title1 {
	color: #52b5da;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
}

.underline {
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}

.title2 {
	color: #72b179;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
}

/* BLUE-LINE */
#blue-line-container {
	background-color: #52b5da;
	position: relative;
	top: -7px;
}

#blue-line {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 15px 0px;
	font-family: "Verdana";
}

/* FOOTER */
#footer {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer a {
	text-decoration: none;
	color: #888;
	padding: 5px 0px;
	font-size: 12px;
}

.shadow {
	background-image: url("images/shadow.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

.center {
	width: 900px;
	margin: 0px auto;
}

