body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #aeb3d1;
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
}

#wrapper {
	width:800px;/*562*/
	margin: 0 auto;
	background: #fff url(../images/contentbg.jpg) top center repeat-y;
	border: 1px solid #19224f;
}

#left {
 background: #19224f;
 width:200px;/*117*/
 float:left;
}

#right {
	background: #fff url(../images/newinsidetopleft.jpg) top right no-repeat;
	width:590px;/*434*/
	float:right;
	padding:5px;
	
}

#right p {
	padding-left: 10px;
}

#right h2 {
	padding-left: 10px;
}

#home_right {
	background: #c8c6e6 url(../images/home_circle.jpg) top right no-repeat;
	width:590px;/*434*/
	height: 130px;
	float:right;
	padding:5px;
}
#home_content {
	background: #fff;
	width:585px;/*434*/
	float:right;
	padding:5px;
	
}

#header {
	height:173px;
	background: url(../images/inside_banner.jpg) top center;
}

#home_header {
	height:173px;
	background: url(../images/home_banner.jpg) top center;
}

.clear {
	clear:both;
}

#footer {
	height:60px;
	background: url(../images/newfooter.jpg) top center;
}

#logoblock {
	width: 205px;
	height: 80px;
	
	float:right;
}

#left ul {
	list-style: none;
	margin:0;
	padding:0 0 0 10px;
	
}

#left li a {
	color: #fff;
}

#left li {
	border-bottom: 1px solid white;
}

#left li.last {
	border-bottom: none;
}








/* accordian */

#accordion {
    /* border: 1px solid #1F669B; */
    width: 200px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

h3.nopad {
	padding:4px 6px;
	margin:0;
	/* width:195px; */
	border-style: solid none solid none;
    border-top-color: #BDC7E7;
    border-bottom-color: #182052;
    border-width: 1px 0px 1px 0px;
    color:#fff;
    background-color: #63699C;
    display:block;
}

#accordion h3 a {
    font-size: 12px;
    /* padding: 4px 6px 4px 6px; */
    margin: 0;
    color: #fff;
    /* background-color: #63699C; */
    display:block;
    /* cursor:pointer; */
    
}

h3.inner {
	margin: 2px 0;
	background: transparent;
}

h3.inner a {
	color: #fff;
}

#visible {
    color:#CED7EF;
    background-color: #63699C;
}
#panel1, #panel2, #panel3, #panel4 {
    margin: 0;
    padding-bottom: 0;
    border: none;
}
.panel_body {
    
}

#accordion li {
	list-style: none;
}
