* {
	margin: 0;
	padding: 0;
	font-family: "Tahoma";
	font-size: 14px;
}

body {
	background: #689CD6 url(img/back.jpg) repeat-x 0 0;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 14px;
}

div.wrap1 {
	width: 953px;
	background: #CCCCCC;
	margin: 0 auto;
	padding: 20px 0;
}

div.wrap2 {
	margin: 0 20px;
	padding: 0 0 20px;
	background: #FFF;
}

div.header {
	background: url(img/header.jpg) no-repeat 0 0;
	height: 140px;
}

div.footer {
	background: url(img/footer.jpg) repeat-y 0 0;
	height: 59px;
	margin: 20px 0 0;
}

div.content {
	padding: 0 20px;
}

div.clear {
	clear: both;
	float: none;
	width: 100%;
	height: 0;
	overflow: hidden;
}

div.menu {
	float: left;
	width: 195px;
	padding: 20px 0;
	text-align: left;
}

div.menu ul {
	list-style: none;
}

div.menu ul li {
	background: url(img/line.gif) repeat-x bottom left;
	padding: 5px 0 5px;
}

div.menu ul li a {
	color: #4874af;
	font-size: 16px;
	text-decoration: none;
	padding: 0 0 0 20px;
	font-weight: bold;
	text-transform: uppercase;
}

div.menu ul li a:hover {
	background: url(img/arrow2.gif) no-repeat 5px 4px;
}

div.right {
	float: right;
	width: 660px;
	text-align: left;
}

div.box1 {
	border: 2px solid #30557D;
	background: url(img/gradient1.jpg) repeat-x 0 0;
}

div.box1_inn {
	background: url(img/img1.jpg) no-repeat 0 0;
	padding: 20px 20px 32px 322px;
}

p {
	color: #4874af;
	margin: 10px 0;
	font-size: 14px;
}

h1 {
	color: #092e4f;
	font-size: 16px;
	margin: 0 0 30px;
	text-transform: uppercase;
}

h2 {
	color: #d4f2fc;
	font-size: 16px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

td {
	color: #4874af;
}

div.box2 {
	border: 2px solid #30557D;
	background: url(img/gradient2.jpg) repeat-x bottom left;
	margin: 10px 0 0;
}

div.box2 table {
	width: 100%;
}

div.box2 table td {
	vertical-align: top;
}

div.box2 table td div.table_inn {
	padding: 20px;
}

div.box2 table td.blue {
	background: #2F547C;
	width: 302px;
}

td.blue p {
	color: #FFF;
	margin-top: 20px;
}

td.blue ul {
	list-style: none;
}

td.blue ul li {
	background: url(img/arrow.gif) no-repeat 5px 8px;
	color: #FFF;
	padding: 5px 0 5px 20px;
	font-size: 12px;
	font-weight: bold;
}

td.blue a {
	float: right;
	display: inline;
	margin: 10px 0 0;
	color: #fc757e;
	text-decoration: underline;
	font-weight: bold;
}

td.blue a:hover {
	text-decoration: none;
}

/*--------------------form-----------------*/

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%;  font-size:12px; margin: 5px 0;}
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}

div.padding {
	padding: 20px;
}

ul.white {
	list-style: none;
	padding: 10px 0 0 20px;
}

ul.white li {
	background: url(img/arrow2.gif) no-repeat 5px 4px;
	color: #4874af;
	margin: 10px 0;
	padding: 0 0 0 20px;
}


