body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color:#919dac;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
.twoColFixLtHdr #container {
	width: 760px !important;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dbe0e6;
	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. */
	background-image: url(../images/sidebar2withURL.jpg);
	background-repeat:repeat-y;
	background-position: 0 0;
	border-left:#0033CC solid 1px;
	border-right:#0033CC solid 1px;
	border-bottom:#0033CC solid 1px;
} 
.twoColFixLtHdr #container #mainContent p.ident {
	text-indent:20px;
}
.twoColFixLtHdr #header {
	background: #dbe0e6;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 760px;
	height: 97px;
} 
.twoColFixLtHdr #container #computer{
	width: 181px;
	height: 14px;
	background-image:url(../images/index5_r2_c1.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	float:left;
}
.twoColFixLtHdr #container .headerbottom {
	width: 579px !important;
	height:26px; !important;
	float:right !important;
	background-image:url(../images/toptitle.jpg);
	margin:0;
	padding:0;
}
		
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #dbe0e6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	clear:both;
	vertical-align:top;
	position:relative;
	height:500px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 184px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #dbe0e6;
} 
.twoColFixLtHdr #container #mainContent h1 {
	color: #415485;
	font-size:1.2em;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #415485;
	font-size:1.125em;
}
.twoColFixLtHdr #container #mainContent p {
	color:#666666;
	line-height:1.6em;
	margin:0 0 7px 0;
}
.twoColFixLtHdr #container #mainContent p a{
	text-decoration:none;
	color:#333333;
}
.twoColFixLtHdr #container #mainContent p a:hover {
	color:#0033CC;
	text-decoration:underline;

}
.twoColFixLtHdr #container #mainContent .contentList {
	list-style:square;
	line-height:2.0em;
}
.twoColFixLtHdr #container #mainContent .contentList a {
	text-decoration:none;
	color:#333333;
}
.twoColFixLtHdr #container #mainContent .contentList a:hover {
	color:#0033CC;
	text-decoration:underline;

}
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dbe0e6;
	width: 577px;
	float: right;
	background-image: url(../images/index_r5_c2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	/*height: 25px;*/
	padding-top: 30px !important;
	font-size: 11px;
}
.twoColFixLtHdr #container #footer #footertext {
	list-style:none;
	width: 100%;
	font-size:11px;
	display:inline; 
	margin-bottom: 0px; 
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #footer #footertext li{
	color: #415485;
	display:inline;
	padding-right:5px;
}
.twoColFixLtHdr #container #footer #footertext a {
	text-decoration:none; 
	color: #415485;
}
.twoColFixLtHdr #container #footer p {
	text-decoration:none;
	color: #415485;
}
.twoColFixLtHdr #container #footer p a {
	text-decoration:none;
	color: #415485;
}
.twoColFixLtHdr #container #footer .copywrite{
	list-style:none;
	margin-top: 5px;
	padding-top: 0px;
}
.twoColFixLtHdr #container #footer .copywrite li{
	color: #415485;
	display:inline;
	padding-left:20px;
}
.twoColFixLtHdr #container #footer .copywrite li a {
	text-decoration:none;
	color: #415485;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container #footer  {
	list-style:none;
	text-decoration:none;
	color: #415485;
	margin:0;
	padding:0;
}
.twoColFixLtHdr #container #footer p a {
	text-decoration:none;
	color: #415485;
}
.twoColFixLtHdr #container #bottomlinks {
	background-image:url(../images/index_r6_c2.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	width:579px;
	height:40px;
}	
.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;
}
.twoColFixLtHdr #container #sidebar1 #flags {
	position:absolute; 
	top:160px; 
	left:15px;
	text-align:center;

}
.twoColFixLtHdr #container #sidebar1 #flags img{
	margin-left:5px;
	margin-bottom: 10px;
		border:none;
}
.twoColFixLtHdr #container #sidebar1 #flags h3{
	color: #415485;
	font-size:14px;
	margin-left:15px;
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent img.imagecontent {
	border:#415485 solid 2px !important;
	padding:5px !important;
	cursor:hand !important;
}

	