body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}

td {
	font-size: 11px;
}

.Normal, .NormalDisabled {
	font-size:11px;
	font-weight:normal;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

img {
 	border: none;
}

p {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.5em;
	margin:0pt 0pt 20px;
}

ul {
	line-height:1.5em;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.5em;
}

.blockquote {
	line-height:1.5em;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.menuBanner {
	background-image:url(images/menuBackground.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 128px;
}

.HomeContentPane {
	background-color: #FFFFFF;
	width: 470px;
}

.HomeContactUs {
	background-color: #FFFFFF;
	width: 380px;
}

.homeFooterLinks {
	padding-left: 4px;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
}

.homeFooterLinks a:link, .homeFooterLinks a:active, .homeFooterLinks a:visited {
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
}

.homeFooterLinks a:hover {
	color: #eab119;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
}

.FooterCopyright {
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
}

h1 {
	color: #057077;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #057077;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	color: #057077;
	font-size: 11px;
	font-weight: bold;
}

h4 {
	color: #057077;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	color: #057077;
	font-size: 11px;
	font-weight: bold;
}



.InternalTitleBanner {
	background-image: url(images/internalBanner.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	width: 850px;
	height: 130px;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
}

.InternalContentPane {
  width: 607px;
	background-color: #FFFFFF; 
}

.InternalRightPane {
  width: 243px;
	background-color: #057077;
}

.AdminContentPane {
	width: 850px;
	background-color:#FFFFFF;
}
.admintoolbar {
	background-color:#e4a90a;
}

.RadMenu_DNNADMIN .item a:link, .RadMenu_DNNADMIN .item a:active, .RadMenu_DNNADMIN .item a:visited {
    background-color: #e4a90a;
    color: #FFFFFF;
	font-family:Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:12px;
	padding-right: 12px;
}

.RadMenu_DNNADMIN .item a:hover {
    cursor: hand;
	font-family:Arial, Verdana;
    cursor: pointer;
    background-color: #CCCCCC;
    color: #000000;
}

.RadMenu_Dnn .vertical .item a:link, .RadMenu_Dnn .vertical .item a:active, .RadMenu_Dnn .vertical .item a:visited  {
  width: 165px;
  height: 22px;
  font-family:Arial, Verdana;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#006d74;
  /*border-bottom: 1px #000000 solid;
  border-right: 1px #000000 solid;*/
  cursor: pointer;
}

.RadMenu_Dnn .vertical .item .disabled a:link, .RadMenu_Dnn .vertical .item a:active, .RadMenu_Dnn .vertical .item a:visited  {
  width: 165px;
  height: 22px;
  padding-left: 8px;
  font-family:Arial, Verdana;
  padding-bottom: 0px;
  background-color:#006d74;
  /*border-bottom: 1px #000000 solid;
  border-right: 1px #000000 solid;*/
  cursor: pointer;
}

.RadMenu_Dnn .vertical .item a:hover {
  width: 165px;
  height: 22px;
  font-family:Arial, Verdana;
  padding-left: 8px;
  padding-bottom: 0px;
  background-color:#32868b;
  color: #e7b01a;
  /*border-bottom: 1px #000000 solid;
  border-right: 1px #000000 solid;*/
  cursor: pointer;
}

.RadMenu_Dnn .vertical .item .link {
  color:#FFFFFF;
  font-size: 11px;
  font-family:Arial, Verdana;
  text-decoration: none;
  line-height: 22px;
  cursor: pointer;
}

.RadMenu_Dnn .vertical .item .link:hover {
  color:#e7b01a;
  font-size: 11px;
  font-family:Arial, Verdana;
  text-decoration: none;
  line-height: 22px;
  cursor: pointer;
}

.RadMenu_Dnn .expandLeft,
.RadMenu_Dnn .expandRight
{
  background-image:url(images/menuArrow.gif);
  background-repeat:no-repeat;
  background-position: right;
}

/*__FormMaster Styles____________________________________________________________________________________________________________________*/
.formmaster
{
	border-right: #000000 0px dotted;
	border-top: #000000 0px dotted;
	border-left: #000000 0px dotted;
	border-bottom: #000000 0px dotted;
	border-collapse: collapse;
}
.formmaster TD
{
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.NormalTextBox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}