/* basic elements */

body{
    height: 100%;
	margin: 0px;
	padding: 0px; /* Fix: Opera extra padding */
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}

p {
   font-size: 1em;
   }
   
h1 {
    color:#0F3474;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight:normal;
}

h2 {
    color:#0F3474;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
    color:#0F3474;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;

}
	
a {
    color:#327C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
}

a:hover {
	color:#FF9900;
}

hr {
  border: 0;
  width: 98%;
  height: 1px;
  color: #FF9900
}

#white {
	background-color:#FFFFFF;
}


/* image padding */
.imgpad {
	padding: 0px 0px 0px 20px;
}

/* specific divs */
/* main central div*/
div#mainholder {
	width: 720px;
    margin-top:20px;
    margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF url(../images/nav/nav_back.gif) repeat-y left;
	border: 1px solid #999999;
	}


/*contains the flash or main top image*/
div#topbar {
	padding: 0px;
	text-align: left;
}

/*side bar - navigation holder*/
div#sidebar {
	float: left;
}

/*contains the text contact us link*/
div#sidebar span.contactus {
  /*float: left;*/
  text-align: left;
  padding-left: 13px;
  padding-top: 16px;
  font-size: 0.9em; 
  }



/*navigation divs, edit menu.css for typography*/
div#nav {
      width: 160px;
	  float: left;
	  text-align: left;
	  margin-top:22px
	  
}

div#nav ul {
	margin: 0px;
	padding: 0px;
	
}

div#nav li {
	list-style-type: none;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 12px;
}

div#nav li a {
	color: #FF9900;
	background-position: 5px;
	text-decoration: none;
	
}
	
div#nav li a:hover {
	color: #327C00;
	background-position: 5px;
	text-decoration: none;
}	

/*main content div*/
div#contentholder {
    width: 538px;
	float: right;
	padding-top: 10px;
    padding-left: 0px;
    padding-right: 10px
	
}

#contentholder ul {
	list-style-type: square;
	list-style-image: url('../images/nav/bullet4.png');
	color: #0F3474;
}

/*footer div*/
div#bottombar {
	color: #999999;
	text-align: center;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #FFFFFF url(../images/nav/nav_back.gif) repeat-y left;
}

div#bottombar a {
    color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.9em;
	text-decoration:underline;
}

div#bottombar a:hover {
    color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.9em;
	text-decoration:none;
}

div#bottombar p.footermenu {
	float: center;
	width: 550px;
    margin-bottom:5px;
    margin-left:150px;
    line-height:1.5em
}
div#bottombar p.copyright {
	float: center;
	width: 550px;
    margin-bottom:5px;
    margin-left:150px
}


div#contentholder, main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #000000;
	/*background-color: #FFFFFF;*/
	margin-top: -10px;
	/*padding-left: 10px;*/  
}

#main td
{
	line-height: 1.6em;
}

#main td p
{
	font-size: 1em;
	line-height: 1.6em;
}

#contentholder .boxout {
	padding					: 0.5em;
}
#contentholder .boxedlist p img {
	float					: left;
	clear					: both;
	margin-right			: 1em;
}

#contentholder .boxedlist .summary p {
	font-size				: 0.8em;		
	margin-top				: 0.5em;
	margin-bottom			: 2em;
	
}

#contentholder .boxedlist small.summary,
#contentholder div.summary small {
	font-size				: 0.8em;
	color					: #666;
	padding-left			: 0em;
	margin-left				: 0em;
}

#contentholder .boxedlist .summary p {
	font-size				: 0.8em;
	margin-top				: 1em;
	margin-bottom			: 3em;

}

#contentholder .boxedlist h3 {
	font-size				: 0.9em;
	margin-bottom			: 3px;
}

#contentholder .boxedlist h4 {
	font-size				: 0.9em;
	background				: none;
	color					: #0B5D2C;
	padding-left			: 2.8em;
	border-bottom			: none;
}

#contentholder .boxedlist p {
	margin-top: 2px;
	margin-bottom: 5px;
}

#contentholder .secure {
	background				: #EFEEE0;
}

#contentholder .data_item_nav {
	text-align			: center;
}


.categorylinks li{
padding-bottom: 1px;
}

.categorylinks li a{
margin-left: -3px;
padding: 3px 1px;
font-size: 8pt;
display: block;
color: #009300;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #ececec;
}

.categorylinks li a:hover{
color: #327C00;
}

.categorylinks a:visited{color: #009300; }

.diffpointer{
list-style-image: url(greyarrow.gif);
}

#contactsBor{
	padding: 0px;
	background-color: transparent;
	border: 0px;
	margin-top: 1.5em;
	margin-bottom: 0.5em
}
#contactsBor, p{
	color: #666666
}
#contactsBor, a{
	text-decoration: none
}


.contacts{
	padding: 0px;
	border-bottom: 1px dotted #C0C0C0;
    height: 25px
}

#tableBor{
	padding: 2px;
	background-color: transparent;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 2.5em;
	margin-bottom: 0.5em
}
#tableBorBg{
	padding: 2px;
	background-color: #EEEEEE;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 2.5em;
	margin-bottom: 0.5em
}

#intBor{
	width: 500px;
	padding: 0px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	margin-top: 0.5em;
	margin-bottom: 0.5em
}

#mainlinks img{
	display:block;
}

.imgBor{
	border: 1px solid #cccccc;
}


.bullet td
{
	color: #666666;
}