body
{
	margin: 0px;
}

 a {
	color: #000066;
	text-decoration: none;
}
a:hover{
	color: #000066;
	text-decoration: underline;
}












.thinline {
	background-color: #000066;
	height: 3px;
}
.navbox {
	padding: 0px 0px 0px 0px;
	
	/*line-height: 30px;*/
}

.navbox ul
{

	margin: 5px;
	padding: 5px;
	list-style-type: none;
}

.navbox li a
{
	list-style-type: none;
	font-size: 11px;
	list-style-position: outside;
	display: block;
	height: 25px;
	border-left: 4px solid #ccc;
	padding-left: 4px;
}

.navbox li a:hover
{
	border-left: 4px solid #990000;
}


.navbox h1
{
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	/*text-decoration: underline;*/
	border-bottom: 2px solid #990000;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
}
.content {
	padding: 8px 10px 8px 10px;
	/*background-color: #ccc;*/
}
.content img, .right
{
	float: right;
	margin: 10px;
}



.blueline {
	background-image: url(images/bluethinline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.thinlineopp {
	background-image: url(images/bluethinline.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.box {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.adbox {
	padding: 10px;
}

.tableborder {
	border: 2px solid #990000;
}

select {
	width: 100px;
}
.textlayer {
	visibility: hidden;
}
.iTextBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 150;
}
.iSelectBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 150;
}
.iTextAreaBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 350;
}
.iCheckBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 16;
}
.boxlefttop {
	background-image: url(images/boxTopLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxtop {
	background-image: url(images/boxTop.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.boxrighttop {
	background-image: url(images/boxTopRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxleft {
	background-image: url(images/boxLeft.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.boxright {
	background-image: url(images/boxRight.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.boxleftbot {
	background-image: url(images/boxBottomLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxbot {
	background-image: url(images/boxBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.boxrightbot {
	background-image: url(images/boxBottomRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.border {
	border: 1px solid ff6600;
}
.leftrightpad{
	padding-left: 5px;
	padding-right: 5px;
}
.border {
	border: 1px solid #000066;
}

#pthumb
{
	width: 550px;
	padding: 20px;
	float:left;
	}
#pthumb img 
{
	float:left;
	width: 256px;
	height: 192px;
	margin: 5px;
	}




h1
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	color: #000;
	/*color: #000066;*/
}
p, td, li
{
	margin: 0px 0px 10px 0px;
	color: #000;
	/*padding-left: 10px;*/
}
p
{
	text-align: justify;
}
li
{
	/*-list-style-type: square;*/
	color: #990000;
}

.featured
{
	background-color: #990000;
	width: 200px;
	margin: 10px;
	text-align: center;
}
.resources img
{
	float: left;
	width: 256px;
	height: 192px;
	margin: 5px;
	
}
.res
{
	float: left;
	background-color: #ccc;
	width: 120px;
	margin: 10px;
	text-align: center;
	padding: 5px;
}
.res img
{
	width: 100px;
	height: 100px;
}
fieldset
{
	border: 1px solid #ccc; 
	margin: 5px;
}
.redtext {color: #ff0000; text-decoration: underline;}