/* Base stylesheet */
/* BODY */
body
{
	font-family: tahoma, verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #e9fafc; /* Pale blue */
}

p, h1, h2
{
	color: black;
}

h1
{
	font-size: 1.25em;
}


h2
{
	font-size: 1.0em;
}

/* CONTAINERS */

#outer_container
{
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px 0px;
	background: #e9fafc;
}

#title_container
{
	position: relative;
	margin: 10px 0px 0px 0px;
	height:96px;
	width: 975px;
	background: url("../images/title_pane.jpg");
	border: medium solid rgb(0,0,255)
}

#nav_container
{
	position: relative;
	margin: 0px 0px 10px 0px;
	width: 975px;
	background: #0000ff; /* Blue */
	border: medium solid rgb(0,0,255)
}

#bottom_container
{
	clear: both;
 	margin-right: auto;
	margin-left: auto;
	bottom: 20px;
	width: 980px;
	border: none;
}

#bottom_container p
{
	text-align: left;
	font-size: 0.40em;
}

#bottom_container h3
{
	text-align: center;
	font-size: 1.00em;
}

/* TEXT ROLLOVER */
a:link
{
	color: blue;
	background-color: transparent;
	text-decoration: none;
}
a:visited
{
	color: maroon;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: fuchsia;
	background-color: transparent;
	text-decoration: underline;
}

/* IMAGES */
a img
{
	border: none;
}

