﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* font-color: #144fa3;C6DFFC CCCCFF */
	font-color: #144fa3;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #144FA3;
	border-bottom: 2px solid #144FA3;
	border-left: 2px solid #144FA3;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 698px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
/* #navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #144fa3;
} */
#menuv {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #144fa3;
}

#content {
	float: left;
	width: 535px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-right: 1px solid #ef2b2d;
	border-bottom: 1px solid #ef2b2d;
	border-top: 1px solid #ef2b2d;
	border-left: 1px solid #ef2b2d;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

/* #menuv		/* position, size, and font of  menu */
/*	{	
	position:absolute;	
	top:19em;
	left:6em;
	z-index: 10;
	width: 8em;						/* [1] width of menu item (i.e., box) */
/*	text-align: center;
	font-size: 0.9em;
	font-family: helvetica, arial, geneva, sans-serif;
	} */

#menuv ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#menuv li {
	display: block;
	margin: 0;
	padding: 0;
	/* border: 1px solid #144fa3; */
	border: 1px solid #144fa3;
	/* background-color: #dfb8df;174C98 */
	background-color: #144FA3;
}
#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:1px solid #555;		/* adds bottom border */
	white-space:nowrap;
	}

	padding-bottom: 0.2em;
	border-bottom:1px solid #555;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	/* background-color: royalblue; */
	background-color: #CCCCFF;
	text-decoration:none;				/* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				/* all menus on mouse-over */
	{
	/* color: white; */
	color: #000000;
	/* background-color: cornflowerblue; */
	background-color: #CCCCFF;
}
		
#menuv li
	{
	list-style-type:none;		/* removes bullets */
	}
	
#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 9.5em;				/* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				/* keeps the menu parts together */
	padding:0;
	width: 9.5em;			/* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6,h7,h8,h9,h10.h11.h12.h13.h14.h15.h16 {
	color: #144fa3;
}
#content img {
	padding: 5px;
	border: 0px solid #144fa3;
}
/* Footer Styles */
#footer p {
	color: #144fa3;
}
#footer a {
	color: #144fa3;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	/* color: #402640; */
	color: #A1C4F6;
	text-decoration: underline;
}
a:hover {
	color: #77aafb;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

	
