/***********************************************************************

***********************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	background-color: #8AABC1;
}
td,th,p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
/* Link Styles */
a:link {
	color: #0066CC;
	text-decoration : none;
}
a:visited {
	color: #006699;
	text-decoration : none;
}
a:hover {
	color: #FF0000;
	text-decoration : none;
}
a:active {
	color: #FF0000;
	text-decoration : none;
}
/* error message */
.CODE  { 
	font-family: Courier, Courier New, Verdana, Arial;  
	font-size: 12px; 
	color: #000000; 
	font-weight: normal; 
	background-color:#A7BFE0; 
	border: 1px solid #646464; 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px 
}
.style3, a.style3:link, a.style3:visited, a.style3:hover  {
	color: #FFFFFF;
	font-family: Verdana, Arial, Century Gothic, Tahoma;
	font-size: 12px;
	font-weight: bold;
	border-bottom-color: #FFFFFF;
}
.small {font-size: 10px; font-weight:normal; }
.header {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.required {font-size: 9px; font-weight: bold; color: #FF0000; }
.expired {font-weight: bold; color:#000000; }
/* Table Styles */
table.main {
	border: 1px solid #000;
	background-color: #FFF;
}
table.maintop {
	background-color: #FFF;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px none #000;
	border-left: 1px solid #000;
}
table.midmain {
	background-color: #FFF;
	border-top: 1px none #000;
	border-right: 1px solid #000;
	border-bottom: 1px none #000;
	border-left: 1px solid #000;
}
table.mainbottom {
	background-color: #FFF;
	border-top: 1px none #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}


.tback {
	background-repeat: no-repeat;
}
td.featured, .featured {
	background-color: #FFFFFF;
	padding: 6px;
	border: 0px;
	background-image: url(/images/featured_tb-bg.jpg);
	background-repeat: repeat-x;
}
td.featuredth, featuredth {
	background-color: #C6D3E3;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px #8B96A3;
	border-right: 1px #8B96A3;
	border-bottom: 1px solid #8B96A3;
	border-left: 1px #8B96A3;
}

.tdspace {	
	padding: 4px 16px; 
}
.tableborder { 
	border: 0px; 
	background-color: #000000; 
	padding: 0px; 
	margin: 0px; 
}
.tablebasic  {
	padding: 4px;
	border: 0px;
}
.tablefill   { 
	border: 1px solid #999; 
	padding: 6px; 
}
.tablefilltop   {
	padding: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px none #999;
	border-left: 1px solid #999;
}
.tablefillmid   {
	border-top: 1px none #999;
	border-right: 1px solid #999;
	border-bottom: 1px none #999;
	border-left: 1px solid #999;
}
.tablefillbottom   { 
	border: 1px solid #999; 
	padding: 6px; 
}
.pformstrip { 
	background-color: #FFF; 
	color: #000; 
	font-weight: bold; 
	font-size: 12px; 
	padding: 4px; 
}
.pformstrip a:link, .pformstrip a:active, .pformstrip a:visited { 
	color: #000; 
	text-decoration: none;
}
.pformstrip a:hover { 
	color: #000; 
	text-decoration: underline; 
}
.pformleft  { 
	background-color: #FFF; 
	font-weight: bold; 
	padding: 4px; 
	width: 90%}
.pformright  {
	background-color: #FFF;
	font-weight: bold;
	padding: 4px;
	width: 10%;
}
.pformsmall  { 
	background-color: #FFF; 
	padding: 4px; 
}
.maintitle {
	vertical-align: middle;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}
.maintitle a:link, .maintitle  a:visited, .maintitle  a:active { color: #000 }
.maintitle a:hover { color: #000 }
.image {border-color:#CCC }

/* NAV Styles */
.nav {
	font-size: 11px;
	font-weight: bold;
	background-color: #6C93C0;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	list-style-type: none;
	list-style-image: url(/css/bullet.gif);
	padding-top: 2px;
	padding-bottom: 2px;
}
.navsmall {
	font-size: 10px;
	font-weight: bold;
	background-color: #6C93C0;
	color: #FFF;
	text-align: center;
	list-style-image: url(/css/bullet.gif);
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
.navmain {
	font-size: 12px;
	font-weight: bold;
	background-color: #006699;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	list-style-type: none;
	list-style-image: url(/css/bullet.gif);
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
a.nav:link, a.nav:visited, a.navsmall:link, a.navsmall:visited {
	color: #FFF;
	text-decoration : none;
	font-weight: bold;
}
a.navmain:link, a.navmain:visited {
	color: #FFFFCC;
	text-decoration : none;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	letter-spacing: 1px;
}
a.nav:hover, a.navsmall:hover {
	color: #000066;
	text-decoration : none;
}
a.navmain:hover
{
	color: #99CCFF;
	text-decoration: none;
	text-align: center;
}
.navbar, a.navbar:link, a.navbar:visited {
	color: #FFFFCC;
	text-decoration : none;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
	background-color: #336699;
	border: 1px solid #000066;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.navbar:hover
{
	color: #000033;
	text-decoration: none;
	background-color: #6699CC;
	border: 1px solid #000066;
}

.navadmin, a.navadmin:link, a.navadmin:visited {
	font-size: 14px;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFF;
	text-align: center;
	list-style-image: url(/css/bullet.gif);
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.navadmin:hover
{
	color: #000000;
	text-decoration: none;
}

.norm {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFF;
	color: #000066;
}
/* form styles */
input, select,textarea 
{
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}
.button {
	border: 1px solid #000000;
	color: #000000;
	background-color: #99CCFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}
.menu{
	background-color: #0066CC;
}
.silver{
	background-color:#999;
}
.white{
	background: #5D7B86;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: capitalize;
}
.breadcrumb {
	font-weight: bold;
	margin-left: 20px;
}
.cat {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a.cat:link, a.cat:visited {
	color: #003399;
	text-decoration: none;
}
a.cat:hover {
	color: #FF6600;
	text-decoration: none;
}

.catwhite {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #DCDCDC;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-transform: capitalize;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.dkblbg {
	color: #FFFFFF;
	background-color: #002480;
}
ul {
	margin-top: 1px;
	margin-bottom: 1px;
}
li {
	padding-bottom: 8px;
}
.spacedpara {
	line-height: 16px;
}
.redcat {
	color: #FF0000;
}
.redH {
	color: #FF0000;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}
.smallgrey {
	font-size: 10px;
	font-weight:normal;
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
