body {
	margin: 0px;
	padding: 0px;
	font: 14px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}

a {
	color: #3366cc;
	text-decoration: underline;
}

a:hover {
	color: #cc3333;
	text-decoration: underline;
}

a:active {
}

a:visited {
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}



/* Base Headings */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #cc3333;
	letter-spacing: -2px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	color: #cc3333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}

div.backtotop {
	margin: 0px;
	font-size: 11px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

#footer {
	text-align: center;
	padding: 15px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	clear: both;
	font-size: 11px;
	background-color: #333333;
	color: #FFFFFF;
	background: url(../images/bg_header.gif) repeat-x top;
}

#footer p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#footer2 {
	text-align: center;
	padding: 15px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	clear: both;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	width: 935px;
}

#footer a {
	color: #999999;
}

div.banner {
	float: right;
	margin: 18px 2px 0px 0px;
}

#header {
	background: url(../images/bg_header.gif) repeat-x top;
	height: 121px;
	margin: 0px;
	padding: 0px;
}

#header .container {
	width: 944px;
	text-align: left;
}

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#content {
	clear: both;
	text-align: left;
	width: 950px;
}

#table h3 {
	margin: 0px;
	font-size: 13px;
}

#table h4 {
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
}

#table td {
	padding: 10px 3px 10px 3px;
}


/* Breadcrumb */

#breadcrumb {
	width: 100%;
	background-color: #DDDDDD;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	border-top: 3px solid #CC3333;
	border-bottom: 2px solid #DDDDDD;
}

#breadcrumb div.container{
	width: 924px;
	color: #333333;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: left;
}









.size11 {
	font-size: 11px;
}

/*- Menu Tabs--------------------------- */ 


#tabs {
	float: left;
	width: 100%;
}

#tabs div.container {
	width: 934px;
	font-size: 14px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-position: top;
	background-repeat: repeat-x;
}

    #tabs ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
	float: left;
	background: url("../images/tableft.gif") no-repeat left top;
	margin: 0px 2px 0px 0px;
	padding: 0 0 0 6px;
	text-decoration: none;
}
		
    #tabs a span {
	float: left;
	display: block;
	background: url("../images/tabright.gif") no-repeat right top;
	padding: 5px 15px 5px 8px;
	color: #FFFFFF;
}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFFFFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
	  color: #333333;
      }
		
	 #tabs a.selected {
      float:left;
      background:url("../images/tableft_selected.gif") no-repeat left top;
      margin:0px 2px 0px 0px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
      
    #tabs a.selected span {
      float:left;
      display:block;
      background:url("../images/tabright_selected.gif") no-repeat right top;
      padding:5px 15px 5px 8px;
      color:#FFFFFF;
}

.box {
	background: url(../images/box_bg.gif) repeat-x bottom;
	border: 1px solid #CCCCCC;
	padding: 15px 15px 0px 15px;
	margin: 15px 0px 15px 0px;
}









ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
}

li {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	list-style: square outside;
	line-height: 14px;
}

.rollover1 a {
display:block;
width: 90px;
padding: 0px;
background: url("images/more.gif") 0 0 no-repeat;
text-decoration: none;
}
.rollover1 a:hover { 
background-position: 0 -35px;
color: #049;
}
.rollover1 a:active {
background-position: 0 -70px;
color:#fff;
}









a.button {
	display: block;
	font-size: 13px;
	color: #FFFFFF;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	font-weight: bold;
	background-color: #cc3333;
	border-top: 1px solid #ff6666;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #ff6666;
	margin: 0px;
	text-align: center;
}

 a.button:hover {
	background-color: #666666;
	border-top: 1px solid #999999;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #999999;
	color: #FFFFFF;
	text-decoration: none;
}

a.button2 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	font-weight: bold;
	background-color: #cc3333;
	border-top: 1px solid #ff6666;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #ff6666;
	margin: 0px;
	text-align: center;
}

 a.button2:hover {
	background-color: #666666;
	border-top: 1px solid #999999;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #999999;
	color: #FFFFFF;
	text-decoration: none;
}

.spacer {
height: 15px;
clear: both;
padding: 0px;
margin: 0px;
}









div.exp-box {
	float: left;
	display: block;
	width: 146px;
	background-color: #EEEEEE;
	margin: 0px 10px 20px 0px;
	padding: 0px;
	font-size: 12px;
	border: 1px dotted #CCCCCC;
}

.exp-box h2 {
	font: 16px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.exp-box h2 a {
	color: #cc3333;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

.exp-box h2 a:hover {
	text-decoration: underline;
	border-bottom: none;
}

.exp-box img {
	border: 1px solid #FFFFFF;
	margin: 0px 0px 5px 0px;
}

.exp-box p {
	margin: 0px;
}

.exp-box ul {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	list-style: none inside;
}

.exp-box li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;
}

.padding {
	padding: 3px 7px 7px 7px;
}

.padding {
	padding: 3px 7px 7px 7px;
}

.padding2 {
	padding: 3px 7px 0px 7px;
}







div.exp-box2 {
	float: left;
	display: block;
	width: 218px;
	background-color: #EEEEEE;
	margin: 0px 20px 20px 0px;
	padding: 0px;
	font-size: 12px;
	border: 1px dotted #CCCCCC;
	height: 260px;
}

.exp-box2 h2 {
	font: 16px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.exp-box2 h2 a {
	color: #cc3333;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

.exp-box2 h2 a:hover {
	color: #3366cc;
	text-decoration: underline;
	border-bottom: none;
}

.exp-box2 img {
	border: 1px solid #FFFFFF;
	margin: 5px 0px 5px 5px;
}

.exp-box2 p {
	margin: 0px 0px 10px 0px;
}

.exp-box2 ul {
	margin: 5px 0px 15px 10px;
	padding: 0px;
	list-style: none outside;
}

.exp-box2 li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}










a.more {
  display: block;
  width: 135px;
  height: 22px;
  background: url("../images/more.gif") 0 0 no-repeat;
  text-decoration: none;
}
       
a:hover.more {
  background-position: 0 -22px;
}

a.go {
  display: block;
  width: 55px;
  height: 22px;
  background: url("../images/go.gif") 0 0 no-repeat;
  text-decoration: none;
}
       
a:hover.go {
  background-position: 0 -22px;
}

a.view {
  display: block;
  width: 132px;
  height: 22px;
  background: url("../images/view.gif") 0 0 no-repeat;
  text-decoration: none;
}
       
a:hover.view {
  background-position: 0 -22px;
}

.chromestyle{
width: 878px;
border-top: 1px solid #999;;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
background-color: #444;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background-color: #444;
padding: 7px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
margin: 0;
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 7px 10px 7px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #999;
}

.chromestyle ul li a:hover{
background-color: #555;
color: #FFFFFF;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-top: 0px;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #444;
width: auto;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
padding: 2px 5px 2px 5px;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background-color: #555;
}