/* CSS Document */

body, html {
	margin:0;
	padding:0;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#dcdcff;
	}
	
/* Page Divisions */
	
#splashouter {
	height:800px;
	width:100%;
	background:url(images/splashbg.png) top center no-repeat;
	margin-top:25px;
	}
	
#splashinner {
	margin-top:25px;
	text-align:center;
	}

#wrap {
	background:url(images/MoroBG2.jpg) top left no-repeat;
	}

#header {
	height: 100px;
	width:100%;
	border-bottom-color: #000066; 
	border-bottom-style: solid;
	border-bottom-width: medium;
}

#container{
	overflow:hidden;
	width:900px;
	height:710px;
}

#content{
	width:500px;
	float:right;
}

#nav{
	width:300px;
	float:left;
	margin-left:75px;
	margin-top:175px;
}

#footer {
	clear:both;
	margin-left:135px;
	margin-top:675px;
	}
	

/* Styles */

#header img {
	margin-left:80px;
	margin-top:22px;
	}

img.inline {
	display:inline;
	float:right;
	margin:5px;
	}

td.border { border-bottom-color: #000066; 
border-bottom-style: solid;
border-bottom-width: medium;
 }

.text {
padding:0 20px;
}

img.header {
padding:0 15px;
}

h1 {
font-size:16px;
font-weight:bold;
}

p {
font-size:13px;
line-height:1.5em;
}

p.footer {
font-size:10px;
color:#ccf;
}

a:link {
color:#669;
}

a:visited {
color:#99f;
}
