@charset "utf-8";

body  {
	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: #000000;
	background-color: #ABABAB;
}

h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

h1 {font: bold 150% Arial, Helvetica, sans-serif;}

h2 {font: normal 110% Arial, Helvetica, sans-serif;}

h3 {font: normal 80% Arial, Helvetica, sans-serif;}

h4 {font: bold 65% Arial, Helvetica, sans-serif;
	margin: 5px;
}

a:hover, a:focus {text-decoration:underline; color:#c00 !important;}

.thrColFixHdr #container {
	width: 980px; 
	background:#ffffff;
	background-repeat: repeat-y;
	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 {margin:0;}

.thrColFixHdr #header h3 {
	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 */
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* 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 */
}
.thrColFixHdr #sidebar2 {
	float:right; /* since this element is floated, a width must be given */
	width: 280px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background: red;*/
}
.sep {clear:both; line-height:15px;}

.thrColFixHdr #mainContent {
	width:560px;
	float: left;
} 
	
#footer {
	text-align: center;
	clear: both;
	margin: 0;
	background-color: #235AA5;
	color: #fff;
	font-weight: normal;
	border-top: 1px solid #fff;
}

#footer a {
	color: #fff !important;padding:20px}

#footer .flinks {padding-top:0.2em;}


.thrColFixHdr #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 */
}

.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;
}

table {font: normal 70% Arial, Helvetica, sans-serif;}

.twoBox {
	width:544px;
	border: solid 1px #b4b4b4;
	float: left;
	margin: 7px;
	display:inline;
	padding-top: 8px;
	}
	

.twoBox img {
	float:left;
	padding:7px 10px 7px 7px;
}

.twoBox .box {
	float:left;
	width: 283px;
	padding: 0px;
	margin: 0px;
}

.twoBox ul {
	list-style-image:url(images/reddot.gif);
	padding-right:5px;
	font: 80% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.twoBox li {margin-bottom: 1em} 
}
.twoBox li:visited, li:link{
	color:#000;}





.twoBox a:visited, a:link {
	color:#000;
}



.oneBox {
	width:264px;
	float:left;
	background:#ffffff;
	border: solid 1px #b4b4b4;
	margin: 7px;
    display:inline;
}

.oneBox .box {
	float:left;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	width: 264px;
	margin-top: 5px;
}
.oneBox  ul {
	color:#c00;
	margin: 0px;
	padding-left: 25px;
	font: normal 70% Arial, Helvetica, sans-serif;
}

.oneBox .thumb {
	float:left;
	padding: 3px 5px 7px 5px;
}

.oneBox .last {border:none;}

.oneBox .thumb a img {
	padding: 2px 5px 3px 7px;
}

.oneBox li {
	padding-top:5px;
	padding-bottom:5px;
}


.oneBox a { font: normal 95% Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
}

.oneBox table a {font: normal 95% Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#000;
}

.oneBox a:hover {text-decoration:underline;}

.oneBox a:visited {color:#000;}


.header {
	height:30px;
	text-align:left;
	overflow:hidden;
	background:#dce4e7 url(header.gif) repeat-x;
	border-bottom:1px solid #bebebe;

}

.header .title  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:5px 5px 8px 5px;
	color:#036;
	}
	
.archive {
	float:right;
	width:102px;
	margin-right:5px;
	padding-bottom:7px;
	text-align:right;
	text-decoration:none;
		  }
	
/*******left nav****/

#LeftSIdeNav {
	color: #666666;
	font-size:90%;
}

#LeftSIdeNav h3{color:#2E77B5;margin:0px;padding:10px 7px 4px;border-bottom:1px solid #AAAAAA;font: bold 90% Arial, Helvetica, sans-serif;}

#LeftSIdeNav .Cat ul {list-style-type: none;margin: 0px;padding: 0px;}

#LeftSIdeNav .Cat li {border-bottom:#CCCCCC solid 1px;}

#LeftSIdeNav .Cat a {color: #555555;display:block;width:auto;padding:2px 0px 2px 7px;text-decoration:none;font: 90% Arial, Helvetica, sans-serif;}

#LeftSIdeNav .Cat a:hover {color: #3399CC;background-color: #eaf5fa;}

#LeftSIdeNav .Other ul {list-style-type: none;margin: 0px;padding: 0px;}

#LeftSIdeNav .Other li {border-bottom:#CCCCCC solid 1px;}

#LeftSIdeNav .Other a {
	color: #555555;
	display:block;
	width:auto;
	padding:2px 0px 2px 7px;
	text-decoration:none;
	font: 90% Arial, Helvetica, sans-serif;
}

#LeftSIdeNav .Other a:hover {color: #3399CC;background-color: #eaf5fa;}
.thrColFixHdr #container #mainContent .twoBox .box span strong {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
