
body {
	margin: 0 auto;
	padding: 0px;
	background-image:url(../Images/BG-880-B.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#7b1f06;
}

ul, li {
list-style:none;
}

h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#ffffff;
padding-left:5px;
}

h2 {
font-size:1.2em;
}


#container {
margin: 0 auto;
	padding: 0px;
	background-color:#000000;
	width:880px;
	}

#header {
    margin: 0 auto;
	padding: 0px;
	width:880px;
	height:145px;
	}
	
#header img {
display:block;
}


#menubox {
    margin:0 auto;
	padding:0;
	width:880px;
	background-color:#FFFFFF;
	height: 21px;
	}

.menulink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: rgb(0,0,0);
	text-decoration:none;
	/* display: block;
	float: left; */
	width: 91px;
	height: 19px;
	padding: 0 12px 0 5px;
	background-color: white;
	text-align: center;
	vertical-align: bottom;
	
}

.menulink:hover {
	font-weight:bold;
	text-decoration: none;
	
}

/* Hides from IE5-mac \*/
html .menulink {height: 1%;}
/* End hide from IE5-mac */ 

.divider {
	width: 1px;
	height: 19px;
	background-color: #bababa;
	/*display: block;
	float: left; */
}

.clearing {
clear:both;
}

#headertextbox {
margin-top:15px;
	}
	
#contenttextbox {
	width:520px; /* 530px minus the 5px of padding on each side */
	/* padding: 5px 350px 5px 5px; */
	float:left;
	}

#rightcol {
	width:340px; /* 350px minus the 5px of padding on each side */
	/* padding: 5px 5px 5px 530px; */
	z-index:4;
	float:left;
	}
	

#footer {
margin:0 auto;
padding:0;
text-align: center;
width:880px;
clear:both;
}

/* SPECIAL BOX */

#rightbox {
position:absolute;
width:340px;
margin-left:530px;
margin-top:120px;
z-index:1;
}

/* -- END SPECIAL BOX -- */

a {
	text-decoration:none;
	color:#ffd200;
}

a:hover {
	text-decoration: underline;
}


#headphoto {
float:left;
width:114px;
}


/* Text Styling */

#headphototext {
float:left;
width:410px;
}

.text1 {
	padding:6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text1y {
	padding:6px;
	color: #FFd200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textital {
	padding:6px;
	color: #FFFFFF;
	font-family:"Times New Roman", Times, Adobe Garamond, serif;
	font-size: 13px;
	font-weight:normal;
}

.text1b {
	padding:6px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text1c {
	padding:6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.text1YEL {
	padding:6px;
	color: #FFd200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.text1H3 {
	padding:0px 0px 0px 6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

.text2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.text2b {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.text2bsm {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bold;
}

.text3 {
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
}

.text3i {
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-style:italic;
}


.stylef {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.style2 {color: #FFFFFF}


.twocol #left {
	float: left; 
	width: 14em; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
}

.twocol #right {
	float: right; 
	width: 14em; /* since this element is floated, a width must be given */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
}


.twocol #leftsub {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
}

.twocol #rightsub {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
}

/* End Text Styling */

#button {
position:absolute;
left:650;
}

.program {
width: 180px;
left: 0;
padding-right: 5px;
float:left;
}

.programs {
width: 180px;
left: 0;
padding-right: 25px;
float:left;
}

.clearing {
	clear:both;
	visibility:hidden;
	}