@charset "UTF-8";
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: #4d4d4d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(img/grid-bkg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 17px;
}
.twoColFixRtHdr #container {
	width: 850px;
	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;
	background-color: #FFFFFF;
	background-image: url(img/container-bkg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
} 
.twoColFixRtHdr #header {
	height: 162px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #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 */
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}
h1 {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.13%;
	font-weight: bold;
	color: #666666;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 233px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 55px;
	width: 460px;
	text-align: justify;
} 
.twoColFixRtHdr #footer {
	background:#E6E6E6;
	font-size: 10px;
	line-height: 13px;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 25px;
	width: 750px;
} 
.twoColFixRtHdr #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;
}
.title {
	font-size: 16px !important;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.13%;
	color: FF8F0A !important;
	font-weight: lighter;
}
.sidecontent {
	background-image: url(img/sidebar-bkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 230px;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 18px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
}
a {
	color: #ff8f0a;
	text-decoration: none;
}

a:hover {
color:#000000;
}
a:active {
	color:#4d4d4d;
}
#sidebar1 h1 {
	font-size: 16px !important;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.13%;
	color: #FF8F0A !important;
	font-weight: lighter;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	margin-top: 20px;
}
.nav {
	position: relative;
	height: 30px;
	padding: 0px;
	margin: 0;
	overflow: hidden;
	background-image: url(img/bottomline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 789px;
}
.nav li {
	float: left;
	list-style: none;
	margin-right: 1px;
                }
.nav li a {
	font: 12px arial;
	text-decoration: none;
	color: #FF8F0A;
	outline: none;
	text-align: center;
	top: 1px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
                    }
.nav li a:hover {
	border: none;
	background-image: url(img/navfade-bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF !important;
                        }
.nav li a:active{
	border: none;
	background-image: url(img/navfade-bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #333333 !important;
						}
.nav li a:visited {
	border: none;
	background-image: url(img/navfade-bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FF8F0A;
						}
.nav li.current a  {
	color:#fff !important;
	background-image: url(img/navfade-bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
li {
	list-style-image: url(img/bullet.gif);

}
ul {
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.twoColFixRtHdr #mainContentfullWidth {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 55px;
	width: 740px;
	text-align: justify;
}
.twoColFixRtHdr #containerfullWidth {
	width: 850px;
	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;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(img/containerfullwidth-bkg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.softdottedline {
	width: 100%;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.login a:link {

	color: #4d4d4d !important;
                        }
.login a:visited {

	color: #4d4d4d;
						}
.login a:hover {

	color: #000 !important;
                        }
.login a:active{

	color: #4d4d4d !important;
						}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 1px rgba(255,0,0,0);
}

