@charset "utf-8";
/* CSS Document */

a.menu {
color:#FFFFFF; 
text-decoration:none;
margin-left:15px;
}

a.menu:visited {
color:#FFFCA1; 
text-decoration:none;
}

body  {
	background: #666666;
	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-image:url(images/talltile.jpg); background-repeat:repeat-x;
}

form
{
	text-align:right;
}

h1 {
	color:#BE1E2D; 
	font-size:25px;
}

h2 {
	color:#BE1E2D; 
	font-size:15px;
}

img
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0 0 0 0;
	border-spacing:0 0 0 0;
}
img.right {
	margin-right:15px; 
	padding-left:10px; 
}

img.map { 
	vertical-align:text-top; 
	padding: 0 0 0 0; 
}

p {
	margin:0px 0px 0px 15px; 
	font-size:13px; font:"Times New Roman", Times, serif; 
}

p.footer { 
	margin:0px 0px 0px 15px; 
	font-size:11px; font:"Times New Roman", Times, serif; 
	text-align:left; color:#BE1E2D;
}

table.menu {
	background-color:#333333; border:none;
}
   
tr.menu { 
	background-image:url(images/menu_bg.png);
}

tr.menu:hover {
	background-image:url(images/menu_bg_over.png);
}

td.menu { 
	color:#FFFFFF; 
	text-align:left; 
	font:"Times New Roman", Times, serif; 
	font-weight:bold; 
	font-size:20px;
}


	/* These are all for div positioning elements*/
	/* These are all for div positioning elements*/
	/* These are all for div positioning elements*/

.twoColFixLtHdr #container { 
	width: 800px;  
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:600px;
	background:#00FFCC;
	background-image:url(images/tan_with_design.png);
	margin: 50px auto auto auto; 
	/* 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. */
} 
.twoColFixLtHdr #header {  
	padding: 10px 0px 0px 95px;  
	/* 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. */
} 
.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: 125px; 
	height:175px; 
	/* 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 */
	padding: 0 0 0 40px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 130px;
	padding: 0px 40px 25px 55px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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 */
}

.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;
}

#apDiv1 {
	position:relative; float:right;
	width: 75px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:30px;
	border: 0px;
	text-align:left;
	/* this overrides the text-align: center on the body element. */
}

#footer { 
	margin: 0 0 0 275px;
	height:70px;
	position:relative;
	width:275px;
	padding: 0px;
	background-color:#FFFF00;
}

</style>

