@charset "utf-8";
a {
	color: #A33038;
}
a:hover {
	color: #666666;
}

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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.twoColFixLtHdr #container {
	width: 720px;  /* 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 #CCCCCC;
	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;
} 
.twoColFixLtHdr #header {

} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px;
	background-image: url(images/side_bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #A33038;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {

} 
.twoColFixLtHdr #logo {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
}
.twoColFixLtHdr #topnav {
	margin: 0 0 0 175px;
} 
.twoColFixLtHdr #space {
	background-image: url(images/space_bkg.gif);
	height: 21px;
}
.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A33038;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
}
.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;
}
#content {
	background-image: url(images/cont_bkg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 570px;
}
/******* NAVIGATION *******/

#nav {
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: bottom;
}
#nav td {
	background-image: url(images/nav_img.gif);
	width: 100px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
}
#contarea {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left_nav h1 {
	font-size: 14px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.left_nav a {
	color: #A33038;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.left_nav a:hover {
	background-color: #CCCCCC;
	text-decoration: underline;
}
h2 {
	font-size:16px;
}
TEXTAREA {
BORDER-BOTTOM : #000000 1px solid;
BORDER-LEFT : #000000 1px solid;
BORDER-RIGHT : #000000 1px solid;
BORDER-TOP : #000000 1px solid;
FONT-FAMILY : geneva, arial, helvetica, lucida-sans, sans-serif;
FONT-SIZE : 10px;
font-weight : normal;
overflow: auto;
}


input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    vertical-align:middle;
    color: #000000;
  }
  
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	text-decoration: none;
	vertical-align:middle;
	color: #000000;
}

INPUT {
BORDER-BOTTOM : #000000 1px solid;
BORDER-LEFT : #000000 1px solid;
BORDER-RIGHT : #000000 1px solid;
BORDER-TOP : #000000 1px solid;
FONT-FAMILY : geneva, arial, helvetica, lucida-sans, sans-serif;
FONT-SIZE : 10px;
font-weight : normal;
}