@charset "utf-8";

body  {
	font: 11px Verdana;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color:#606060;
}

.thrColFixHdr #container { 
	width: 820px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header { 
	height:155px;
} 

.thrColFixHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}

.thrColFixHdr #flags {
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
} 

.thrColFixHdr #sidebar1 {
	margin: 0;
	width: 140px; 
	padding-left:20px;
	font-size:120%;
	padding-top:15px;
}

.thrColFixHdr #mainContent {
	background-repeat:no-repeat;
	width:640px;
} 

.thrColFixHdr #footer { 
	padding: 15px 15px 0px 0px; 
	background-image:url(../images/footerbar.gif);
	background-repeat:no-repeat;
	height:50px;
	text-align:right;
	font-size:10px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#TopImglayer{
	background-image:url(../images/contenttop.gif); 
	height: 30px;
	width: 640px;
	background-repeat:no-repeat;
}

#ContentLayer{
	background-image:url(../images/contentbg.gif); 
	width:590px; 
	padding-left:25px; 
	padding-right:25px; 
	background-repeat:repeat-y;
}

#BottomImglayer{
	background-image:url(../images/contentbottom.gif); 
	height: 30px;
	width: 640px;
	background-repeat:no-repeat;
}

.title{
	font-weight:bold;
	color:#CC0000;
}
