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

body  {
	background: #000040;
	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: #ffffff;
	/* height: 10px;
	background-image: url(../images/PhotoGray_browser_bg-2.jpg);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1{
	color: #d95e24;
	font-size: x-large;
}
.twoColFixLtHdr #container1 {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #D95E24;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	color: #CCFF99;
} 
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #eeeeee;
	margin: 0 auto; /*border: 1px solid #000000; the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Trebuchet MS";
	color: #CCFF99;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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-image: url(images/header.jpg);*/
	height: 200px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 2px;
} 
.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 */
	width:860px;
	heigth:200px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000040;
	border-top-color: #333333;
	border-top-width: 2px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-bottom: 6px solid #D95E24;
} 
.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;
}

.style6 {
	font-size: 10pt;
	color: #000000;
}
.style9 {
	font-size: 24px;
	color: #000000;
	font-family: Verdana;
}
.style11 {
	color: #8C002B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0.4pc;
}
.style12 {
	font-size: 12px;
	color: #FFFFFF;
}

.style13 {font-size: 12%}


#wrapper {width:200; margin:50px auto}
.form {float:left; padding:0 10px 10px 10px; background:#f3f3f3; border:2px solid #cfcfcf}
.form label {float:left; width:100px; padding:10px 10px 0 0; font-weight:bold}
.form select {float:left; width:146px; margin-top:10px}
.form input {float:left; margin-top:10px}
/*.form .submit {clear:both}  */
#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; color:#000; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}

