@charset "utf-8";
/* CSS Document */

/* red:#e60108 */
/* green:#019839 */
/* blue:#2c6cb3 */
/* yellow:#ffee00 */

/* Display vertical scrollbar */	
html {
	overflow-y:scroll;
	} 

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0px;
	background-color:#e60108;
}
a{
	text-decoration:none;
	color:#2c6cb3;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#e60108;
	font-weight:bold;
}
h1{
	font-size:medium;
}
h2{
	font-size:small;
	margin-bottom:5px;
	padding-bottom:0px;
}

h3{
	font-size:small;
	margin-bottom:5px;
	padding-bottom:0px;
}
p{
 margin-top:0px;

}
.blue{
	color:#2c6cb3;
}

/* Header */
.header {
	height:240px;
	padding:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background:url("../images/head.gif");
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
.head {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:50px 0px 0px 0px;
	width:720px;
}
.logo {
	margin-top:12px;
	background:url("../images/logo.gif");
	background-repeat:no-repeat;
	float:left;
	width:360px; 
	height:80px;
}
a.logo-img {
	display:block;  
	width:360px; 
	height:80px;
	text-indent:-9000px; 
}
.address {
	float:left;
	margin-top:7px;
	text-align:center;
	width:300px; 
	height:85px;
}
.address p{
	margin:0px 0px 5px 0px;
}
.navigation {
	clear:left;
	display:block;
	width:100%;
	text-align:center;
	padding-top:40px;
	color:#ffffff;
	font-weight:bold;
}

/* End Header*/

/* Menu */

.navigation ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	text-align:center;
}

.navigation li {
	display:inline;
}

.navigation a {
	padding:0px 5px 0px 15px;
	background:url(../images/bullet.gif) no-repeat left center;
	color:#ffffff;
}

.navigation a:hover {
	text-decoration:none;
	color:#ffee00;
}

.navigation .first a {
	background:none;
}
/* End Menu */

/* Body */
.content{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:10px 40px 40px 40px;
	width:680px;
	background:url("../images/splat.gif") #ffffff;
	background-position:bottom left;
	background-repeat:no-repeat;
	overflow:hidden;
}
.background1{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background:url("../images/splat3.gif");
	background-position:top center;
	background-repeat:no-repeat;
}
.background2{
	background:url("../images/splat2.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
}
.illustrations {
	float:left;
	width:200px; 
	margin:0px 20px 5px 0px;
	font-size:small;
}
.login {
	float:left;
	width:180px; 
	padding:10px 10px 10px 10px;
	border:1px solid #019839;
	font-size:x-small;
}
form{
margin:0px;
padding:0px;
}
.block-right-200 {
	margin-left:220px;
}

/* End Body */

/* Footer */

.footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	height:140px;
	background:url("../images/foot.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
}

.base {
	text-align:center;
	font-size:x-small;
	color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	height:140px;
}

/* End Footer */
