@charset "UTF-8";
body {
	background-color: #C3A686;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding: 0;
	text-align: center;
//this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 
;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 758px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

#hlbr/* CSS Document */

 {
	float: right;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 2em;
	width: 500px;
}

.#sidebar {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#hlbr p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.1em;
}
#hsidebar {
	float: left;
	display: block;
	width: 220px;
}
#sidebar  {
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #C3A686;
	margin-top: 15;
	margin-bottom: 1em;
	width: 13em;
	padding-top: 0px;
	padding-bottom: 0;
	display: block;
	padding-right: 1em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C3A686;
}
#sidebar  h3, #sidebar1  p  {
	width: 500px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
#mainContent {
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
} 
#mainNav /* CSS Document */

 {
	background-color: #D5CFB9;
	height: 20px;
}


#rightVerticle {
	background-image: url(../images/template_05a.jpg);
	background-repeat: repeat-y;
}
#leftVerticle {
	background-image: url(../images/template_03a.jpg);
	background-repeat: repeat-y;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks li {
	list-style-type: none;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	list-style-type: none;
}
#footer {
	background-image: url(../images/template_10.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
blockquote {
	color: #035387;
	margin-right: 5%;
	margin-left: 5%;
	font-size: 0.9em;
	line-height: 1.2;
}

/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #0071BC;
	text-decoration: none;
}

a:visited{
	color: #A47849;
	text-decoration: none;
}

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

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1em;
	font-style: normal;
	color: #005085;
	text-align: left;
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0em;
	padding-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	clear: left;
}

ul{
 list-style-type: square;
}

ul ul{
	list-style-type: disc;
	font-size: 1em;	
}

ul ul ul{
 list-style-type: none;
 font-size: 1em;
}

hr {
	color:#006699;
	font-size: 1px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0.5em;
	line-height: 1.1;
	list-style-type: square;
}


.contentImgLeft {
	display: inline;
	float: left;
	margin-top: .2em;
	padding-right: 10px;
	padding-bottom: 5px;
}
.contentImgRight {
	display: inline;
	float: right;
	margin-top: .2em;
	padding-left: 10px;
	padding-bottom: 5px;
}
.selectionTBL     p   {
	line-height: 1.2em;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-color: #FFFFFF;
}
#body_area1{
	width:1004px;
	height:242px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #dcd66e;
	text-decoration: none;
	padding: 0px;
	float: none;
	background-attachment: scroll;
	background-image: url(images/bodyarea1_bg.jpg);
	background-repeat: repeat-x;
}
.inner_tabarea {
	margin: 0px;
	float: left;
	height: 242px;
	width: 453px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}

.inner_menu {
	padding: 0px;
	float: left;
	height: 28px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.tab_text {
	font-family: Arial;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 1em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
.tab_readmore {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #928f83;
	text-decoration: none;
	margin: 0px;
	float: left;
	width: 403px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.innermenu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/menu_inner_02.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 20px;
	width: 81px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.innermenu:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/menu_inner_01.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 20px;
	width: 81px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.innermenu_hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/menu_inner_01.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 20px;
	width: 81px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	cursor:text;
	}
.tab_head {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #f5430a;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.tab_head1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2D5185;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.tablink {
	font-family: Arial;
	font-weight: normal;
	color: #928f83;
	text-decoration: underline;
}
.tablink:hover {
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
.smallList {
}
.status {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
#lbar {
	width: 204px;
	left: auto;
	right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/lbar.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#homeSidebarLink {
	color: #FFFFFF;
	text-decoration: none;
}
#homeSidebarLink  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
