/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #232055;
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bkgd_side {
	background-image: url(images/index_06.png);
	background-repeat: no-repeat;
	background-position: top;
}

.bkgd_rshadow {
	background-image: url(images/bkgd_shdw.png);
	background-repeat:repeat;

}

.bkgd_menu {
	background-image: url(images/index_05.png);
	background-repeat: no-repeat;
}

.bkgd_video {
	background-image: url(images/bkgd_video.png);
	background-repeat: no-repeat;
}

.white {color: #FFFFFF}

.side-text {color: #FFFFFF;
			font-size: 10px;
			text-align:left;
}

.side-titles {
	color: #E08F12;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}

.wkbk-titles {
	color: ##232055;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.store-titles {
	color: #0A5187;
	font-size: 14px;
	font-weight: bold;
}

#grant{
position:absolute;
left:715px;
top:530px;
z-index:999;
}

#container{
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:100%;
	left:50%;
	margin-left:-500px;
	min-height: 100%;

}

a:link {
	color: #cc6600;
		font-weight: bold;
}
a:visited {
	color: #E08F12;
		font-weight: bold;
}
a:hover {
	color: #993300;
		font-weight: bold;
}
a:active {
	color: #E08F12;
		font-weight: bold;
}

#side {font-size: 10px;
	color: #ffffff;
		font-weight: bold;

}

#side a:link {
	color: #cc6600;
	text-decoration: none;
}
#side a:visited {
	color: #E08F12;
	text-decoration: none;
}
#side a:hover {
	color: #993300;
	text-decoration: underline;
}
#side a:active {
	color: #E08F12;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: lighter;
	color: #0A5187;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #232055;
}

form {
	margin: 0px;
	padding: 0px;
	}
	
table {
	margin-top: 0;
	}
	
div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0;
margin-top:0;
margin-bottom:0;
list-style-type: none 
}

#creditfooter {
display: none;

}


.footer {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	
	}
	
	
	hr {
  display:none;
}

	div.hr {
  height: 15px;
  background:  url(images/hr.png) no-repeat scroll center;
/*  border: none; */
}