
/** BASIC background: #FFFFFF;  */

html{
background:url(images/body-bg.gif) repeat-x center top #6f7981;

}

body {
	margin: 0px;
	padding: 0px;
	/* background: #FFFFFF; */
background:url(images/body-bg-top.gif) no-repeat center top;


}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
	color: #5397C7;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	margin-bottom: 15px;
	font-size: 11px;
	/** color: #D88400; */
	color: #0055a5;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 0a0b0b;
	
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 170%;
}

.list1 {
	margin-left: 0px;
	padding-left: 5px;
	list-style: none;
}

.list1 li {
	padding-left: 15px;
	background: url(images/homepage16.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #0E8DC2;
}

a:hover {
	text-decoration: none;
}

.more {
	padding-left: 15px;
	background: url(images/homepage09.gif) no-repeat left top;
}
.wp {
	padding-left: 15px;
	background: url(images/pdfsm.gif) no-repeat left top;
}
.chk {
	padding-left: 15px;
	background: url(images/homepage16.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}
img.center {
	float: center;
	margin: 0px 0px 0px 20px;
}

img.border {
	border: 5px solid #E4E4E4;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	width: 912px;
	height: 91px;


}

/** SEARCH */

#search {
	padding: 75px 0px 0px 0px;
}

#search form {
	width: 313px;
	height: 30px;
	padding: 6px 0px 0px 6px;
	background: url(images/homepage02.gif) repeat-x left top;
	border: 1px solid #E9E9E9;
}

#search input {
	float: left;
}

#search .input-text {
	width: 230px;
	height: 19px;
	padding: 3px 5px 0px 5px;
	background: #FAFBFD;
	border: 1px solid #D1DDE9;
	color: #586A7F;
}

#search .input-submit {
	width: 55px;
	height: 24px;
	margin-left: 7px;
	background: #D8F7FF url(images/homepage03.gif) repeat-x left top;
	border: 1px solid #9ACFDC;
	text-transform: lowercase;
}

/** MENU */

#menu {
	width: 912px;
	height: 32px;
	padding: 0px 0px 0px 0px;
background: url(images/primary_bg.gif) repeat-x top;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	width: 112px;
	height: 25px;
	margin: 0px 1px;
	padding: 6px 0px 0px 0px;
	/* background: url(images/homepage04.gif) no-repeat left top; */
	text-decoration: none;

	text-align: center;
	/* color: #0a0b0b; */
color: #FFFFFF;
font-family: Arial;
	font-weight: normal;
letter-spacing: 1px;

}

#menu a:hover, #menu .active a {
	background-image: url(images/primary_bg.gif);
	color: #FFFFFF;
font-weight: bold;
}



#nav {
		margin:0; 
		padding:0; 
		list-style:none;
background-image: url(images/primary_bg.gif);
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:100px; 
			background-image: url(images/primary_bg.gif);
			position:relative;
			z-index:500; 
			margin:0 1px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:5px 5px 0 5px; 
			font-weight:700;  
			height:23px; 
			text-decoration:none; 
			color: #FFFFFF;
			text-align:center; 
			font-family: Arial;
			font-weight: normal;
			letter-spacing: 1px;
background-image: url(images/primary_bg.gif);

		}

		#nav li a:hover {
			color:#fff;
background-image: url(images/primary_bg.gif);
			font-weight: bold;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			background-image: url(images/primary_bg.gif);
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:100px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color: #FFFFFF;
		}
		
		#nav ul a:hover {
			text-decoration:underline;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

/** PAGE */

#page {
	width: 912px;
	padding: 22px 22px 22px 22px;
	background: url(images/homepage07.gif) repeat-x left top;
background: #FFFFFF;
border: 5px solid #E4E4E4;
}

/** CONTENT */

#innocontent {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 0a0b0b;

}

#content {
	width: 640px;
	padding: 20px 25px 0px 25px;
	background: url(images/homepage08.gif) repeat-x left top; 


}

.wide #content {
	width: auto;
	padding: 20px 25px;
}

/** BOX STYLE M */

.boxM {
	border-bottom: 1px solid #EAEAEA;

}

.boxM .title {
}

.boxM .title h1 {
	margin: 0px;
}

.boxM .title h2 {
	font-size: 16px;
	color: #A3A3A3;
}


/** BOX STYLE A */

.boxA {

	padding: 20px 0px 0px 0px;

}

.boxA .title {
}

.boxA .title h1 {
	margin: 0px;
}

.boxA .title h2 {
	font-size: 16px;
	color: #A3A3A3;
}

/** BOX STYLE B */

.boxB {
	padding-top: 20px;
	border-top: 1px solid #EAEAEA;
}

/** BOX STYLE C */

.boxC {

}

.boxC h2 {
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 6px;
	background: url(images/homepage14.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxC h3 {
	margin-bottom: 10px;
	color: #68A921;
}

.boxC .content {
	padding: 10px 5px;
}

/** BOX STYLE D */

.boxD {

}

.boxD h2 {
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 6px;
	background: url(images/homepage14.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxD .content {
	padding: 10px 5px;
}

/** BOX STYLE COL1 */

.boxC1 {
	width: 320px;
	border-right: 1px solid #EAEAEA;
	margin-right: 10px;

}

.boxC1 h2 {
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 6px;
	background: url(images/homepage14.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxC1 h3 {
	margin-bottom: 10px;
	color: #0055a5;
	font-size: 14px;
}

.boxC1 .content {
	padding: 10px 5px;
}

/** BOX STYLE COL2 */

.boxC2 {
	width: 320px;
	padding: 0px 0px 0px 0px;
	margin-left: 10px;

}

.boxC2 h2 {
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 6px;
	background: url(images/homepage14.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxC2 h3 {
	margin-bottom: 10px;
	color: #0055a5;
	font-size: 14px;
}

.boxC2 .content {
	padding: 10px 5px;
}

/** SIDEBAR */

#sidebar {
	width: 175px;
	padding: 22px 17px 22px 17px;
	background: url(images/homepage08.gif) repeat-x left top;
        /* border: 1px solid #0055a5; */
border: 5px solid #E4E4E4;


}

/** FOOTER */

#footer {
	width: 912px;
	height: 58px;
	margin: 0px auto;

}

#footer a {
	color: #0a0b0b;
}

#footer p {
	margin: 0px;
	padding-top: 23px;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	color: #0a0b0b;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

#box2 p {
	line-height: 150%;
}

#box2 .column-one {
	float: left;
	width: 282px;
	padding-right: 30px;
}

#box2 .column-two {
	float: left;
	width: 287px;
}

/* begin styles for RSS Feed */

.rss-box {
	 margin: 0em;
	 /* background-color: #FFFFCC; */
         border: 0px solid #990000;
	 background-color: #FFFFFF;
	text-align: left;

}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #FFFFFF;


}
p.rss-title {padding:0.5em;}

.rss-title {
	text-decoration: none;
        text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#DD6622;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;

}

.rss-item  {
font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;

}

.rss-item a {
	/* text-decoration : none; */
	color: #0E8DC2;
	font-size: 12px;
	font-weight:light;
	padding:0em;
font-family: Arial, Helvetica, sans-serif;

	}
	
.rss-item a:visited {
	color: #0E8DC2;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #0055a5;
	} 


#copyright {
bottom:1px;
color:#000000;
float:right;
font-family:arial;
font-size:9pt;

right:10px;
}
