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

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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-attachment: fixed;
}
#container  {
	width: 780px;
	text-align: left;
	color: #000000;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	font-weight: normal;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #FF00FF;
	border-right-color: #FF00FF;
	border-bottom-color: #FF00FF;
	border-left-color: #FF00FF;
} 
#header  {
	width: 780px;
	margin-top: 10px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FF0000;
	height: 90px;
	background-image: url(/images/new_tible2.gif);
	background-repeat: no-repeat;
} 
#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 */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* padding keeps the content of the div away from the edges */
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	text-decoration: none;
	background-color: 6633cc;
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: 6633cc;
	font-size: 90%;
	color: #E3E3E3;
	font-weight: bold;
}
#mainContent  {
	margin-top: 0;
	margin-right: 135px;
	margin-bottom: 10;
	margin-left: 135px;
	padding-right: 3px;
	padding-bottom: 5;
	padding-left: 3px;
	color: #FFFFFF;
	padding-top: 5px;
	text-decoration: none;
	background-color: #000000;
	border: medium solid #000000;
} 
#footer  {
	background-image: none;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #003300;
	margin-top: 10px;
	margin-bottom: 10px;
} 
#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 */
}
.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;
}
#intro {
	background-repeat: repeat;
	background-color: #FFFFFF;
	color: #330000;
	font-size: 90%;
	padding: 8px;
	font-weight: normal;
}
#left_ad {
	float: left;
}
#right_ad {
	float: right;
}
#graphics_comments {
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	color: #000000;
}
#ads {
}
body,td,th {
	font-size: small;
	color: #6600CC;
}
#sub_container {
	background-color: #6633CC;
	margin-top: 3px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #FF00FF;
	border-right-color: #FF00FF;
	border-bottom-color: #FF00FF;
	border-left-color: #FF00FF;
}
#sidebar1 a {
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
}
#sidebar2 a {
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
#nav_bar {
	height: 13px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
.navbar_text {
	font-size: x-small;
	font-weight: bolder;
	color: #000000;
	font-style: italic;
}
.style1 {color: #FFFFFF}
.style2 {
	color: #00FF00;
	font-size: x-small;
	font-weight: normal;
}
#nav_bar .navbar_text a {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
#data_navigation {
}
#ads2 {
	background-color: #33FFCC;
	margin-top: 5px;
}
a {
	color: #FF33CC;
	text-decoration: none;
	font-weight: normal;
}
#thanks {
	height: 40px;
}
#google_search {
	margin-top: 15px;
	text-align: center;
}
#link_ad {
}
#bottom_ad {
}
#base {
	height: 150px;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-color: #FF0000;
	background-image: url(/images/new_base1.gif);
}
#copyright {
	color: #CCCCCC;
	font-size: x-small;
	text-align: center;
	background-color: #6633CC;
}
