@charset "utf-8";
/* CSS Document */

body{
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 0.8em;
	color: #000;
	background: #fff url(Images/BG.jpg) top repeat-x;
	line-height: 1.4em;
	text-align: center;
}
h1{
	color: #800000;
	font-size: 2.2em;
	font-weight: bold;
	margin-left: 10px;
	text-shadow: 1px 1px 2px #aaa;
}
h2{
	color: #555;
	font-size: 1.4em;
	margin-left: 10px;
	text-shadow: 0px 1px 0px #fff;
}
hr{
	color: #ccc;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wrap{
	width: 960px;
	margin: auto;
	text-align: left;
}
#logo{
	background: url(Images/Logo.jpg);
	width: 200px;
	height: 130px;
	margin-left: 20px;
	float: left;
}
#slogan{
	margin-top: 40px;
	margin-left: 10px;
}
#navigation{
	background: #FFF url(Images/Navigation.jpg) no-repeat;
	width: 370px;
	height: 50px;
	color: #F0D5D7;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
#navigation ul{
	margin-top: 18px;
	margin-left: 5px;
	display: block;
}
#navigation ul li{
	list-style: none;
	display: inline;
	margin: 12px;
}
#navigation ul li a:link, #navigation ul li a:visited{}
#navigation ul li a:hover{
	color: #FFF;
	text-decoration: underline;
}
#navigation ul li a{
	color: #F0D5D7;
	text-decoration: none;
}
.content{
	width: 100%;
	margin-top: 20px;	
}
.leftcol{
	width: 300px;
	float: left;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
	background: url(Images/Shadow.jpg) no-repeat top;
	background-position: 0px 30px;
}
.rightcol{
	width: 300px;
	float: right;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
	background: url(Images/Shadow.jpg) no-repeat top;
	background-position: 0px 30px;
}
.centrecol{
	width: 300px;
	margin: 10px;
	margin-left: 330px;
	background: url(Images/Shadow.jpg) no-repeat top;
	background-position: 0px 30px;
}
.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.para{
	margin-top: 40px;
	margin-left: 10px;
	text-align: justify;
	text-indent: 20px;
	width: 260px;
	float: left;
}
.divider{
	background: url(Images/Divider.jpg);
	width: 1px;
	height: 250px;
	margin-top: -20px;
	float: right;
}
#op{
	margin-left: 10px;
}
#date{
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #F5F5F5;
	padding: 5px;
}
.application{
	margin-top: 40px;
	float: left;
}
#senderinfo{
	text-align: right;
	font-size: 0.9em;
}
#senderinfo input{
	margin-bottom: 10px;
	margin-left: 5px;
}
#recieverinfo{
	text-align: right;
	font-size: 0.9em;
}
#recieverinfo input{
	margin-bottom: 10px;
	margin-left: 5px;
}
#fixaddr1{
	width: 330px;
	height: 80px;
}
#fixaddr2{
	width: 330px;
	margin-bottom: 10px;
	height: 80px;
}
#about{
	width: 450px;
	float: left;
	margin-left: 10px;
	background: url(Images/Shadow.jpg) no-repeat top;
	background-position: 0px 30px;
}
#map{
	width: 450px;
	float: right;
	margin-right: 30px;
	background: url(Images/Shadow.jpg) no-repeat top;
	background-position: 0px 30px;
}
blockquote {
	background: url(images/CloseQuote.jpg) no-repeat right bottom;
	text-align: justify;
	text-indent: 20px;
	width: 260px;
	font-family: "Georgia";
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #777;
}
blockquote p{
	background: url(images/OpenQuote.jpg) no-repeat left top;
}
.bywho{
	font-family: "Georgia";
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #777;
	text-indent: 40px;
}
#footer{
	width: 100%;
	color: #555;
	font-family: Verdana;
	background: url(Images/Footer.jpg) repeat-x;
	padding-bottom: 20px;
	background-color: #ededed;
	text-align: left;
}
#contact{
	float: left;
	width: 250px;
	margin-left: 60px;
	padding-top: 20px;
	background: url(Images/FooterBG.jpg) no-repeat center top;
}
#mail{
	float: right;
	width: 500px;
	margin-right: 60px;
	padding-top: 20px;
	background: url(Images/FooterBG.jpg) no-repeat center top;
}
.button{
	float: right;
	border: thin solid #666;
	background-color: #DDD;
	margin-right: 10px;
}
.input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#message{
	width: 400px;
}