/* GENERAL ********************************************************************/
* {
	font-family: 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}

html {
	width: auto;
	height: 100%;
}

body {
	height: 100%;
	background-color: #232323;
	color: #000000;
}

p {
	margin: 1em 0;
}

/* LINKS **********************************************************************/
a {
	color: #194B95;
	text-decoration: underline;
}

a:hover {
	color: #194B95;
	text-decoration: underline;
}	


/* HEADERS ********************************************************************/
h1 {
	font-size: 16pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 9pt;
}

h4 {}
h5 {}
h6 {}


/* TABLES *********************************************************************/
table {}
tr {}
th {}
td {}


/* LISTS **********************************************************************/
ul {
	margin-left: 20px;
}

li {}


/* FORMS **********************************************************************/
input, select, textarea {
	padding: 1px;
	margin: 2px;
	border: solid 1px #000000;
	font-size: 8pt;
}


/* CLASSES ********************************************************************/
/* clear and float */
.lclear {
  clear: left;
}

.rclear {
  clear: right;
}

.clear {
  clear: both;
}

.lfloat {
  float: left;
}

.rfloat {
  float: right;
}

/* floats images */
.limg {
	margin: 0px 15px 15px 0px;
}

.rimg {
	margin: 0px 0px 15px 15px;
}


/* gui */
.bgwhite {
	background-image: none !important;
	background-color: #FFFFFF !important;
	color: #000000 !important;
}
	
.none {
	display: none;
}

.box {
	padding: 10px 15px 20px 15px;
	margin: 0px 11px 0px 10px;
}
	.box h2 {
		width: auto;
		min-height: 20px;
		padding: 0px 10px 0px 10px;
		font-size: 12pt;
		color: #333333;
		font-weight: bold;
		text-align: left;
	}

	.box h6 {
		width: auto;
		height: 20px;
		padding: 0px 10px 0px 10px;
		font-size: 8pt;
		color: #777779;
		font-weight: normal;
	}

	.box p {
		width: auto;
		padding: 0px 10px 0px 10px;
		font-size: 9pt;
	}
	
	.box .info {
		display: block;
		margin-top: 15px;
		font-size: 8pt;
		text-align: right;
	}
	
	.box .portrait {
		border: solid 1px #666666;
		padding: 3px;
	}
	
	.box .blue {
		display: block;
		padding: 10px;
		background-color: #F0F5FB;
		border: solid 1px #E0E0F0;
	}
		.box .blue p {
			margin: 0px;
			font-size: 8pt;
			color: #808090;
		}
		
		.box .blue b {
			font-size: 8pt;
			color: #808090;
		}

.news h2 {
	font-family: 'Georgia';
	font-size: 24pt;
	font-weight: normal;
}

.forms {
	border: solid 1px #AAAAAA;
	padding: 10px;
}
	.forms .labels {
		display: block;
		float: left;
		background-color: #F0F5FB;
	}

	.forms label {
		display: block;
		float: left;
		width: 220px;
		padding: 4px;
		padding-left: 10px;
		font-weight: bold;
		color: #333333;
	}
	
	.forms .fields {
		display: block;
		float: left;
		width: 325px;
		padding: 5px;
		padding-left: 10px;
		background-color: #FFFFFF;
		color: #333333;
		font-weight: normal;
	}

	.forms input, 
	.forms select, 
	.forms textarea {
		border-color: #CCCCCC #CCCCCC #CCCCCC #2554A6;
		border-style: solid;
		border-width: 1px 1px 1px 3px;
		color: #333333;
	}

	.forms cite {
		font-style: normal;
		font-size: 8pt;
		color: #777777;
	}

	.forms .btn, .btn {
		background-color: #246FC0;
		border: none;
		border: 1px solid #2054A8;
		color: #FFFFFF;
	}

.abtn {
	display: block;
	width: 80px;
	height: 20px;
	padding: 3px 10px 3px 10px;
	background-color: #F4F4FF;
	border: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #DDDDDD #888888 #888888 #DDDDDD;
	text-align: center;
	cursor: pointer;
	line-height: 20px;
}
	.abtn a {
		display: block;
		width: 100%
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
	}
	.abtn a:hover {
		text-decoration: none;
	}

.tbdata {
	border-collapse: collapse;
}
	.tbdata a {
		font-size: 8pt;
	}

	.tbdata th {
		padding: 6px;
		background-color: #AAAAB0;
		color: #FFFFFF;
		text-align: left;
	}

	.tbdata td {
		height: 18px;
		padding: 6px 4px;
		font-size: 8pt;
		color: #333340;
		border-bottom: solid 1px #E0E0F0;
	}

	.tbdata .rowOdd {
		background-color: #F4F4FF;
		color: #333340;
	}


.tbinfo {
	border-collapse: collapse;
}
	.tbinfo a {
		font-size: 8pt;
	}

	.tbinfo th {
		padding: 6px;
		background-color: #EAF0F6;
		color: #333339	;
		text-align: right;
	}

	.tbinfo td {
		padding: 6px 4px 6px 10px;
		font-size: 8pt;
		color: #333340;
		border-top: solid 1px #EAF0F6;
		border-bottom: solid 1px #EAF0F6;
	}



/* LAYERS *********************************************************************/
#wrapper {
	padding: 0;
	margin: auto;
	width: auto;
	background-image: url('images/gray_background.jpg');
	background-position: 0px 157px;
	background-repeat: repeat-x;
}

#header {
	margin: 0 auto;
	height: 157px;
	width: auto;
	background-color: #000056;
	background-image: url('images/header_back.jpg');
}
	#header #hcontent {
		height: 157x;
		width: 1000px;
		margin: 0 auto;
		background-position: top right;
		background-repeat: no-repeat;
	}

#headerNews {
	margin: 0 auto;
	height: 160px;
	width: auto;
	background-color: #FFFFFF;
}
	#headerNews #hcontent {
		height: 160px;
		width: 1000px;
		margin: 0 auto;
		/*background-image: url('images/header_news_background.jpg');*/
		background-position: bottom right;
		background-repeat: no-repeat;
	}


	#headerNews #logo,
	#header #logo {
		margin-top: 20px;
		margin-left: 20px;
		float: left;
	}

	#hmenu {
		float: right;
		width: 620px;
		margin-right: 5px;
		text-align: right;
	}
		#hmenu ul {
			display: block;
			width: 620px;
			height: 30px;
			margin-left: 0px;
		}

		#hmenu li {
			float: left;
			width: 100px;
			padding: 10px 0px 6px 0px;
			list-style: none;
			text-align: center;
		}

		#hmenu a {
			display: block;
			width: 100%;
			font-size: 8pt;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
		}

	#login {
		/*margin-top: 100px;*/
		margin-top: 50px;
		float: right;
		width: 400px;
		font-size: 9pt;
		font-weight: bold;
		color: #FFFFFF;
		text-align: right;
	}

#main {
	padding: 0px;
	margin: 0 auto;
	width: 1000px;
	background-image: url('images/body_middle.jpg');
	background-repeat: repeat-y;
	background-position: 10px 0px;
}
	#main #body {
		margin-left: 20px;
		width: 960px;
		background-image: none;
		background-color: #FFFFFF;
	}

	#main #left {
		width: 650px;
	}

	#main #home {
		width: 650px;
	}
		#main #home div {
			margin-bottom: 15px;
		}

		#main #home .lfloat {
			border-right: dotted 1px;
		}

		#main #home h2 {
			margin-bottom: 10px;
		}


	#main #headlines, #main #headlinesold {
		width: 650px;
	}
		#main #headlines #hlLeft, #main #headlinesold #hlLeft {
			margin: 0px 11px 0px 12px;
			margin-right: 0px;
			border-right: solid 1px #DDDDE0;
		}

		#main #headlines #hlRight, #main #headlinesold #hlRight {
			margin: 0px 11px 0px 10px;
			margin-right: 0px;
			border-left: solid 1px #DDDDE0;
		}

		#main #headlines #hlLeft div,
		#main #headlines #hlRight div,
		#main #headlinesold #hlLeft div,
		#main #headlinesold #hlRight div {
			border-top: dashed 1px #DDDDE0;
			margin: 0px;
		}

		#main #headlinesold h2, #main #headlinesold h2 {
			margin-bottom: 10px;
		}

	#main #news {
		width: 350px;
		margin-left: -10px;
	}

#menu {
	width: 1000px;
	margin: 0 auto;
	background-image: url('images/body_top.jpg');
	background-repeat: no-repeat;
	background-position: 10px 35px;
}
	#menu ul {
		display: block;
	}
		#menu li {
			float: left;
			padding: 12px 24px 6px 10px;
			list-style: none;
			text-align: center;
		}

		#menu a {
			display: block;
			width: 100%;
			font-size: 8pt;
			font-weight: bold;
			color: #BBBBBB;
			text-decoration: none;
		}


	.submenu ul {
		width: 210px;
		display: block;
		padding: 0 !important;
		margin: 0 !important;
	}

	.submenu li {
		display: block;
		width: auto;
		margin: 0 !important;
		margin-left: 0px !important;

		padding-top: 4px !important;
		padding-right: 10px !important;
		padding-bottom: 4px !important;
		padding-left: 10px !important;
		
		background-color: #6A6A6A;
		float: none !important;
		text-align: left !important;
		white-space: nowrap;
	}

	.submenu li a, .arrow {
		color: #FFFFFF;
		display: block;
		font-family: 'Arial','Verdana';
		font-size: 8pt;
		font-weight: normal !important;
		overflow: hidden;
		text-decoration: none;
		vertical-align: middle;
		width: auto;
		margin: 0 !important;
		padding: 0 !important;
	}

	.submenu .separator {
		height: 0;
		padding: 0;
		border-style: solid;
		border-width: 0;
		border-top: 1px solid #9FAAAA;
		border-bottom: 1px solid #E8F2F2;
		font-size: 1px;
		line-height: 1px;
	}

	.submenu .hover, .submenu .arrowOver, .submenu a:hover {
		color: #FFFFFF !important;
		text-decoration: underline !important;
	}

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0px 20px 0px;
	margin: 0 auto;
	background-image: url('images/body_bottom.jpg');
	background-repeat: no-repeat;
	background-position: 10px 0px;
	text-align: center;
	font-size: 8pt;
	color: #777780;
}


#footerNews {
	width: 980px;
	padding: 40px 0px 20px 0px;
	margin: 0 auto;
	text-align: center;
	font-size: 8pt;
	color: #777780;
	border-top: solid 1px #C4C4C4;
}
