body
{
text-align: center;
font-size: small;
margin: 0 auto;
background-color: #FFFFFF;
font: 13px/18px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif;
color: #3d3d3d;
}

*>body
{
font-size:small
}

#banner
{
	width: 100%; 
	height: 240px; 
	background-image: url(../images/banner.jpg);	
	cursor: pointer;
}

#container
{
	width: 769px;
	position: relative; 
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}

#leftColumn
{
	float: left; 
	width: 230px; 
	position: relative; 
	text-align: center;	
	height: 100%;
}

#rightColumn
{
	float: right; 
	width: 499px; 
	position: relative; 
	text-align: justify; 
	padding: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/rightBGD.jpg);
	background-position: 20 0;
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 35px;
	height: 700px;
	min-height: 600px;
}

*>#rightColumn
{
	width: 429px; 
	top: 20px;
	margin-bottom: 20px;
	height: auto;
}

#footer
{
	clear: both; 
	width: 799px;
	/*background-image: url(../images/bgd.jpg);*/
	background-repeat: no-repeat;
	margin-bottom: 80px;
}

#date
{
	position: absolute; 
	right: 20px; 
	top: 4px; 
	color: #2178c5; 
	font-weight: bold;	
	visibility: hidden;
}

.title
{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: small;
	font-weight: bold;
	margin-bottom: 20px;	
}

#bannerInfo
{
	position: absolute; 
	right: 25px; 
	width: 220px; 
	top: 30px; 
	font-weight: bold;	
}

#messageBar
{
	width: 700px; 
	height: 20px; 
	background-color: #f1f1f1;
    background-color: #ffffff;
    padding-top: 2px;
}

#ticker
{
	overflow:hidden; 
	width:728px;	
	color: #3d3d3d;
	font-weight: bold;
}

.newsItem
{
	color: #4f5050;
}

#search
{
	position: relative;
	width: 160px;
	left: 5px;
	top: 30px;
}

.searchBox
{
    width: 110px;
    font-size: 10px;
    border: 1px solid #1D3982;
}

.searchButton
{
	width: 50px;
	font-size: 9px;
    height: 19px;
    color: #1D3982;
    font: Arial, Helvetica, sans-serif;
}

#menu
{
	width: 225px; 
	text-align: center; 
	position: relative; 
	height: 600px; 
	top: 30px;
}

#adobe
{
    width: 170px;
    height: 35px;
    background-image: url(../images/adobeacrobat.gif);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: hand;
	padding: 20px;
	position: relative;
	margin-top: 110px; 
}

*>#adobe
{
	position: relative;
	height: 15px;
	right: 20px;
}

#msgDiv
{
    text-align: left;
    padding-left: 30px;
}

.msg
{
    font-weight: none;
    text-align: left;
    border-top: 1px dashed #1D3982;
    border-bottom: 1px dashed #1D3982;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 400px;
}

.txtMessage
{
	float: right; 
	clear: right; 
	margin: 10px;
	margin-right: 0px;	
	width: 200px; 
	border: solid 2px #1D3982;; 
	padding: 10px; 
	text-align: center; 
	font-weight: bold;
}

*>.txtMessage
{
	width: 170px;
	padding-top: 10px;	
	padding-bottom: 10px;
}

#bottom
{
    position: absolute;
    bottom: 0px;
    background-image: url(../images/bottom.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    left:20px;
}

#top
{
    position: absolute;
    top: 0px;
	background-image: url(../images/top.jpg); 
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    z-index: 1;
    left: 20px;
}


.row1
{
    color: #1d3982;
    background-color: #E2E3E5;
    font-weight: bold;
    font-size: 10px;
    cursor: hand;

}

.row2
{
   color: #1d3982;
   background-color: #FFFFFF;
   font-weight: bold;
   font-size: 10px;
   cursor: hand;
}

table
{
  border-collapse: collapse;
  border-width: 0px;
}

.text1 /*Search Result URL and INFO*/
{
    font-weight: bold;
}

.text2
{
	color: #1D3982;
}

.text3 /*Search Title*/
{
	color: green;
	font-weight: bold;
    font-size: 14px;
}

.text5 /*Target word Highlight*/
{
	color: #E97C2C;
	font-weight: bold;
    font-size: 14px;
}


.text6
{
	color: green;
	font-weight: BOLD;
}

h1
{
	font-weight: bold;
	font-size: small;
	text-align: left;
}

/*LINK FORMATTING ETC*/
A:link 
{
	text-decoration: underline;
	color: #1D3982;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

A:visited
{
	text-decoration: underline;
	color: #1D3982;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

A:active
{
	text-decoration: underline;
	color: #1D3982;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

A:hover
{
	text-decoration: underline;
	color: #E66304;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
