body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	color: #FF6600;
	text-transform: capitalize;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 0px;
	margin-top: 0px;


}



body.cms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #ffffff;

}
td.title{
	font-weight: bold;
	color: #FF9900;
	font-size: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	text-indent: 4px;
}
tr.row{
	font-size: 80%;
	color: #FF6600;
	background-color: #FFFFFF;

}
td.row{
	font-size: 90%;
	color: #FF9900;
	background-color: #FFFFCC;
}
a {
	font-size: 110%;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-size: 110%;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;


}
a:hover {
	font-size: 110%;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFCC66;
	font-weight: bold;

}
a.footer  {
	font-size: 60%;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;

}
a:hover.footer  {
	font-size: 60%;
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
}
a:visited.footer  {
	font-size: 60%;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}



.menu {
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
}
.menu ul
{
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.menu li
{
	float: left;
	position: relative;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #FFFFFF;
	background-color: #FF6600;
}
.menu a{
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	font-size: 100%;
	color: #FF6600;
	text-decoration: none;
	background-color: #ffffff;
	}

.sub_menu {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0px;
	margin-left: 0px;	}
	
.sub_menu li
{
list-style: none;
margin: 0px;
padding:0px;

}
	
a.sub_menu{
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 0px;
	}
a:visited.sub_menu  {
	color: #FFFFFF;
	font-size: 90%;

}
a:hover.sub_menu {
	font-size: 90%;
	font-weight: bold;
	color: #FF6600;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#screen_area {
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	width:777px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;

}

#calendar_area {
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	width:95%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;

}

#navigation {
	font-style: normal;
	vertical-align: middle;
	background-image: url(images/header_back.gif);
	background-repeat: no-repeat;
	width: 777px;
}

#content_block {
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
	width: 760px;
	margin-left: 10px;
}
#footer_block {
	clear: both;
	width: 95%;
}
#skip {
	font-size: 1px;
	line-height: 1px;
}
#sub_content_header {
	width: 95%;
	color: #FF6600;
	font-weight: bold;
	font-size: 110%;
	float: none;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border: medium double #FF9900;
}
#sub_content_footer {
	width: 95%;
	color: #FF9900;
	font-weight: bold;
	font-size: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #FF9900;
}
#sub_content {
	background-color: #FFFFFF;
	width: 95%;
	font-weight: normal;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.float_right_left_align {
	width: 50%;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	text-align:left;
}
.highlight_bar {
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	text-align:center;
	font-size: 110%;
	background-color: #FFCC99;
	color: #FF6600;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.highlight_bar2 {
	float: none;
	margin-right: 10px;
	margin-left: 10px;
	text-align:left;
	font-size: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.float_right_right_align {
	width: 30%;
	float: right;
	text-align:right;
	margin: 0px;
}
.nav_box {
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	float: left;
	margin-left: 2px;
	width: auto;
	height: auto;
	background-color: #FF6600;
}
.logo_box {
	color: #FFFFFF;
	width:800px;
}

.outline_box {
	background-image: url(../images/outline_box.gif);
	background-repeat: no-repeat;
}
h3 {
	color: #FF6600;
	font-size: 90%;
	margin-top: 0px;
}
.linked-day {
}
.linked-day a {
	font-size: 80%;
	color: #FF6600;
}
.calendar-month {
	color: #FF6600;
}
.calendar-title {
	font-size: 200%;
	color: #FF6600;
}
.article_wrapper_padding {
	border: thin solid #FF9900;
	font-size: 100%;
	margin: 10px;
	padding: 10px;

}
.article_wrapper {
	border: thin solid #FF9900;
	font-size: 100%;
	width: 90%;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
	padding: 5px;

}
.article_wrapper p {
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.cms_menu {
	font-size: 95%;
}
.small_text {
	font-size: 80%;
}
.float_left {
	float: left;
	width: auto;
}
.float_right {
	float: right;
	width: auto;
	padding: 5px;
}
ul {

}
.error_text {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.calendar_list {
	list-style-type: none;
}
.calendar_event_border {
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: medium dotted #DFDFDF;
}
.calendar_event_funding_border {
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: medium dotted #FF0000;
}
.calendar_event_job_border {
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: medium dotted #0000FF;
}
.calendar_event_training_border {
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: medium dotted #009900;
}
.input_medium {
	border: thin solid #FF6600;
	width: 150px;
}
.input_long {
	border: thin solid #FF6600;
	width: 400px;
}
.highlight {
	background-color: #FFEBDD;
	margin: 5px;
	padding: 15px;
	border: thin solid #FF6600;
}
.button {
	color: #FFFFFF;
	background-color: #FF6600;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
}
