p {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	padding-right: 20px;}

body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #769EF2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
background-image: url(images/mainback.jpg);

	}

table {
  border-collapse: collapse;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #66664C;
	font-weight: bold;
}


h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}
a:hover {
	color: #66664c;
	font-weight: bold;
	text-decoration: none;

}
a.bug:link {
	font-weight: normal;
	text-decoration: underline;
	color: #D2D2D2;
	border-bottom-style: none;
}
a.bug:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #D2D2D2;
	border-bottom-style: none;
}
a.bug:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #D2D2D2;
	border-bottom-style: none;
}
a.bug:active {
	font-weight: normal;
	text-decoration: underline;
	color: #D2D2D2;
	border-bottom-style: none;
}
.subtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #000000;
}
.contenttable {
	background-image: url(images/contentcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px 20px 18px 0px;
margin-left: 15px;
background-color: #F2F5FE;
}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #d2d2d2;
	border: 1px solid #FFFFFF;
}.ordertable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #66664C;
	border-right-color: #66664C;
	border-bottom-color: #66664C;
	border-left-color: #66664C;
}td.ordertd {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #66664C;
	border-right-color: #66664C;
	border-bottom-color: #66664C;
	border-left-color: #66664C;
	padding: 4px;
	height: 25px;
}
.bordertable {
	background-color: #F2F5FE;
	border: 1px solid #66664C;
	background-position: center center;
}

/------------**New Menu----------/

/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	background-color: #66664C;
	margin: 0px 0;
	padding: 0;

}

#menuwrapper {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
	background-color: #66664C;
	

}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}


#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #fff;
	font-size: .85em;
	color: #fff;
background-color: #66664C;
}

#p7menubar a.trigger {
	padding: 5px 15px 5px 10px;
	background-repeat: no-repeat;
	background-position: right;
background-color: #66664C;
background-image: url(images/p7PM_dark_south.gif);
}

#p7menubar li {
	float: left;
	width: 9em;

}

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}

#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 5px 3px 5px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	/*background-image: url(images/p7exp_mgrad.jpg);*/
	/*background-repeat: repeat-x;*/
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;
	background-color: ##66664C;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}

#p7menubar li {width: auto;}


/* CSS Document */



