/* @override http://www.nvpef.org/styles.css */

.arial14wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.arial14blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.arial10blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.arial10wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.arial10wht a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar {
	padding: 25px;
	background-color: #757f81;
	color: white;	
}

#sidebar h3 {
	color: white;
	border-bottom: solid 1px;
}

#side_menu {
	background-color: #757f81;
	margin: 25px 0px 25px 25px;
	padding: 0px 15px 0px 15px;
	color: white;
	float: right;
	width: 250px;
}


#side_menu a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#side_menu a:hover {
	text-decoration: underline;
}

#side_menu ul li {
	list-style-type: none;
	padding: 5px;
}

div#page_menu {
	width: 200px;
	float: left;
}

div#menu_wrapper {
	overflow: hidden;
}
.arial10wht a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.arial10wht a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.arial11wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11bpx;
	color: #FFFFFF;
}
.arial11wht a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.arial11wht a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.arial11wht a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.arial18bRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6F090B;
}
.contentBkgd {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.dkRedBkgd {
	background-color: #70090C;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.dkredbkdg2 {
	background-color: #70090C;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
body {
	background-color: #1D382F;
}
.times16bWht {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 7px;
}
.navBkgd {
	background-color: #FFFFFF;
	background-image: url(images/navBkgd.gif);
	background-repeat: repeat-y;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #6F090B;
}

/*  ================ NEW CSS =================== */
h3 {
	color: maroon;

}

.fp a:link {
	color: gray;
}

.fp p {
	margin-bottom: 0px;
}

#right_col {
	float:left;

}

#left_col {
	float:left;
}

iframe {
	margin-bottom: 30px;
}

#coming-soon {

	color: white;
	text-align: center;
	font-family: 'Candal', sans-serif;
	
	background: rgb(183,183,183); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(183,183,183,1) 0%, rgba(107,107,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,183,183,1)), color-stop(100%,rgba(107,107,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(107,107,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(107,107,107,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(107,107,107,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#6b6b6b',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(183,183,183,1) 0%,rgba(107,107,107,1) 100%); /* W3C */
	
}
