@charset "UTF-8";
body, table, tr, form {
	color: #4d4d4d;
	font: 11px/16px Verdana, Arial;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

	a { text-decoration: none; color: #701212; }
	a:link {color: #4d4d4d; text-decoration: none; }
	a:visited {color: #4d4d4d; text-decoration: none; }
	a:hover {color: #701212; text-decoration: underline; }
	a:active {color: #28518f; }
	
.title_black {
	font-size: 11px;
	color: #000000;
}

.title_saffron {
	font-size: 11px;
	font-weight: bold;
	color: #C65705;
}

.title_green {
	font-size: 11px;
	font-weight: bold;
	color: #004E1F;
}

.title_gray {
	font-size: 11px;
	font-weight: bold;
	color: #939598;
}

.bottom_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a6a6a6;
	border-right-color: #a6a6a6;
	border-bottom-color: #a6a6a6;
	border-left-color: #a6a6a6;
}

.indenting {
	text-indent: 30px;
}

.header_maintitle {
	font-size: 17px;
	color: #CCC;
}

.header_maintitle_saffron {
	font-size: 17px;
	color: #C65705;
	font-weight: bold;
}

.header_maintitle_black {
	font-size: 17px;
	color: #000000;
}


.Body_title {
	font-size: 17px;
	font-weight: bold;
	color: #C65705;
}

.Panels_title {
	font-size: 11px;
	color: #701212;
	font-weight: bold;
	background-image: url(../images/bg-sidebar-title1.jpg);
	background-repeat: repeat-x;
	padding-left: 11px;
}

.Projects_title {
	font-size: 12px;
	color: #701212;
	font-weight: bold;
}

.Projects_title_gray {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

.additional_panels_text {
	padding-left: 11px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.footer {
	font-size: 9px;
	color: black;
}

.footer_gray {
	font-size: 9px;
	color: #999999;
}

.textfield_effect { border-width: 1px; border-style: solid; border-color: #4d4d4d; width: 70px; height: 15px; color: #999999;}

.textfield_effect_search {
	border-width: 1px;
	border-style: solid;
	border-color: #4d4d4d;
	width: 140px;
	height: 15px;
	color: #999999;
}

#right_panel {
	margin-top: 0px;
	overflow: hidden;
	border: solid 0px #a6a6a6;
	margin-right: 0px;
	margin-bottom: 20px;
	float: left;
	width: 200px;
	clear: right;
	padding-bottom: 10px;
	background-image: url(../resources/images/gen_sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.box-title {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	height: 20px;
	padding: 0 10px;
	color: #0096ab;
	background-image: url(../images/gen_sidebar_title.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.box-copy {
	font-size: 9px;
	line-height: 16px;
	color: #4d4d4d;
	padding: 5px 10px 0;
}
.box-link { padding: 0 10px; }

#main_panel {
	margin-top: 0px;
	overflow: hidden;
	border: solid 0px #a6a6a6;
	margin-right: 0px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	clear: right;
	padding-bottom: 10px;
	background-image: url(../images/gen_sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.floatright1
{
	float: right;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 0px solid #a6a6a6;
}

.floatright
{
	float: right;
	width: 70px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 0px solid #a6a6a6;
}

div.floatright img
{
border-top: 2px solid #a6a6a6;
border-right: 1px solid #a6a6a6;
border-bottom: 1px solid #a6a6a6;
border-left: 2px solid #a6a6a6;
}
.indenting2 {
	text-indent: 60px;
}
.header_maintitle2 {
	font-size: 14px;
	color: #C65705;
	position: relative;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.home_boxbg {
	background-image: url(../images/home_spotlight3_middlebg.jpg);
}
.home_boxbg2 {
	background-image: url(../images/home_box_middlebg.jpg);
}
