@charset "utf-8";
/* CSS Document */

body {
	background-color: #dfdfdf;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.search{
	width: 130px;
}
.click {
	font-size: 9px;
	text-decoration: underline;
	color: #0000ff;
}
#login_form{
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	font-size: 11px;
}
#login_form input{
	padding: 0px;
	font-size: 11px;
	margin: 0px;

}
#container {
	margin: 0px auto;
	backgroun-color: #ffffff;
	width: 764px;
	height: 100%;
}
#main #left_column #audience #audience {
	margin: 0px;
	padding: 0px;
}
#main {
	margin: auto;
	display: block;
	float: left;
	width: 764px;
	height: auto;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	/*position: absolute;*/
	top: 0px;
	bottom: 0px;
}
#breadcrum{
	width: 599px;
	background-color:#cccccc;
	display: block;
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
}
#breadcrum a{
	text-decoration: none;
	color: #000000;
}
#breadcrum a:hover{
	text-decoration: underline;
	color: #ff0000;
}
#footer {
	width: 757px;
	height: 15px;
	background-color: #2A3086;
	text-align:left;
	font-weight: lighter;
	color: #FFFFFF;
	margin: auto;
	padding: 5px 0px 0px 9px;
	display: block;
	clear: left;
	margin: auto;

}
#header_nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 762px;
	background-image: url(../images/index_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	display: block;
	height: 29px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header_nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-right-color: #91a6bb;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	height: 29px;
	clear: none;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 29px;
	vertical-align: text-bottom;
}
#header_nav a:hover {
	text-decoration: underline;
}
#header_nav form {
	margin: 0px;
	padding: 0px;
	height: 29px;
}
#header_nav input {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: right;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#header_banner {
	margin: auto;
	display: block;
	height: 96px;
	width: 764px;
}
#header_banner img {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_banner #banner_image {
	display: block;
	float: left;
	height: 96px;
	width: 603px;
}
#header_banner #banner_image #banner_title {
	font-size: 24px;
	padding-top: 55px;
	padding-left: 12px;
}

.right_border {
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
}

#personal_area {
	width: 764px;
	display: block;
	margin: auto;
	height: 24px;
	background-color: #e0eae2;
}
#welcome{
	width: 500px;
	float: left;
	display: block;
	text-align: left;
	line-height: 24px;
}
#welcome img{
	float: left;
}
#logout{
	width: 254px;
	float: left;
	display: block;
	text-align: right;
	line-height: 24px;
}

#audience_select {
	background-color: #9999CC;
	visibility: hidden;
	display: block;
	margin-left: 5px;
	border: 1px solid #000000;
	clear: none;
	position: absolute;
	margin-top: 15px;
}
#audience   {
	width: 158px;
	height: 55px;
	background-color:#ffffff;
	display: block;
	float: left;
	padding-top: 8px;
	padding-left: 2px;
}
#audience_id        {
	font-size: 10px;
	font-variant: normal;
	color: #000000;
}
#audience  form   {
	margin: 0px;
	padding: 0px;
}
.bold {
	font-weight: bold;
}

#leftcolumn{
	width: 159px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000; 
}
#content{
	width: 582px;
	background-color:#ffffff;
	display: block;
	float: left;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#content .title {
	font-size: 24px;
	color: #102c63;
	font-weight: bold;
}