* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-family: arial;
	background-repeat: no-repeat;
	list-style: none;
	font-size: 12px;
	color: #000000;
}

body {
	width: 100%;
	background-color: #fff;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
}


/* top - logo, conctact, menu */
#top {
	width: 824px;
	height: 104px;
	padding: 0 3px;
	margin: 0 auto;
	background-image: url('../images/backgroundTop.gif');
	background-position: right 44px;
}

#top h1 {
	width: 824px;
	height: 44px;
	line-height: 44px;
	display: block;
	background-color: transparent;
	color: #085b73;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

#top img.logo {
	float: left;
	padding-left: 37px;
	margin-bottom: 21px;
}

#top dl {
	width: 100%;
	height: 45px;
	clear: both;
	background-color: #3884b6;
}

#top dl dt {
	width: 236px;
	height: 27px;
	background-color: #1b3b78;
	padding-top: 13px;
	padding-left: 24px;
	float: left;
	margin-right: 1px;
}

#top dl dd {
	height: 39px;
	float: left;
	margin-right: 1px;
}

#top dl dd a {
	height: 39px;
}


/* content - mail image, texts */
#content {
	width: 824px;
	min-height: 400px;
	padding: 0 3px;
	background-image: url('../images/backgroundContent.gif');
	background-position: 0 252px;
	margin: 0 auto;
}

#content img.main {
	margin-bottom: -3px;
}

#secondContent {
	width: 824px;
	height: 100%;
	background-color: #32558b;
}

h1 {
	width: 100%;
	height: 48px;
	background-color: #1b3b78;
}
h2 {
	width: 100%;
	height: 48px;
        font-size: 16px;
	background-color: #1b3b78;
        color: #fff;
}

h3 {
        font-size: 16px;
        color: #000;
}

#leftColumn {
	width: 226px;
	float: left;
        color: #fff;
}

#leftColumn p {
	width: 160px;
	height: 198px;
	display: block;
	background-image: url('../images/backgroundLeftColumn.gif');
	font-weight: bold;
	padding: 19px 33px 0;
	text-align: center;
	color: #fff;
}

#leftColumn h7 {
	width: 160px;
	height: 198px;
	display: block;
	font-weight: bold;
	padding: 19px 33px 0;
	text-align: center;
	color: #fff;
}

#leftColumn span {
	display: block;
	float: left;
	padding-bottom: 76px;
	padding-right: 3px;
	color: #fff;
}

#rightContent {
	background-color: #fff;
	width: 598px;
	float: left;
}

#rightContent div {
	width: 519px;
	border-style: solid;
	border-color: #e3e3e3;
	border-width: 0 1px 1px 1px;
	padding: 29px 43px 15px 34px;
}

#rightContent div p {
	color: #000;
	margin-bottom: 15px;	
}

#rightContent strong { 
        font-weight: bold;
        color: #000;
}

/* footer - copyrights */
#footer {
	width: 100%;
	height: 142px;
	background-color: #ededed;
	clear: left;
        color: #fff;
}

#footer p {
	display: block;
	width: 804px;
	line-height: 45px;
	margin: 0 auto;
	color: #fff;
	background-color: #252525;
	padding-left: 20px;
}

#footer h7 {
	display: block;
	width: 804px;
	margin: 0 auto;
	color: #6c6c6c;
	background-color: #252525;
	padding-left: 20px;
}
 
input, textarea {
border: 1px solid #000; 
}

td {
 color: #000;
}

input, textarea {
border: 1px solid #000; 
}


input, textarea {
border: 1px solid #000; 
color: #000;
}