 
/****** PAGE BACKGROUND ******/

body {
		background-image: url(/images/resource_ctr_bg.gif); 
		background-position: top left;
		background-repeat: no-repeat;
		height: 204px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;	
	 }
a {
		text-decoration: none;
		color: #11457F;
	  }
a:visited {
		text-decoration: none;
		color: #11457F;
	  }
a:hover {
		text-decoration: underline;
		color: #11457F;
	  }
 
/****** TEXT APPEARANCE ******/
.texttitle {
		font-size: 10pt;
		margin-left: 10px;
		margin-right: 10px; 
		margin-top: 5px;
		font-family: verdana, arial, helvetica, sans-serif;   
		color: #12457E;
	  }
.text {
		font-size: 10pt;
		margin-left: 10px;
		margin-right: 10px; 
		margin-top: 5px;
		font-family: verdana, arial, helvetica, sans-serif;   
		color: #12457E;
	  }

/****** LAYOUT ******/
.spacer {
		margin-bottom: 5px;
		}
.height35 {
		height: 35px;
		}
.table_margin {
		margin-left: 10px;
		margin-right: 10px;
		}

/****** BACKGROUNDS ******/
.bgflag { 
		background-image:  url(/images/flag02.jpg); 
		background-repeat: no-repeat;
		border-bottom: 1px solid #7C7A7A;
		border-left: 1px solid #7C7A7A;
		border-right: 1px solid #7C7A7A;
		}

/****** BORDERS ******/

#border_all {
		border-top: 1px solid #7C7A7A;
		border-bottom: 1px solid #7C7A7A;
		border-left: 1px solid #7C7A7A;
		border-right: 1px solid #7C7A7A;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		background-image:  url(/images/rss_bg02.jpg); 
		background-repeat: no-repeat;
		background-position: bottom right;
		}
/****** LISTS ******/
ul {
		margin-top: 0px;
		margin-bottom: 5px;
	}			  
li { 
		list-style-image:  url(/images/bullet03.gif);
		font-size: 8pt; 
		font-family: verdana, arial, helvetica, sans-serif;
		text-align: left;
		margin-left: -12px;
		margin-right: 5px;
		margin-top: 2px;   
		color: #000000;
	}
/****** FORMS ******/
.searchbox {
		border: 1px solid #7C7A7A; 
		width: 170px; 
		height: 18px; 
		background-color: #FFFFFF; 
		text-align: left 
		}
.searchboxsub {
		border: 1px solid #7C7A7A; 
		width: 138px; 
		height: 18px; 
		background-color: #FFFFFF; 
		text-align: left 
		}

