/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #D2D2D2;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #474747;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #000066;
}

a.priv {
	color: #FF8000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

blockquote {
	padding: 4px;
}
pre {
	font-size: 10pt;
	color: #000066;
	width: 20;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

.riframe {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
}

/* TABLE REPORT */
table.report {
	border: 1px solid;
	border-collapse: collapse;
}

table.report td {
	padding: 4px;
	text-align: left;
	border: 1px solid;
}

table.report th {
	padding: 4px;
	background: white;
	border: 1px solid;
}

table.report tr.even {
	background: #DCDCDC;
}

table.report tr.even:hover {
	background: #C0FFFF;
}

table.report tr.odd {
	background: #F4F4F4;
}

table.report tr.odd:hover {
	background: #C0FFFF;
}

#container {
	margin: 10px auto;
	background-color: white;
	width: 1000px;	
	border: 1px solid;
}


/** HEADER */

#header {
	margin: 0px auto;
	height: 120px;
	color: #254360;
}

#header h1 {
	margin: 5px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}


/** MENU */

#menu {
	width: 100%;
	margin: 0px auto;
	background: #000066;
	text-align: center;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url('/images/img04.gif') no-repeat right 50%;
	padding: 0px 20px 0px 20px; 
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover,
#menu a.current {
	background: #7171AA;
}

/* privmenu */

#privmenu {
	width: 100%;
	margin: 0px auto;
	background: #6FBB3F;
	text-align: center;
}

#privmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#privmenu li {
	display: inline;
}

#privmenu a {
	background: url('/images/img04.gif') no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#privmenu a:hover,
#privmenu a.current {
	background: #89E74E;
}

/* adminmenu */

#adminmenu {
	width: 100%;
	margin: 1px auto;
	border: 1px solid;
	background: #FFA858;
	text-align: center;
}

#adminmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#adminmenu li {
	display: inline;
}

#adminmenu a {
	background: url('/images/img04.gif') no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#adminmenu a:hover,
#adminmenu a.current {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 900px;
	margin: 10px auto;
	margin-top: 20px;
}

#columnA {
	float: right;
	width: 660px;
	padding-left: 20px;
	border-left: 1px solid #EEEEEE;
}

#columnA h1 {
	color: #000066;
	border-bottom: 1px solid #6FC245; 
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnA h3 {
	height: 22px;
	font-size: 11pt;
	font-weight: bold;
}

/* 
#columnA li {
	list-style: none;
	padding-left: 20px;
	background-image: url(/images/namex-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
*/

#columnA .newsblock {
	padding: 4px;
	background: #F4F7FF;
	border: 1px dashed auto;
}

#columnA .ctable table {
	border: 1px solid black;
	border-collapse: collapse;
}

#columnA .ctable th {
	border: 1px solid black;
	background: #FFFFCC;
	padding: 5px;
}

#columnA .ctable td {
	border: 1px solid black;
	background: #CCFFCC; 
	padding: 5px;
}

#columnA .navbox {
	display: inline;
	float: right;
}

#columnA .navbox li {
	display: inline;
	margin: 2pt auto;
	font-size: 8pt;
	vertical-align: center;
}

#columnA .navbox a {
	display: inline;
	margin: 2pt auto;
	font-size: 8pt;
}

#columnA .flashbox {
	display: inline;
	float: left;
	vertical-align: center;
}

#columnA .flashbox p.notice {
	background: #C0FFC0;
	color: #00C000;
	border: 1px dashed #00C000;
	padding: 2px 20px 2px 20px;
	text-align: center;
	font-weight: bold;
}

#columnA .flashbox p.warning {
	background: #FFC0C0;
	color: #FF0000;
	border: 1px dashed #FF0000;
	padding: 2px 20px 2px 20px;
	text-align: center;
	font-weight: bold;
}

#columnA .pagebox {
	clear: both;
	margin: 20px auto;
}

#columnA .logoblock {
	clear: both;
	text-align: center;
	margin-top: 20px;
}

#columnA .logoblock img {
	padding: 40px;
}

#columnA li.faq {
	margin-top: 8px;
	position: relative;
	z-index: 0;
}

#columnA li.faq blockquote {
	display: block;
	padding: 4px;
	background: #DDDDEB;
	border: 1px dashed #0F0F0F;
}

/*
#columnA li.faq:hover {
	background-color: transparent;
	z-index: 50;
}

#columnA li.faq blockquote {
	display: none;
}

#columnA li.faq:hover blockquote {
	display: block;
	padding: 4px;
	background: #DDDDEB;
	border: 1px dashed #0F0F0F;
}

#columnA li.faq:hover blockquote:hover {
	display: none;
}
*/

/* side menu */

#columnB {
	float: left;
	width: 180px;
}

#columnB h3 {
	height: 22px;
	margin-top: 40px;
	background: url('/images/bgh3.png') no-repeat;
	border-spacing: 2px;
	border-top: 1px solid;
	border-bottom: 2px solid;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	text-transform: capitalize;
}


#columnB .secmenu {
	font: 82% Arial, Helvetica, sans-serif;
}

#columnB .secmenu ul { 
	margin: 0;
	padding: 0;
}

#columnB .secmenu li {
	font-size: 1.1em;
	display: inline;
	margin-top: 2px;
	text-align: right;
}

#columnB .secmenu a:link,
#columnB .secmenu a:visited {
	display: block;
	color: #05181E;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	border-bottom: 2px solid #000066;
	border-left: 2px solid #000066;
}

#columnB .secmenu a:hover,
#columnB .secmenu a.current {
	padding-left: 0.95em;
	font-weight: bold;
	border-bottom: 2px solid #6FC245;
	border-left: 2px solid #6FC245;
}

#columnB .newslist {
	font: 80% Arial, Helvetica, sans-serif;
}

#columnB .newslist p {
	text-align: left;
	border-bottom: 1px dashed #EEEEEE;
}

#columnB .newslist a {
	margin-left: 20px;
}

#columnB .imgbox p {
	margin: 20px auto;
}

#columnB .imgbox table {
	border-top: 1px solid #EEEEEE;
	margin-bottom: 0px;
}

/* FOOTER */

#footer {
	clear: both;
	height: 30px;
	text-align: center;
	border-top: 1px solid black;
	background: #6FBB3F;
}

#footer p {
	margin: 4px;
	font-size: 10px;
	color: #000066;
}

#footer a {
	color: #CCCCCC;
}
