@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background-color: #342408;
	margin: 0px;
	background-repeat: no-repeat;
}

a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #660000;
}

/* -------------- CSS for announcement section on left panel ----------------- */

.ann_date {
	color: #FF9900;
	font-weight: bold;
	padding: 15px 10px 2px 10px;
}

.ann_title {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 10px 2px 10px
}

.ann_content {
	color: #BBBBBB;
	padding: 2px 10px 2px 10px
}

/* -------------- CSS for banner area ----------------- */

.column_divider {
	border-left: #CCCCCC solid 1px;
}

/* -------------- CSS for table padding ----------------- */

.cell_maincontent {
	padding: 5px;
}


/* -------------- CSS for lists ----------------- */

ul {
	list-style: square;
}

li {
	padding-bottom: 10px;
}

/* -------------- CSS for secondary navigation ----------------- */

.secnav {
	background-color: #2C1E06;
	font-size: 10px;
	line-height: 1em;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
	text-transform: lowercase;
}

.secnav_currentpg {
	background-color: #660000;
	font-size: 10px;
	line-height: 1em;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
	text-transform: lowercase;
}

.secnav:hover {
background-color: #533F18;
	color: #FFFFFF;
}

.secnav_currentpg:hover {
background-color: #533F18;
	color: #FFFFFF;
}


/* -------------- CSS for form elements ----------------- */

input, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* -------------- CSS for font sizes ----------------- */
.font_sm {
	font-size: 9px;
	line-height: 1.2em;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
	color: #000033;
}

.cell_subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/sub_header.gif);
	text-indent: 6px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
