* {
 padding: 0;
 margin: 0;
}


html, body {
 height:100%;
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 12px;
 background-color: #181818;
 background-image:url(../pix/main-gb.jpg);
 background-position:top;
 background-repeat:repeat-x;
 }

h2 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc6633;
	border-bottom: thin #663300 dashed;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 6px;
	margin-top: 4px;
	padding-bottom: 4px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ea5816;
	padding-left: 0px;
}

#wrapper {
 width: 950px;
 min-height: 100%;
 margin: 0 auto;
 margin-top: -43px; /*footer height - this drags the outer 40px up through the top of the monitor */
 background: #ffffff;
 border-left: 10px solid #262626;
 border-right: 10px solid #262626;
}

* html #wrapper {/* ie6 and under only*/
    height:100%;
}

#wrapper:after {/* thank you Erik J - instead of using display table for ie8*/
    clear:both;
    display:block;
    height:1%;
    content:" ";
}

/* #footer {
	margin: 0;
	height: 40px;
	background-color:#EA5816;
	text-align:left;
	font-size: 11px;
	clear: both;
	border-top-width: 3px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2d120b;
	border-right-color: #262626;
	border-left-color: #262626;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 940px;
} */

#footer {
 margin: 0 auto;
 width: 950px;
 height: 40px; /* must match negative margin of #wrapper */
 border-top: 3px solid #2d120b;
 border-left: 10px solid #262626;
 border-right: 10px solid #262626;
 background-color:#EA5816;
 text-align:left;
 font-size: 11px;
 clear: both;
}



img {
 border: none;
}

#header {
	text-align:left;
	border-top: 43px solid #fff; /* soak up negative margin and allows header to start at top of page*/
	background-color: #ffffff;
	border-bottom: 25px solid #EA5816;
	font-size: 120%;
}

.header {
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;

}

#navbar {
	padding: 4px;
	background-color: #2d120b;
	margin: 0px;
}

.block {
 display: block;
 border: thin dotted #663300;
 padding: 15px;
 margin: 5px;
 font-size: 14px;
}

.block p {
	text-align:justify;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
 }

#leftcolumn { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 180px;
 float: left;
 text-align: left;
 margin-bottom: 15px;
 margin-left: 10px;
}

.center { text-align: center; }

#centercolumn { /* Parent Wrapper for inside boxes */
	margin: 0px 5px 0px 15px;
	width: 720px;
	text-align: left;
	float: left;
	background-image: url(../pix/background-fade-orange.png);
	background-repeat: repeat-x;
}

#rightcolumn {
 margin: 0px 0px 0px 11px;
 display: inline; /* IE Hack */
 float: left;
}


/* SideBar Menu */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font:  13px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #2d120b; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #EA5816;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(../pix/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
hr {
	padding: 0px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #663300;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a {
	color: #ea5816;
	text-decoration: none;
}
a:hover {
	color: #2D120B;
	text-decoration: none;
}
h4 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 115%;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#paddingLR {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#paddingBase {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}
td {
	margin: 0px;
	padding: 0px;
}
img.imgAlignRight {
	border: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}
.orangeText {

	color: #ea5816;
	text-decoration: none;
}
.leftPadding {
	margin-left: 6px;
}
.inputField300 {
	width: 300px;
}
