@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2B4D7F;
	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;
}
h1 {
	color: #3165CE;
	margin-top:20px;
}
	
h2 {
	color: #3165CE;
}

a img {border:0px; }

.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden; 
}
#my-menus{
	background-color: #F6EFE0; height: auto;
}
.thrColFixHdr #header {
	background-color: #F6EFE0;  /* 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. */
	height: 110px;
	padding-top: 15;
	_padding-right: 10px;
	padding-bottom: 5;
	_padding-left: 20px;
	background-image: url(../images/header-AFQ.gif);
	background-repeat: no-repeat;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/bkgr_sidebar1.gif);
	background-repeat: repeat-x;
}

#sidebar1 ul a:link, #sidebar1 ul a:visited {
	display: block;
	background-color: #3165CE;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#sidebar1 ul a:hover {
	background-color: #666666;
}

#sidebar1 ul {list-style: none; margin: 0; padding: 0;}

#sidebar1 p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar1 li {
	font-weight: bold;
}

/* fix for browsers that don't need the hack */
html>body #sidebar1 li {border-bottom: none;}

.thrColFixHdr #sidebar2 {
	_float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/bkgr_sidebar2.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#feuturedsites ul a:link, #feuturedsites ul a:visited, #feuturedsites ul a:visited {
	color: #990000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
	font-size: 85%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color:#ffffff;
	font-weight:normal;
}

#feuturedsites ul a:hover {
	color: #990000;
	text-decoration: underline;
}


#menuauthors ul a:link, #menuauthors ul a:visited, #menuauthors ul a:visited {
	color: #3165CE;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
	font-size: 85%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color:#ffffff;
}

#menuauthors ul a:hover {
	color: #3165CE;
	text-decoration: underline;
}

a.normallink,a.normallink:visited{
	display: block;
	color: #3165CE;
	text-decoration: none;
}
a.normallink:hover{
	color: #3165CE;
	text-decoration: underline;
}


#sidebar2 ul a:link, #sidebar2 ul a:visited, #sidebar2 ul a:visited {
	color: #3165CE;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
	font-size: 85%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#sidebar2 ul a:hover {
	color: #3165CE;
	text-decoration: underline;
}

#sidebar2 ul {list-style: none; margin: 0; padding: 0;}

#sidebar2 p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
}
#search {
	float: right;
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-right: 20px;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar2 li {
	font-weight: bold;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 188px;
	margin-bottom: 0;
	margin-left: 188px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding:0px 0px 0px 0px;
	overflow:hidden; 

} 

#mainContent a:link, #mainContent a:visited, #mainContent a:visited {
	color: #3165CE;
	text-decoration: underline;
}

#mainContent p {
	text-align: justify;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 90%;
	color: #666666;
} 

#footer a:link, #footer a:visited, #footer a:visited {
	color: #3165CE;
	text-decoration: underline;
}
.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 */
	text-align: center;
}

.thrColFixHdr #exfooter {
	font-size: 90%;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 2px;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #333333;
} 

.thrColFixHdr #exfooter 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 */
	text-align: center;
}

.thrColFixHdr #exfooter h3 {
}

#exfooter a:link, #exfooter a:visited, #exfooter a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#exfooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.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;
}
#TopNav {
	padding-top: 5px;
	padding-right: 0px;
	height: auto;
	width: 100%;
	color: #fff !important;
	padding-bottom: 0px;
	font-size: 100%;
	padding-left: 0px;
	position: relative;
	font-weight: bold;
	font-variant: normal;
	background-color: #EBF0FA;
}

#TopNav a, a:link, a:visited{
	color: #000000;
	text-decoration: none;
	}
	
#TopNav a:hover{
	color: #D41A1F;
	text-decoration: underline;
	}
	
#quotebox {
	display: block;
	background-image: url(../images/bkgr_quote.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}

#quotebox p{
	font-size: 80%;
	color: #666666;
	margin-bottom: 0px;
}

#quotebox a, #quotebox a:link, #quotebox a:visited{
	color: #666666;
	text-decoration: underline;
	}
	
		
#quotebox a:hover{
	color: #3165CE;
	text-decoration: none;
	}
	

.quotetoolbar {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3165CE;
	border-bottom-color: #3165CE;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-align: right;
	color: #3165CE;
}
	
blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	line-height: 1.5em;
	color: #333333;
	padding-right: 40px;
	padding-left: 10px;
	display: block;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-left: 60px;
}

.signupbox {
	background-color: #FFFFFF;
	padding: 5px;
	border: thin solid #981723;
	margin-left: 3px;
	margin-right: 2px;
}

.signupbox h3{
	
}

/* Adsense styles */

.Adsense-square
{
	float:left;
	height:250px;
	width:260px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#EndMessage {
background-color: #CECF9C;
border: thin solid #ADADAD;
color: #666666;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 15px;
padding-left: 10px;
}

#EndMessage h3{
color: #FFFFFF;
margin-top: -5px;
}
 
 /* 
[if IE 5]>
<style type="text/css"> 
.thrColFixHdr #sidebar1 { width: 180px; }

.thrColFixHdr #sidebar2 {
	width: 189px;
}
</style>
<![endif][if IE]>
<style type="text/css"> 

.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }

.thrColFixHdr #mainContent { zoom: 1; }

</style>
<![endif]

*/

.thrColFixHdr #container {position:relative;}
.thrColFixHdr #sidebar1{position:absolute; left:0px; }
.thrColFixHdr #sidebar2  {left:790px; position:absolute;}
#mainContent {width:610px; border:0px solid #0f0; padding:0px; }
	#mainContent table.search_bar {width:610px; }
.clear {clear:both}
