@charset "utf-8";
/* this first section sets the background color....thats the color surround OUTSIDE
your main table. The same with the fonts, this applies only to any text you place outside the
main content table. Which will probably be nothing. The max-width is for Firefox, to let it know how wide you
want your page to be. This will be the maximum width of your main content table.

If you set it to perhaps 1050px, and view it on a 1024x768 monitor, it will appear full width. But to someone 
viewing on a 1200x1024 monitor, it will appear as 1050 wide, with your choice of a colored background either
 side, taking up the extra 150px. (75px each side)*/

body {
	max-width: 1050px;
	background-color:#BDBBEA;
	font-family: Arial, Verdana, sans-serif;
	font-size: 93%;
	color: #000;
	margin:auto;
	padding:0;
	text-align:center;
	background-image: url(../image-files/background-ads.jpg);
	background-repeat: repeat-x;
}





/* you have 3 more classes of horizontal rule, as well as the default version Change the attributes to 
get the look you want. The 3 classes are solid, dotted, and dashed. Add class="dashed" to your hr
tag on an HTML page, to get the dashed version of the hr. Change the colors to suit. */

.solid {
	border-top: 1px solid #000099;
	border-bottom: hidden;
	border-left: hidden;
	border-right: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dashed {
  border-bottom:1px dashed #000066;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dotted {
	border-bottom:1px dotted #000066;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
 
li.custom {
	padding-left: 20px;
	margin-bottom: 10px;
	background-image: url(../image-files/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;

 }


/* this is a custom class for using graphics as bullets.  Upload a custom graphic to your 
graphics library in the usual way. Then replace my URL
with your own. Note there are no speech marks around the URL*/
 
ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}
.thrColFixHdr #container #mainContent li {
	list-style-type: square;
	margin-left: 15px;
}

 
/* this area below is for your  Link-text and headings. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/

a { font-family: Arial, Verdana, sans-serif; 
font-size: 100%; color: #000099; text-decoration: underline;
}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 background-color: #000066;
 color: #fff;
 }


h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 2em;
	color: #554979
}
h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.6em;
	color: #534B72
}
h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	color: #5F5381
}

/* This is for the heading background color....your H1, H2, and H3 tags*/
.hbg{
	background-color:#CCCCCC;
	color:#000099;
	width: auto;
	z-axis: 1;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.rightNavHeader {
	background-color: #D1D4DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: large;
}



/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {
	background-color: #ffffff;
	border: 0px #000066 solid;
	width: 170px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-weight: normal;
text-align: center;
margin-bottom: 1px;
margin-top: 1px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton a {
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #000099; /*this is where you change the button font color*/
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.deviderbutton {
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #FFFFFF; /*this is where you change the button font color*/
	background-color: #554979;
	border: 1px solid #000000;
	font-size: larger;
	text-align: center;
}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton a:hover {
	color: #FFFFFF; /*-----this is where you change the button font color, when the button is hovered over*/
	background-color: #8A89B5;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
}

.deviderbutton a:hover {
	color: #FFFFFF; /*-----this is where you change the button font color, when the button is hovered over*/
	background-color: #000099;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
}
.thrColFixHdr #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding: 9;  /* 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. */
	background-color: #FFFFFF;
} 
.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: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FCFBFF;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: repeat-x;
} 
.thrColFixHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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: 0px; /* 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;
}
