
body, p, td, th, h1, h2, h3, h4, h5, h6, .FinePrint, select, input, button, td, th { font-family: 'Times New Roman', Times, serif; }
body { color: #000; font-size: 13px; font-weight: normal; margin: 0; background-color: #FF9933;}
p, td, th { color: #000; font-size: 13px; font-weight: normal; margin-top: 0; }
h1,h2,h3,h4,h5,h6 { margin-top: 0; }
a:link { text-decoration: underline; color: #000099; }
a:visited { text-decoration: underline; color: #000099; }
a:hover { text-decoration: underline; color: #0000CC; }
a:active { text-decoration: underline; color: #000099; }
h1 { color: #000; font-size: 19px; font-weight: bold; }
h2 { color: #000; font-size: 17px; font-weight: bold; }
h3 { color: #000; font-size: 17px; font-weight: bold; }
h4 { color: #000; font-size: 17px; font-weight: bold; }
h5 { color: #000; font-size: 17px; font-weight: bold; }
h6 { color: #000; font-size: 17px; font-weight: bold; }
.LargeText { color: #000; font-size: 15px; font-weight: normal; }
.SmallText { color: #000; font-size: 12px; font-weight: normal; }
.FinePrint { color: #000; font-size: 10px; font-weight: normal; }
.ColorText1 { color: #009; }
.ColorText2 { color: #900; }
img { border: 0; }
b { font-weight: bold; }
i { font-style: italic; }
pre { }
code { }
blockquote { }
ol { }
ul { }
#layoutBody { width: 760px; text-align: center; left: 50%; right: 50%; margin: 0 auto; padding: 0 auto; margin-top: 55px; }
#layoutLeftColumn { width: 150px; align: center; background-color: #FF6600; border-right: 1px solid black; border-left: 2px solid black; }
#layoutCenterColumn { background-color: #FF6600; }
#layoutRightColumn { width: 150px; align: center; background-color: #FF6600; border-left: 1px solid black; border-right: 2px solid black; }
#layoutHeader {  border-bottom: 1px solid black; border-top: 2px solid black;border-left: 2px solid black; border-right: 2px solid black; }
#layoutFooter {  border-bottom: 2px solid black; border-top: 1px solid black;border-left: 2px solid black; border-right: 2px solid black; }
.cube { align: center; }
.cubeLabel { font-weight: bold; margin-top: 5px; padding:5px; text-align: left; background-color:#bf4d00; color:#ffffff; }

.custom1, .custom1 a { background: #FF6600; color: #000000; }
.custom1light, .custom1light a { background: #ff8d40; color: #000000; }
.custom1lighter, .custom1lighter a { background: #ffd9bf; color: #401a00; }
.custom1dark, .custom1dark a { background: #bf4d00; color: #ffffff; }
.custom1darker, .custom1darker a { background: #401a00; color: #ffd9bf; }
.custom2, .custom2 a { background: #FF9900; color: #000000; }
.custom2light, .custom2light a { background: #ffb340; color: #000000; }
.custom2lighter, .custom2lighter a { background: #ffe5bf; color: #402600; }
.custom2dark, .custom2dark a { background: #bf7300; color: #ffffff; }
.custom2darker, .custom2darker a { background: #402600; color: #ffe5bf; }
            
     .ckeditorclass { background-color: #FF6600; background-image:none; margin: 5px; }
            
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/* font: bold 13px Verdana; */
width: 150px; /* 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; */
border:	1px solid #401a00;
margin-bottom: -1px;
text-align: left;
}

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

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

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

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

.sidebarmenu a.subfolderstyle{
background: url(/admin/js/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 */


#header{
	position: relative;
	background: url('../components/headImage.jpg') no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 200px;
	border-bottom: 1px #FF6600 solid;
}
#title{
	position: absolute;
	top: -50px;
	left:0px;
	width:760px;
	font-size:30px;
	text-align:center;
	z-index: 20;
	color: #000000;	
}
#subtitle{
	visible: hidden;
}
#menu {
	position: absolute;
	top:170px;
	left:0px;
	width: 760px;
	height:30px;
	z-index: 20;
}

#menu ul {
	margin: 0;
	padding:0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: #FF9900;
	color: #000000;
	height:16px;
	padding-top: 7px;
	padding-bottom:7px;
	text-decoration: none;
	font-size: 13px;
	width:20%;
	filter:alpha(opacity=80);
	opacity:.80;
}

#menu a:hover {
	text-decoration: none;
	background: #ff8d40;
	border-bottom: 0px none;
	color: #000000;
	filter:alpha(opacity=99);
	opacity:99;
}

#menu .active a {
	background: #ff8d40;
	height:16px;
	filter:alpha(opacity=99);
	opacity:.99;
}

#menu .active:hover a {
	background: #ff8d40;
	color: #000000;
	height:16px;
	filter:alpha(opacity=99);
	opacity:.99;
}
    