/* CSS Document */
html, body {
	background-color:#001852;
    background-image: url("images/drops.jpg");
	width:100%; height:100%;
	margin:0px; padding:0px;
	font: 11px Tahoma, Verdana;
}
html {
    background-image: url("images/drops.jpg");
/*    background-repeat: no-repeat;
    background-position: left center;
    background-color: green;*/
}
body {
/*    background-color: DarkBlue;
    background-image: url("images/drops.jpg") no-repeat center center fixed;
    background-size: 100%;*/


    background: url(images/drops.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

/*	background:url("images/bg2.jpg") no-repeat;
	background-position: 30% top;
	margin:0 auto*/}
p {
	font-family: Tahoma, Verdana;
	font-size:16px;
}
li {
	font-family: Tahoma, Verdana;
	font-size:16px;
}
img {
	border:0px;}
#page {
	width:1260px; height:768px;
	margin:0 auto; z-index:1}

#top {padding-top:30px;}
#top div {float:left}
.logo {font:26px "Century Gothic", Arial;
	color:#fff;
	line-height:26px;
	text-transform:uppercase;}
	.logo_text {color:#91aac3 !important;
	font:16px Tahoma, Geneva, sans-serif;
	line-height:35px}

#menu {clear:both;}
#menu div {float:left}
#menu .menu {background:url("images/2.png") repeat-x;
		line-height:43px; width:1260px;}
	  .menu a {text-decoration: none;
                font-size: 18px;
	  			background-image:url('images/4.jpg');
				background-repeat:no-repeat;
				background-position:right 2px;
				padding:10px; padding-bottom:11px; padding-left:6px; color:#034687;}
	  .menu a:hover {text-decoration:underline;}
	  
#content {
	clear:both;
	width:1200px; height:600px;
	background-color: Gainsboro;
    
	padding:30px;}
span.copy, .copy a {color:#345582}
h3 {margin-top:0px}

a
{
       color: #164789;
}

a:hover
{
       text-decoration: none;
}

img.alignleft {
    float: left;
    display: inline;
    padding-right: 20px;
    padding-bottom: 20px;
}

img.alignright {
    float: right;
    display: inline;
    padding-right: 20px;
    padding-bottom: 20px;
}


