html, body, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:'lucida grande',verdana,sans-serif;
	font-size:11px;
	color:#666;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	background-color: #154f81;
}

form {
	margin-bottom: 20px;
}

#wrapper {
	width: 720px;
	padding: 30px;
	background-color: #FFF;
	position: relative;
	margin: 0px auto 3px;
	overflow: hidden;
}

.top-bar {
	width: 720px;
	padding: 10px 30px;
	background-color: #FFF;
	position: relative;
	margin: 0px auto 3px;
	overflow: hidden;
	color: #154f81;
}

a {
	color:#f80;
}
a:hover {
	color:#f00;
}
.container1 {
	padding-top:120px;
	/*background:transparent url(images/back0.gif);
	background-repeat:repeat-x;*/
	width: 720px;
	background: #fff;
	margin: 10px auto;
	min-height: 700px;
}

.content-right {
	position: relative;
	width: 550px;
	float: right;
}

table.emailbox td {
	vertical-align:top;
}
table.emailbox .input1 {
	width:220px;
}
table.emailbox .input2 {
	width:100px;
}
table.emailbox #address {
	width:220px;
	height:80px;
}
table.emailbox #message {
	width:220px;
	height:140px;
}

h1 {
	color: #154f81;
	margin: 0 0 10px;
	padding: 0px;
}

/* Navigation */



#nav1 {
	position:relative;
	width:150px;
	padding:0px;
	background:#fff;
	float: left;
}
#nav1 ul,
#nav1 li {
	list-style:none;
	margin:0;
	padding:0;
	background-image:none;
}
#nav1 li,
#nav1 li a {
	display:block;
	width:120px;
	text-indent:-2000px;
	overflow:hidden;
}
#nav1 li a {
	height:30px;
	overflow:visible;
	background-position:-30px 0;
	background-repeat:no-repeat;
}
#nav1 li li a {
	height:auto;
	padding:4px 0 4px 0;
	text-align:right;
	text-decoration:none;
	background-image:none;
	color:#f90;
}
#nav1 li li a:hover {
	background-position:-180px 0;
	background-repeat:no-repeat;
	color:#999;
}


/* Navigation end */


/* FOOTER */

.footer {
	display:block;
	clear:both;
	padding-top:10px;
	color:#a7b9bd;
	width: 550px;
	position: relative;
	float: right;
	font-size: 10px;
}
.footer a {
	color:#a7b9bd;
}
.footer a:hover {
	color:#f90;
}
.logobar1 {
	overflow:hidden;
	padding:5px 0;
	border-top:1px solid #cdd5d7;
	border-bottom:1px solid #cdd5d7;
}
.logobar1 a {
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom: 5px;
}


/* FOOTER End */
