@import url(dropdown.css);

*{
margin:0;
padding:0;
}

body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #e5e5ff;
	margin-top: 8px;
	margin-bottom: 0px;
	font-family: arial, verdana, san-serif;
	font-size: 0.9em;
	color: #666666;
}

div#pagecontainer {
	width: 778px;
	margin: 26px auto 0px auto;
	overflow: visible;
	text-align: left;
}

div#banner {
	width: 778px;
	height: 268px;
	background: url(images/banner.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}

div#banner a {
        color: #666666;
        text-decoration: none;
}

div#banner a:hover {
        color:#9b4f73;
        text-decoration: underline;
}

img#logo {
	position: relative;
	left: 21px;
	top: 42px;
}

div#address {
	position: relative;
	float: right;
	text-align: right;
	bottom: 60px;
	left: -26px;
	font-size: 0.75em;
	line-height: 1.5em;
}

p {
	margin-top: 12px;
}

div#main {
	width: 778px;
	margin: 0px auto 0px auto;
}

div#main_content {
	float: right;
	width: 500px;
	min-height: 300px;
	margin: 10px 26px 0px 0px;
	padding: 0px 5px 0px 5px;	
	font-size: 0.9em;
	border: 0px solid red;
}

*html div#main_content {
        margin: 10px 13px 0px 0px;
}

div#main_content a {
        color: #c62c2c;
        text-decoration: none;
}

div#main_content a:hover {
        text-decoration: underline;
}

div#left_content {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 26px;
	border: 0px solid blue;
}

*html div#left_content {
        margin: 0px 0px 0px 13px;
}

div.clear {
	clear: both;
}

div#footer {
	background: url(images/page_footer.gif);
	background-repeat: no-repeat;
	margin: 10px auto 0px auto;
	width: 778px;
	height: 64px;
	padding-top: 60px;
	text-align: center;
	font-size: 0.75em;
	border: 0px solid red;
}

img.imageleft {
	float: left;
	padding: 3px;
	margin: 10px 10px 4px 0px;
	border: 1px solid #999999;
}

img.imageright {
	float: right;
	padding: 3px;
	margin: 10px 0px 4px 10px;
	border: 1px solid #999999;
}

img.imagealone {
	padding: 3px;
	margin: 10px auto 4px auto;
	border: 1px solid #999999;
}

div#page_title {
        margin: 0px 0px 16px 0px;
        font-weight: bold;
        font-size: 1.2em;
        color: #9b5073;
}

h3 {
        font-weight: bold;
        font-size: 1em;
        color: #9b5073;
}

div#left_content img {
	border: 0px solid red;
}

input#send_form {
        margin-left: -4px;
        margin-top: 8px;
}

img.thumbnail {
        background-color: #ffffff;
        padding: 3px
}

table#tariff {
        width: 90%;
        border: 0px solid #999999;
}

table#tariff th {
        text-align: center;
        font-weight: bold;
        color: #ffffff;
        border: 1px solid #ffffff;
        background-color: #9b5073;
        padding: 3px;
}

table#tariff td {
        border: 1px solid #999999;
        padding: 3px;
        background-color: #ffffff;
}

div#menu {
        background-color: #e5e5ff;
}

div#funding {
	width: 330px;
	margin: 0px auto 0px auto;
	border: 0px solid red;
}

img#blackcountry {
	float: left;
	margin: 8px 2px 6px 0px;
}

img#ec {
	float: right;
	margin: 0px 0px 6px 2px;
}