/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
border: 0; margin: 0; padding: 0;}

body {
	background-color: #3D305C;
	/*background-color: #2A2889*/;
	color: #FFF;
}
#wrapper {
  width:770px;
  text-align:left;
  margin:1.6em auto;
}

#container{
	clear:both;
	background-color:#2A2889;
	width:652px;
	height:565px
}

#leftContent {
  float:left;
  width:225px;
  height:565px;
  margin-right:20px;
}
#rightTop {
  float:left;
  background:#2A2889 url(../images/Right_side.gif) no-repeat right top;
  width:387px;
  height:545px;
  padding:0px 10px;  
  margin:0;
}
.clearFloat {
  clear:both;
}
#rightBottom{
	clear:both;
	position:relative;
	top:-227px;
	padding:10px;
	height:205px;
	margin-left:225px;
	background-color:#2A2889;
	border-top: white dashed 2px;
	border-left: white dashed 2px;
	z-index:10;
	background:#2A2889 url(../images/Right_side.gif) no-repeat right bottom;
	color:#fff;
}
h1 {
	position:relative;
	top:35px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bolder;
	background:#3D305C url(../images/title.jpg) no-repeat;
	text-indent: -1000px;
	padding-bottom:0.2em;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bolder;
	padding: 0.3em 0;
}
.loose {
	font-family: "Courier New", Courier, mono;
	color: #CCC;
	font-size: 1.0em;
	font-weight:bold;
	line-height: 1.8em;
	padding-top:4px;
}
.normal {
	font-family: "Courier New", Courier, mono;
	color: #FFF;
	font-size: 0.9em;
	padding-bottom:10px;
}
.easy-read {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.condensed {
	font-family: "Courier New", Courier, mono;
	color: #FFF;
	font-size: 0.7em;
	padding-bottom:8px;
}
.important {
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:1em;
	font-size:0.9em;
}
ul li {
	list-style:disc;
	list-style-position:inside;
	line-height:1.0em;
}
/* links -------------------------------------------------------- */
a {
	color: #FFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color:#0C0;
	text-decoration: underline;
}
/* menu tabs ----------------------------------------------------- */
#tabsJ {
	position:relative;
	top:0px;
	float:right;
	width:100%;
	background-color: transparent;
	font-size:0.8em;
	line-height:normal;
}
#tabsJ ul {
	margin:0;
	padding:10px 10px 0 275px;
	list-style:none;
}
#tabsJ li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsJ a {
	float:left;
	background:url("../images/tableftJ.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsJ a span {
	float:left;
	display:block;
	background:url("../images/tabrightJ.gif") no-repeat right top;
	padding:5px 15px 6px 6px;
	color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
	float:none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span {
	color:#FFF;
}
#tabsJ a:hover {
	background-position:0% -42px;
	color:#FF0;
}
#tabsJ a:hover span {
	background-position:100% -42px;
	color:#FF0;
}
#tabsJ #current a {
	background-position:0% -42px;
}
#tabsJ #current a span {
	background-position:100% -42px;
	color:#FFF;
}