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

.twoColFixRtHdr #container #sidebar1 li {
	list-style-type: disc;
}
body  {
	margin: 0px; /*  margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* centers the container IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	width: 840px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:10px;
} 
.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;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	color: #FF6600;
	text-transform:uppercase;
}

#outerheader{
	background-color:#FF7711;
	background-image: url(gfx/bl-org.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px;
	width:100%;
	padding:1px;
}

#headleft {
	width:350px;
	float:left;
} 

#headright {
	width:350px;
	float:right;
	font-size: small;
} 

#headmenu {
	clear:both;
	padding-bottom:0px;
} 

#header h1 {
line-height:15px;
font-size:20px;

}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	width:590px;
	text-align:justify;
} 
#footer {
	padding-top: 0;
	padding-bottom: 10px;
	clear: both;
} 
#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 */
}
.twoColFixRtHdr #container #sidebar1 h4 {

}
.twoColFixRtHdr #container #sidebar1 h4 {
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.twoColFixRtHdr #container #sidebar1 li {
	color: #666666;
	font-size: small;
}
#header {
	color: #FFFFFF;
	padding-top: 5px;
    padding-bottom: 0px;
	margin: 0px;
}
#outerfooter {
	color: #FFFFFF;
	background-color:#FF7711;
	padding: 10px;
	font-size: small;
	background-image: url(gfx/tl-org.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#outerfooter a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	background:none;
}

#outerfooter a:hover {
	color: #FFFFFF;
}

#headmenu a {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:25px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: medium;
	background-image: url(gfx/tr-red.png);
	background-position: right top;
}

#header a{
    color:#FFFFFF;
	background-color:#CC0000;
	text-decoration:none;
	background-repeat:no-repeat;
}

#header #headleft a {
    background-image: url(gfx/br-red.png);
	padding-right:10px;
	background-position: right bottom;

}

#header #headright a {
    background-image: url(gfx/tl-red.png);
	padding-left:5px;
	background-position: left top;
}
a {
	color:#FF0000;
	text-decoration:underline;
}

a:hover{
	color:#FF9900;
}

a.button {
	   color:#FFFFFF;
	   padding-left:10px;
	   background-repeat:no-repeat;
	   text-decoration:none;
       background-image:url(gfx/bl-red.png);
	   background-color:#CC0000;
	   border:2px;
}
#mainContent a:hover{
       color:#FF9900;
}

h2{
	padding:5px;
	color:#FFFFFF;
	text-transform:uppercase;
	background-color: #FF7711;
	background-image: url(gfx/br-org2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right:-15px;

}

#header a:active {
	color:#FF9900;
}
