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

*{margin:0; padding:0;}

body{
	font:1em;
	background-image:url(../images/body.jpg);
	background-repeat:repeat;
}

a {
	color:#ffcc00;
	}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color: white;
	padding: 5px;
	}

h1{
	font-size:3em;
	font-family:"Times New Roman", Times, serif;
	color:white;
	}
	
h2{
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}

h3{
	font-size:1.5em;
	font-family:"Times New Roman", Times, serif;
	color:#FFCC00;
	}
	
h4 {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFCC00;
	padding: 5px;
	}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
	}		
		
h6 {
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	font-weight:bold;
	color:#4E64CA;
	}

ul {
	list-style-position: inside;
	list-style-type: circle;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFCC00;
}
hr{
	width:75%;
	height:2px;
	color:#4E64CA;
	margin:8px;
	}

#wrapper{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border:double #4E64CA 5px;
	background-color:#000066;
	}

#header{
	background-color:#000066;
	height: 155px;
	padding: 10px;
	}
	
#header-inner{
	padding:25px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 112px;
	}

#navbar {
	height: 40px;
	background-color:#000066;
	padding:5px;
	margin:0;
}

#navbar-inner {

	font-family:"Times New Roman", Times, serif;
	font-weight:bold; 
	font-size:1.15em;
	height:auto;
	padding:5px;
	margin:0;
	}
	
#content {
	background-color:#000066;
	margin: 0px;
	padding: 10px;
	width: 825px;
	min-height:200px;
}	
	
#content-inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: black;
	padding: 10px;
}

#disclaim {
	height: 25px;
	width: auto;
	margin:20px 0 0;
}

#footer {
	background-color: #000066;
	width:inherit;
	margin:20px 0 0 50px;
}

#footer-inner {
	font-family: "Times New Roman", Times, serif;
	padding:20px 5px 5px 0;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
}
	
img {
	padding: 5px;
}

.p {
	display:inline;
	color:white;
}