﻿@import url("Hnav.css");
@import url("Vnav.css");

/*----------GENERAL LAYOUT-----------*/

html,body
{
	margin:0;
	padding:0;
}
body
{
	font: 12px arial, trebuchet, sans-serif;
}
div#header
{
	background-color:#00407D;
	height:100px;
	width: 1000px;
}

div#left
{
	background:#00346f;
	float:left;
	width:160px;
	margin-left:-100%;
	padding:0;
	height:620px;
}
div#right
{
	background:#FFF;
	float:left;
	width:10px;
	margin-left:-10px;
}
div#footer
{
	clear:both;
	width:1000px;
	background-color:#999;
	color: #fff;
	text-align:center;
}

div#wrapper
{
	float:left;
	width:100%;
}
div#content
{
	width:840px;
	margin-top:10px;
	margin-left:175px;
	margin-right:25px;
}


input
{
   color:#01336E;
   background-color:#fff;
   border-style:solid;
   border-color:#002449;
   height:20px;
}

.searchImage
{
	border-width:2px;
  border-color:RED;
}
/*----------LEFT COLUMN ELEMENTS-----------*/
div#left h3
{
	padding:0px 0px 0px 10px;
	color:#fff;
	font-size:1.2em;
}

div#searchdiv
{
	padding:0px 0px 0px 15px;
}

/*----------CENTER COLUMN ELEMENTS-----------*/
.pview
{
	float:left;
	padding:20px;
	width:150px;
	height:225px;
}

.pview a
{
	text-decoration:none;
}

.pview a:link, .pview a:visited
{
	text-decoration:none;
	color:#00f;
	
}

.pview img
{
	border-style:none;
}

#clearer
{
	clear:both;
}


#faqlist
{
	display:block;
	padding: 0px;
	margin: 0px;
	font-weight:bold;
	font-size:13px;
}

#faqlist li{ 
	display: inline;
}

#faqlist a
{
	color: #fff;
	text-decoration: none;
	text-align:center;
	width:125px;
	background-color:#00346f;
	padding:3px;
}

#faqlist a:visited, #faqlist a:active 
{
	color: #fff;
}

#faqlist a:hover
{
	color: #ccc;
}

.tbl2col
{
	width:200px;
}

.tbl3col
{
	width:150px;
}

a.categoryView
{
  margin: 0px;
  list-style-type: none;
  font-size: 12px;
  font-variant: small-caps;
  font-weight: bold;
  text-decoration: none;
  color: #00346f;
}

a.categoryView:hover
{
  text-decoration: underline;
}