
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #2A3867;
}
body,input
{
	font-family: tahoma, sans-serif;
	font-size: 11pt;
	color: black;
}

body
{
	background-color: #ACCCFF; /***********/

}

input.button
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 0.8em;
	padding: 0.35em;
}

input.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

a
{
	color: #6E7EAF;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding-top: 145px;
	margin: 0;
/*	width: 100%;*/
	margin-left: 5px;
	margin-right: 5px;

}

/* Header */

#header
{
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 140px;
background-image: url(../img/bg_top_r.jpg);
background-position: right;
background-repeat: no-repeat;
}

#headertop
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 140px;
	overflow: hidden; /*	z-index: 10;*/
/*	background-color: #DAD78A;*/
	background-image: url(../img/bg_top.gif);
}

#header h2
{
	font-size: 11px;
	font-weight: bolder;
	color: #6E7EAF;
	display: inline;
	padding-left: 15px;
	letter-spacing: 0.8em;
	font-style: italic;
	font-family: serif;
}

#header h1
{
	font-size: 2.9em;
/*	display: inline;*/
	letter-spacing: -0.05em;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-top: 20px;
}

#header h1 a
{
	color: white;
	text-decoration: none;
	font-family : serif;

}

/* Menu */

#menu
{
	float:right;
}

#menu ul
{
	padding: 1em 0.5em 1em 0.5em;
	list-style: none;
}

#menu li
{
	display: inline;
	padding-right: 2.5em;
	font-size: 0.8em;
}

#menu li a
{
	color: #000;
	background-color: inherit;

}

#menu li a:hover
{
	border-bottom: solid 1px #eee;
}

/* Content */

#content
{
	width: 100%; /*	margin-left: 0px;
	margin-right: 0px;*/
	z-index: 10;
	background-color: White;
}

.box
{
	margin-bottom: 1.25em;
	margin-right: 1.25em;

}

.boxContent
{
	margin-top: 0.5em;
	padding: 1.25em 1em 0.25em 0em;
/*	background: #ffffff url('/images/a1.gif') top left repeat-x;*/
}

/** boxA **/

.boxA .boxContent
{
	margin-top: 0em;
	color: #BCBCBC;
	border-bottom: solid 1px #bb6600;
	background: #F0F0F0;
	padding: 1em 1.5em 1em 1em;
}

.boxA span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxA a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxA a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.boxA input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxA input.text
{
	width: 100%;
}

/** boxB **/

.boxB .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #004466;
	background: #007799;
	padding: 1em 1.5em 1em 1em;
}

.boxB span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxB a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxB a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #007799;
}

.boxB input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxB input.text
{
	width: 100%;
}

/** Content **/

#content p
{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}

#content strong
{
	font-family: serif;
	font-style: italic;
}
.xbox{
	background-color: #E6EFF6;
	color: white;
}
#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 1.0em;
}

#content h2
{
	font-size: 1.25em;
	font-style: italic;
	font-family: serif;
}

#content ul
{
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}

#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	border-left: solid 6px #558800;
}

#content blockquote p
{
	margin-bottom: 0em;
	line-height: 1.5em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -280px;
	width: 100%;
/*	background-image: url(../img/bg_secondary.gif);
	background-repeat: repeat-y;
	background-position: left; /*	background-color: #FCF190;*/
}

#primaryContent
{
	margin: 0px 0px 0px 230px;
	padding: 2.5em 15px 1.5em 25px;
	border-left: 5px solid #ACCCFF;
	border-bottom: 1px solid White;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 210px;
	padding: 10px 5px 10px 20px;
}

/* Footer */
#footerlinks
{
/*	background-color: #F0F0F0;*/
	color:#BCBCBC;
/*	font-size:11px;*/
	padding: 5px;
	margin-right: 5.2em;
	margin-left: 5.2em;
}
 #footerlinks a
{
	color:#BCBCBC;
/*	font-size:11px;*/
	text-decoration:none;
}

#footer
{
	font-size: 11px; /*	border-top: solid 1px black;*/
	position: relative; /*bottom: 0;
	left: 0px;*/
	width: 100%;
	height: 40px;
	overflow: hidden; /*	z-index: 10;*/
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(../img/tbg.gif);
}
#footer p
{
	color: #6E7EAF;
	padding: 13px 20px 15px 20px;
/*	margin: 0 100px 0 100px;*/
}
.clear
{
	clear: both;
	overflow: hidden;
	height: 0px;
}
.red{
	color: #DD6464;
}
#sheet{
/*	color: white;*/
	padding-left:10px;
	font-size: 14px;
	margin: 0px;
	padding: 0;
}
#settings{
background-color: #F8F8F8;
padding: 5px;
margin: 5px;

position: absolute;
	border: 1px solid Gray;
	font : 11px  verdana, sans-serif;
	color:#000;
	text-align: center;

}
 #settings input,#settings select{
	font : 11px sans-serif;
	border: 1px solid #000;
	color: #000;
}
.pager, .pager a{
	font-size: 11px;
	text-decoration: none;
}
.pager a:hover{
	background-color: #ACCCFF;
}
.cont{
/*	font-size: 11px;*/
	margin-top: 15px 0px 15px 5px;
}
.cont a{
	color: #2A3867;
	margin-top: 15px 0px 15px 5px;
	text-decoration: none;
}
.cont a:hover{
	text-decoration: underline;
}
