@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../img/layout/home/background.png) repeat-x #e5edf7;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

a,a:visited,a:link {
	color: #0000f4;
}

a:hover {
	color: #0000f4;
}

.layout-column {
	width: 700px;
}

input[type="text"] {
	padding: 3px;
	border: 1px solid #CCC;
}

input[type="text"]:focus { /* border:1px solid #38C; */
	/*background-color: #ECFFFF;*/
}

input[type="password"] {
	padding: 3px;
	border: 1px solid #CCC;
}

input[type="password"]:focus {
	/*background-color: #ECFFFF;*/
}

.layout-full {
	width: 922px;
}

#body-container {
	margin: 0 auto 0 auto;
	width: 950px;
	background-color: #f5f5f5;
}

#body-body {
	border: 1px solid #cbcbcb;
}

#body-top {
	height: 56px;
	background-color: #FFF;
}

#body-top-top {
	background-color: #FFF;
	float: left;
}

#body-body-top-bar {
	height: 37px;
	background: url(../img/layout/home/body-top-bg.png) repeat-x;
}

#top-loggedin-section a,#top-loggedin-section a:link,#top-loggedin-section a:visited
	{
	color: blue;
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin: 5px;
	text-decoration: underline;
}

#top-loggedin-section a:hover {
	text-decoration: underline;
	font-weight: inherit;
	color: #fc7216;
}

#body-body-top-bar-navigation {
	float: right;
}

#body-body-top-bar-search {
	float: left;
}

#body-body-main {
	padding: 7px;
}

#body-body-content {
	background-color: #FFF;
	border: 1px solid #acacac;
	padding: 5px;
	float: left;
}

#body-body-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003663;
	font-size: 1.8em;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}

#body-body-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003663;
	font-size: 1.8em;
	clear: both;
}

#body-body-content h2.person-name {
	color: #0054a6;
	font-size: 2.2em;
	margin: 0;
	padding: 7px;
	border-bottom: 1px solid
}  /*
#body-body-content h3 {
	background: #fefdd3;
	color: #d29e01;
	padding: 7px;
	border-bottom: 1px solid #f0e007;
	clear: both;
	margin: 7px 0;
}*/
#body-body-content h3 {
	background: none repeat scroll 0 0 #CEE4F7;
	border-bottom: 2px solid #0D75BB;
	clear: both;
	color: #0D75BB;
	font-size: 14px;
	margin: 7px 0;
	padding: 7px;
}

#body-body-content h4 {
	clear: both;
	padding: 4px 7px;
	margin: 5px 0 10px 0;
	color: #666;
	background: #F5F5F5;
	border-bottom: 1px solid #CCC;
}

#body-body-right {
	-moz-border-radius: 20px 0 20px 0;
	border: 1px solid #ACACAC;
	float: right;
	padding: 16px 15px 25px 11px;
	width: 187px;
	background: url(../img/layout/home/body-body-right-bg.png) #FFFFFF
		repeat-x bottom;
}

#body-top-right {
	float: right;
}

#body-footer {
	background: #e5edf7;
	padding: 7px;
}

a.logo,a.logo:link,a.logo:visited {
	background: url(../img/layout/home/logo-normal.png) no-repeat 0 0;
	width: 350px;
	height: 55px;
	display: block;
	text-indent: -9999px;
}

a.logo:hover {
	background: url(../img/layout/home/logo-normal.png) no-repeat 0 -55px;
}

#body-body-top-bar-navigation a,#body-body-top-bar-navigation a:link,#body-body-top-bar-navigation a:visited
	{
	padding: 5px;
	margin: 5px 5px 5px 0;
	color: black;
	text-decoration: none;
	display: block;
	float: left;
	font-weight: bold;
	border-right: solid 1px #666;
}

#body-body-top-bar-navigation a:last-child {
	border: none;
}

#body-body-top-bar-navigation a:hover {
	text-decoration: underline;
}

#body-body-top-bar-search {
	padding: 5px;
}

#body-body-top-bar-search .search-input {
	font-size: 10pt;
	padding: 3px;
	width: 190px;
}

#body-body-top-bar-search .search-button {
	padding: 1px;
}

#footer-menu {
	font-size: 11px;
	color: #778695;
}

#footer-menu li {
	display: inline;
}

#footer-menu li a,#footer-menu li a:link,#footer-menu li a:visited {
	color: #1d76be;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 5px;
}

#footer-menu li a:hover {
	text-decoration: underline;
}
.sectionDescription
{
	font-size:18px;
	padding:8px 0;
}