

body {
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
	background: #fff;
	color: #000;
	line-height: 150%;
}

input {
	font-size:10px;
	width:150px;
	height:16px;
	border:1px solid #7b7b7b;
	background-color:#FFFFFF;
	margin-top:3px;
}

textarea {
	font-size:11px;
	width:200px;
	height:100px;
	border:1px solid #7b7b7b;
	background-color:#FFFFFF;
	margin-top:3px;
}

a {
	color: #363A90;
	text-decoration: none;
}

a:hover {
	color: #363A90;
	text-decoration: none;
}

ul {
	padding-left: 13px;
	margin: 0 0 5px 0;
}

li {
	list-style-type: disc;
}

p {
	margin-bottom:1em;
}

img {
	border: none;
}

#header {
	height: 110px;
	border-bottom: solid 5px #fff;
}

#header .logo {
	float:right;
	position: relative;
	padding-right: 37px;
	padding-top: 20px;
}

#header h1 {
	color: #363A90;
	font-size: 20px;
	font-weight: bold;
	padding: 70px 0 5px 150px;
}

#wrap {
	padding: 0px 0px 0px 0px;
	width: 900px;
	margin: 20px auto;
}

#left {
	display:none;
}

#rightHome {
	margin-bottom: 10px;
	float: right;
	width: 680px;
	padding: 0 70px 10px 0;
	margin-top: 22px;
	background: #D9D9D9 url(images/bg_home.jpg) no-repeat right 50px;
}

#right {
	margin-bottom: 10px;
	float: right;
	width: 680px;
	padding: 0 70px 10px 0;
	margin-top: 22px;
	background: #D9D9D9 url(images/bg_right.jpg) no-repeat right 50px;
}

#right .button {
	width: 60px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #D9D9D9;
}


#footer {
	padding: 0;
}