@charset "utf-8";
/* CSS Document */


/* layout */

html { 
	margin:0;
	padding:0;
	height:100%;
}

body { 
	margin:0;
	padding:0;
	height:100%;
	background-color:#bdcee3;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	}

.container {
	position:relative;
	left:0px;
	top:0px;
	margin: 0 auto 0 auto;
	padding:0;
	width:900px;
	min-height:100%;
	background-image:url(../images/palmtrees.png);
	background-position: bottom left;
	background-repeat:no-repeat;
}

* html .container {
	height: 100%;
	margin:0 auto 0 auto;
	padding:0px;
}

.header {
	top:0px;
	width:900px;
	height:125px;
	padding:0px;
	margin:0px;
}

.left {
	float:left;
	left:0px;
	top:0px;
	width:250px;
	height:auto;
	padding:0px;
	margin:0px;
}
.right { 
	float:right;
	right:0px;
	top:0px;
	width:625px;
	height:auto;
	padding:0px;
	margin:0px;
}

.clear {
	clear:both;
	width:900px;
	height:150px;
	margin:150px 0 0 0;
	padding:0;
}

.footer {
	position:relative;
	width:100%;
	height:100px;
	margin:-100px auto 0 auto;
	padding:0;
	background-color:#3e3891;
	background-image:url(../images/footergradient.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
}

* html .footer {
	margin-top: -99px;
}

.footer a {
	text-decoration:none;
	color:#FFFFFF;
}

.footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.footer a:hover {
	text-decoration:underline;
}


/* content */

.content {
	position:relative;
	border: 3px #2b2a78 solid;
	padding:0px;
	margin:0px;
	width:100%;
	background-image:url(../images/transparentwhite.png);
	background-repeat:repeat;
	text-align:center;
}

.text {
	padding: 10px;
	text-align:justify;
}

.picture {
	border: 3px #2b2a78 solid;
	margin-top:10px;
}

.picture a {
	border: 3px #2b2a78 solid;
	margin-top:10px;
}

.trans {
	border:0px;
}

.logo {
	border:0px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:75px;
	width:500px;
}

h3 {
	color: #2b2a78;
}

a, a:visited {
	color: #2b2a78;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	text-align:left;
	padding-right:10px;
}
