/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
	line-height: 1.4;
	}
a{
color: #32A9D4;
font-weight:bold;
text-decoration:none;
}
a:visited{
color: #32A9D4;
font-weight:bold;
text-decoration:none;
}

a:hover{
color: #003399;
text-decoration:underline;
}
h1{
font-size:18px;
}
h2{
font-size:16px;
color: #32A9D4;
}
span {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #32A9D4;
margin: 0px;
padding:0px;
font-weight:bold;
}
#header{
border-top: 20px solid #003489;
width:100%;
text-align:left;
background:#ffffff;
}
#logo-img a:link, #logo-img  a:active, #logo-img  a:visited{
	background: url(images/logo.gif) no-repeat top left;
	height: 36px !important; 
	height /**/:36px; /* for IE5/Win only */
	width:790px;
}
div.img-link a{
	display: block;
	height: 30px;
	text-indent:-5000px;
	text-decoration: none;
	}
	div.img-link  h1 {
	padding:0px;
	margin:0px;
	}
#home-bar {
width:100%;
text-align:left;
background:  url(images/home-bar-bg.jpg) #ffffff repeat-x;
height:204px;

}
#menu {
width:100%;
text-align:left;
background:#CCFFCC;
height:22px;
}
#menu ul{
	margin: 0px;
	padding:0px;
	}
#menu li{
	display:inline;
	padding-top: 8px;
	padding-left:15px;
	text-align: left;
	list-style:none;
}
#container{
width:780px;
}
.content{
padding:4px;
}

.content img{
padding:5px;
}
#left50{
padding-right:20px;
float:left;
width:48%;
}
p{
padding:4px;
}
#right50{
float:left;
width:48%;
}
#right{
float:left;
width:580px;
}
#left{
background:  url(images/left_border_bg.jpg) #ffffff repeat-y;
float:left;
width:160px;
margin:0px;
font-size:11px;
}

#left ul{
width:140px;
padding:0px;
margin:0px;
}
#left li{
	width:120px;
	padding:5px;
	border-bottom: 1px solid #003489;
	text-align: left;
	list-style:none;
}
#left a{
color:#003399;
font-weight:normal;
text-decoration:none;
}
#left a:visited{
color:#003399;
font-weight:normal;
text-decoration:none;
}

#left a:hover{
color: #003399;
text-decoration:underline;
}
#footer{
margin:0px;
padding:6px;
width:100%;
background:#003489;
}

#footer a, visited{
color:#0494C9;
}

#footer a:hover, a:hover visited{
color:#ffffff;
}
#footer .content {
color:#FFFFFF;
font-size:10px;
padding:0px;
margin:0px;
width:760px;
text-align:center;
}	
	
#siteInfo{
	clear: both;
	font-size: 75%;
	color:  #666666;
	text-align:right;
	padding: 4px;
}
#siteInfo a{
	color: #666666;
}
#siteInfo a:visited{
	color: #666666;
}
#siteInfo a:hover{
	color: #003489;
}
#siteInfo a:hover:visited{
	color: #003489;
}
td img {display: block;}