/* Style sheet for Press release express site*/
/* html styles*/
html, body{
	font-size: 100%;
	margin:0;
	padding:0;
 } 
 
h1{
	font-size: medium;
	font-weight: bolder;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-size: small;
	color: #666633;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	clear: right;
	padding-bottom: 0px;
}

h3{
	font-size: small;
	color: #666633;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px;
	margin: 3px 0px 0px;
}

h4 {
	font-size: xx-small;
	font-weight: normal;
	line-height: normal;
	padding-top: 0px;
	margin-top: 0px;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 0px;
	margin: 0px;
	color: #666666;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	margin-left: 20px;
	margin-right: 25px;
; list-style-type: none
; font-style: normal; font-weight: normal
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #C40034;
	text-decoration: none;
}

a:hover{
	color: #666666;
	text-decoration: underline;
}

img {
	margin-top: 0px;
	margin-bottom: 0px;
	border:0px none;
}

/* layout table styles*/
#Header{
	background-color: #CcCcCc;
}

#LeftCol{
	background-color: #CcCcCc;
}

#RightCol{
	background-color: #CcCcCc;
}

#MainCol{
	background-color: #FFFFFF;
	border: 1px solid #CCCC99;
}

#Footer{
	text-align: center;
	background-color: #CcCcCc;
	color: #999966;
}

/* navstyles*/
#MainNav{
	background-color: #CC6633;
}

#MainNav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	background-color: #CC6633;
	width: 100%;
	text-align: center;
}

#MainNav ul li{ 
	display: inline;
}

#MainNav ul li a{
	text-decoration: none;
	padding: .2em 1em;
	color: #FFFFFF;
	background-color: #CC6633;
}

#MainNav ul li a:hover{
	background-color: #99CC66;
	text-decoration: underline;
}

/* bottom Nav Style*/
#BottomNav  ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
	font-size: 9px;
}

#BottomNav  ul li{
	display: inline;
}

#BottomNav ul li a{
	text-decoration: none;
	padding: .2em 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
	font-size: xx-small;
}

#BottomNav ul li a:hover{
	text-decoration: underline;
}

#rightnav #navlist{
	margin: 0;
	padding: 0;
}

#rightnav #navlist li{
	margin: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCC99;
}

/* Formatting to seperate Items in Sidebars*/
#boxitem{
	background-color: #CcCcCc;
	display: block;
	margin: 1px;
	padding: 3px 5px;
	border: 2px solid #FFFFFF;
}

 #boxitem h1{
	font-size: small;
	color: #FFFFFF;
	display: block;
	margin: 1px -4px;
	padding: 1px 5px 1px 12px;
	background-color: #C2C0AD;
	border-top: 3px solid #9B9C74;
	border-right: 3px #9B9C74;
	border-bottom: 3px #9B9C74;
	border-left: 3px #9B9C74;
 }
 /*Style for command news items
 #PressRelease {
	font-size: small;
	color: #666666;
	margin-top: -5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
 }
  #PressRelease .Source {
	display: none;
 }
  #PressRelease .Date {
	font-size: x-small;
	color: #666666;
	font-weight: bolder;
	padding-top: 8px;
 }
   #PressRelease  .Headline{
	font-size: small;
	font-weight: bold;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	padding-top: 5px;
	margin-bottom: -10px;
 }
#PressRelease input {
	display: none;
}*/

.Buttons
{
	font-size: 8pt;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:normal;
}

.bulletText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}

.newBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4B4B4B;
}


.faq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #BC0000;
	text-decoration: none;
}

.faq:hover
{
	text-decoration: underline;
}

.faq:visited {
	color: purple;
}