/******************
HTML Tags
******************/

body
{
	font-family: Arial;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10pt;
	text-align: center;
	background-color: white;
}

a:link { 
	color: blue;
	text-decoration: none;
	}
a:visited { 
	color: blue;
	text-decoration: none;
	}
a:hover
{
	color: red;
	text-decoration: underline;
}
a:active { 
	color: blue;
	text-decoration: none;
	}

.leftlisttitle
{
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
	background-color: silver;
}

.menubar
{
	background-color: #253b5a;
	font-size: 11pt;
}

a:link.menubar { 
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
a:visited.menubar { 
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
a:hover.menubar
{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a:active.menubar { 
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

.dropdownmenu
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #ecece7;
}

.navigation
{
	background-color: #bcc5d0;
	width: 150px;
	height: 500px;
	border-right: #253b5a 1px solid;
	border-top: #253b5a 1px solid;
	border-left: #253b5a 1px solid;
	border-bottom: #253b5a 1px solid;
}

.footer
{
	color: white;
	background-color: #253b5a;
	text-align: center;
}

.personnelname
{
	color: #253b5a;
}

.personneltitle
{
	font-weight: bold;
	color: #253b5a;
}

.pagetitle
{
	font-size: 20pt;
	color: Navy;
	font-weight: bold;
}

.sitetitle
{
	font-size: 24pt;
	color: #253b5a;
	font-weight: bold;
}

.contenttitle
{
	font-size: 16pt;
	color: Navy;
	font-weight: bold;
}

.pagesmall
{
	font-size: 8pt;
	color: gray;
}

.pagesmallwhite
{
	font-size: 8pt;
	color: white;
}

.contentfieldset
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 8pt;
	margin-bottom: 10px;
}

.parcelfieldset
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: 8pt;
	color:Red;
	margin-bottom: 10px;
}

.subscriptionheading
{
	font-size: 10pt;
	font-weight: bold;
}

.navigateleft
{
	font-size: 8pt;
	background-color: #ECECEC;
	width: 200px !important;
}

.navigatefieldset
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 8pt;
	margin-bottom: 10px;
	background-color: #ECECEC;
	width: 200px;
	height: 100%;
}

.textboxnormal
{
	background-color: white;
}

.textboxerror
{
	background-color: #ffc0bb;
}

.message
{
	color: red;
	background-color: yellow;
}

.rightheader
{
	padding-top: 10px;
	font-weight: bold;
}

#leftheader
{
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: navy;
	height: 50px;
	width: 650px;
	color: white;
	vertical-align: bottom;
	font-size: 16pt;
	font-weight: bold;
}	

#rightheader
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: navy;
	color: white;
}	

#leftnavigation
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	height: 30px;
	font-size: 8pt;
}	

#rightnavigation
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	text-align: center;
}	

#leftcontent
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	height: 300px;
	vertical-align: top;
}	

#rightcontent
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: navy;
	color: white;
	vertical-align: top;
}	

#leftfooter
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: navy;
	height: 50px;
	color: white;
	font-size: 8pt;
}	

#rightfooter
{
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	background-color: navy;
	color: white;
}	

.directoryType
{
	font-size: 12pt;
	font-weight: bold;
}
.directoryEntityTitle
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.directoryEntityDetail
{
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}
.directoryNormal
{
	font-size: 8pt;
	font-weight: normal;
}

.accordianheader
{
	font-size: 10pt;
}
.accordianselected
{
	font-size: 10pt;
	font-weight: bold;
}
.accordiancontent
{
	font-size: 8pt;
	background-color: #ECECEC;
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
	padding: 10px;
}

.announcementcontent
{
	font-size: 8pt;
	color: gray;
	padding-left: 15px;
}
