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

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #272727;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(images/bodybkgrd.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #703a14;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9c5829;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #535353;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

#container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/************** NAVIGATION ****************/
ul {
	margin: 0px 0 20px 30px;
	padding: 0;
	list-style: disc url(DEPARTMENT/department.css);
	color: #333333;
}

ul li {
	padding: 0 0 0 17px;
	margin: 0 170px 5px 0;
	text-align: justify;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	height: 30px;
	background-image: url(images/navbar-20.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#nav ul {
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #cccc66;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#nav a.selected:link, #nav a.selected:visited, #nav a:hover {
	color: #000000;
}

#nav a:hover {
	height: 30px;
	color: #000000;
	background-image: url(images/navbutt_hover.gif);
	background-repeat: repeat-x;
}
/************ LEFT COLUMN ******/

#leftcont {
	float: left;
	margin-left: 20px;
	width: 200px;
	padding: 0px;
}

#sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/ltcol_bkgrd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#sidebar1 a:link, #sidebar 1 a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #cccc66;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;

}

#sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c47a39;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#sidebar1top h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
}

#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
}

#sidebar1 a:link, #sidebar1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A52E27;
}

#sidebar1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
}

#sidebar1top {
	height: 25px;
	background-color: #FF00FF;
	background-image: url(images/ltcol_h1bkgrd.gif);
	background-repeat: no-repeat;
	float: left;
	width: 200px;
}

#sidebar1bott {
	height: 25px;
	background-color: #FFFFFF;
	background-image: url(images/ltcol_bottbkgrd.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: bottom;
	width: 200px;
}

/**** TABLES ****/
caption {
	padding: 0 0 5px 0;
	width: 325px;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #643A1A;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	border: 1px solid #422611;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}

td {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #777700;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999900;
	border-bottom-color: #999900;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999900;
}


td.alt {
	color: #474747;
	background-color: #D9D7AD;
}

/************** CONTENT AREA **********************************/

#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#footer {
	background-image: url(images/footer_bkgrd.jpg);
	background-repeat: no-repeat;
	height: 148px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]</head>
