/*Begin Body*/

body {
	/*background: #00008B;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url("pictures/owlLogo.png") repeat;
}

p {
	text-indent:1.5em;
	color:#EE2C2C;
	font-size:1.5em;
}

img {
	text-align:center;
}
  
#container {
	background: #FFFFFA;
	width:1015px;
	height: 1200px;
	font: 80% Comic Sans MS, Helvetica, sans-serif;
	text-align: left;
	margin:auto;
	border-bottom: ridge thick #CD0000;
	border-left: ridge thick #CD0000;
	border-right: ridge thick #CD0000;
	border-top: ridge thick #CD0000;
	padding: 10px 5px 0px 5px;
}


#logo {
	background-color:#FFFFFA;
	float:left;
	width:963px;
	height: 190px;
	border-bottom: ridge thick #CD0000;
	margin-bottom: 5px;
	
}

h1 {
	color:	#00008B;
	text-align: center;
	font-weight:bold;
	font-size: 3em;
	text-decoration: underline;
	
}

h2 {
	color:	#00008B;
	text-align: center;
	font-weight:bold;
	font-size: 1.75em;
}

#intro {
	width:730px;
	float: right;
	color: 	#000000;
	padding: 0 0 0 10px;
	margin: 0;
	
}

#intro li a:hover {
	color: #FF0000;
}
#intro a:link {
	color: #0000EE;
}

#intro a:visited {
	color: #000000;
	font: 15px Comic Sans MS, Helvetica, sans-serif;
}

#intro2 {
	width:740px;
	float: right;
	color: #0000CD	;
	padding: 0;
	margin: 0;
	text-align:center;
}

#intro2 a:link{
	color: #FF0000;
	font-size: 16px;
}


#footer {
	border-bottom: ridge thick #CD0000;
	border-left: ridge thick #CD0000;
	border-right: ridge thick #CD0000;
	border-top: ridge thick #CD0000;
	height: auto;
	width:963px;
	text-align:center;
	font-size: .9em;
 	font-style: italic;
	color: 	#0000CD;
	background:#FFFFFA;
 
}

#footer p {
	color:#00008B;
}

/*End Body*/

/*NEW VERTICAL NAVIGATION CSS*/

#sidebar {
	position:relative; top:-16px; right:40px;
	font-size:12px;
	width: 200px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	}

#sidebar ul {
	list-style-type:none;
	}
	
#sidebar li a {
	height: 28px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 28px;
	text-decoration: none;
	}	
	
#sidebar li a:link, #sidebar li a:visited {
	color: #00008B;
	display: block;
	background:  url("pictures/menu4red.png");
	padding: 8px 0 0 10px;
	}
	
#sidebar li a:hover {
	color: #FFFFFF;
	background:  url("pictures/menu4red.png") 0 32px;
	padding: 8px 0 0 10px;
	}	
	
/*END NEW VERTICAL NAVIGATION CSS*/	

/*NEW GLOBAL NAV*/

#nav {
	position:relative; top:1px; right:-112px;
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
	border-bottom:thin;
	border-color: #FF0000;
    }
    
#nav ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	
    }
    
#nav li {
    display:inline;
    margin:0;
    padding:0;
	
    }
    
#nav a {
    float:left;
    background:url("pictures/tableft6red.png") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
	
    }
	
#nav a span {
    float:left;
    display:block;
    background:url("pictures/tabright6red.png") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#00008B;
	
    }
    
	/* Commented Backslash Hack hides rule from IE5-Mac *\
#nav a span {float:none;}
    /* End IE5-Mac hack*/ 
#nav a:hover span {
    color:#FFFFFF;
    }
    
#nav a:hover {
    background-position:0% -42px;
    }
    
#nav a:hover span {
    background-position:100% -42px;
    }
		
/*END NEW GLOBAL NAV*/


