body {
	background-color: #24420E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #E92C4A;
	text-decoration: underline;
}

#main_text{
	font-size: 11px !important;
	margin-top: 10px;
	margin-bottom: 15px;
}


#white {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #E92C4A;
text-decoration: none;
}

#bghr {
	background-image: url(i/bg-hr.gif);
	background-repeat: repeat-y;
}	

#ttitle {
	font-family: Arial, Myriad Pro;
	font-size: 21px;
	color: #7fb8de;
}	

#stext {
	font-family: Arial, Myriad Pro;
	font-size: 11px;
	color: #D59F0F;
	font-weight: bold;
	margin-top: 0px;
}
#prext {
	font-family: Arial, Myriad Pro;
	font-size: 11px;
	color: #D59F0F;
	font-weight: bold;
}
#prtitle {
	font-family: Arial, "Myriad Pro";
	font-size: 12px;
	color: #D59F0F;
	font-weight: bold;
}

#protitle {
	font-family: Arial, "Myriad Pro";
	font-size: 12px;
	color: #D59F0F;
	font-weight: bold;
}
#contitle {
	font-family: Arial, "Myriad Pro";
	font-size: 12px;
	color: #E92C4A;
	font-weight: bold;
}
#cources {
	font-family: Arial, "Myriad Pro";
	font-size: 12px;
	color: #56BA53;
	font-weight: bold;
}
#ctext {
	font-family: Arial, "Myriad Pro";
	font-size: 11px;
	color: #D59F0F;
	font-weight: bold;
}
#cqtext {
	font-family: Arial, "Myriad Pro";
	font-size: 11px;
	font-style: italic;
}
#qtext {
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	color: #E92C4A;
	/*font-style: italic;*/
	font-weight: bold;
}

#gtext {
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	color: #005B25;
	/*font-style: italic;*/
	font-weight: bold;
}
#rtext {
	font-family: Arial, "Myriad Pro";
	font-size: 11px;
	color: #E92C4A;
	font-weight: bold;
}

#ptext {
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	color: #231F20;
	/*font-style: italic;*/
	font-weight: bold;
}

#atext {
	font-family: Arial, Myriad Pro;
	font-size: 10px;
	color: #000000;
}
#celltext {
	font-family: Arial, Myriad Pro;
	font-size: 9px;
	color: #ffffff;
}
.cform {
    font-family: Arial, "Myriad Pro";
    font-size: 11px;
    color: #000000;
    width: 430px;
    border: 1px solid #555555;
    background-color:#eeeeee;
}

.button{
	border: 1px solid #555555;
	background-color: #c5e7c4;
	color: #785200;
}

#tinclude {
	font-family: Arial, "Myriad Pro";
	font-size: 11px;
	color: #E92C4A;
	font-weight: bold !important;
}
#linclude {
	font-family: Arial, "Myriad Pro";
	font-size: 10px;
	font-weight: bold;
}
	
#page-container {
margin: 0 auto;
width: 440px;
text-align: left;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  border: 0 none;
	margin: 0;
	padding: 0;
	width: 440px; /*For KHTML*/
	list-style: none;
	height: 16px;
}

ul#navmenu-h li {
  border: 0 none;
	margin: 0;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	line-height: 25px;
	width: 110px;
}

ul#navmenu-h ul {
	margin: 0;
  border: 0 none;
	padding: 0;
	width: 60px;
	list-style: none;
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 10000;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu-h ul li {
  width: 110px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  line-height: 30px;
}

/* Root Menu */
ul#navmenu-h a {
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #7C3A00;
	text-decoration: none;
	height: auto !important;
	width: 97px !important;
	height: 1%; /*For IE*/
	font-family: Arial, "Myriad Pro", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background: #E1B65A;
	color: #003C18;
	text-transform: uppercase;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	width: 97px !important;
	float: none;
	color: #003C18;
	text-transform: capitalize;
	font-size: 10px;
	line-height: 16px;
	background-image: url(i/bgli.gif);
	background-repeat: repeat-y;
	background-position: right;
	/*border-left: 2px solid #9EB29C;*/
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	width: 97px !important;
	color: #E92C4A;
	text-transform: capitalize;
	font-size: 10px;
	line-height: 16px;
	background-image: url(i/bgli.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#end {
	width: 101px;
	height: 5px !important;
	background-image: url(i/bgliend.gif);
	background: url(i/bgliend.gif) no-repeat;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
