body
{
	background-color: #d9e0ef;
	FONT-FAMILY:  Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	background-image: url(../images/bg.jpg); 
	background-attachment: fixed; 
	background-repeat:repeat-x;

}
table.wrap
{
	margin-left:auto; margin-right:auto;
	border-collapse: collapse;
	width: 960px;
}
h1 {
	FONT-FAMILY: Times, serif;
	font-size: 22px; 
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #2a2a2a;
	margin:10px 0px 5px 0px;
	padding:0px;
}
h2 {
	font-size: 13px; 
	font-weight:bold;
	color: #000;
	line-height: 21px;
	vertical-align: top;
	padding:0px;
	margin: 10px 0px 5px 0px;
}
.banner
{
	background-color: #1f3a64;
	width: 960px;
	height: 150px;
	padding:0px;
	margin:0px;
	border-left: 1px solid #212f4b;
	border-right: 1px solid #212f4b;
}
.toolbar
{
	width: 960px;
	height:30px;
	font-style:italic;
	background-color: #13264a;
	background-image: url(../images/toolbar-bg.jpg); 
	background-attachment: scroll; 
	vertical-align: top;
	margin:0px;
	padding:0px;
	text-align: center;
}
a:link
{
	color: #000;
}
a:active
{
	color: #ff0000;
}
a:visited
{
	color: #000;
}
a:hover
{
	color: #ff0000;
}
.sidebar {
	font-size: 15px; 
	width: 160px;
	color: #fff;
	background-color: #2c3e5e;
	line-height: 21px;
	padding-top: 10px;
}
td {	
	font-size: 12px; 	
	line-height: 21px;
}
.content {	
	font-size: 12px; 
	color: #000;
	line-height: 22px;
	background-color: #fff;
	padding: 20px;
	vertical-align: top;
	background-image: url(../images/con-bg.jpg); 
	background-attachment: scroll; 
	background-repeat:no-repeat;
}
.box-r {	
	float:right;
	width:325px;
	font-size: 10px; 
	color: #000;
	line-height: 18px;
	padding: 7px;
	margin: 0px 0px 10px 30px;
}
.box-l {	
	float:left;
	width:325px;
	font-size: 10px; 
	color: #000;
	line-height: 18px;
	padding: 7px;
	margin: 5px 30px 10px 0px;
}
.boxbg {
	background-color: #eaeaea;	
	padding: 7px 0px 4px 15px;
}
.foot {
	font-size: 9px;  
	color: #bdbbbc;
	height:30px;
	line-height: 20px;
	background-color: #151c29;
	padding-right: 5px;
	text-align: right; 
}
a.footc:link
{
	color: #bdbbbc;
	text-decoration: none;
	padding: 2px;
}
a.footc:visited
{
	color: #bdbbbc; 
	text-decoration: none;
	padding: 2px;
}
a.footc:hover
{
	color: #bdbbbc; 
	text-decoration: underline;
	padding: 2px;
}
a.footc:active
{
	color: #bdbbbc; 
	text-decoration: underline;
	padding: 2px;
}
INPUT, SELECT, TEXTAREA { 
	font-size: 10px; 
} 
FORM { 
	margin: 0px; padding: 0px; display: inline;
} 
.smalltext {	
		color:#414141;
		font-size: 9px;	
		line-height: 14px;
}
.redtext {	
	color:#ff0000;
	font-weight:bold;
}

.thumb img{
border: 4px solid #eeecec; margin:4px;padding:4px;
}
.thumb:hover img{
border: 4px solid #8a98a0; margin:4px;padding:4px;
}
.thumb:hover{
color: red; /* Dummy definition to overcome IE bug */
}
.imgcap {	
	font-size: 9px;
	font-style:italic;
}