html {
	overflow:-moz-scrollbars-vertical;
	height: 100%;
}

body,p,ul,ol,h1,h2,form{
	margin:0px;
	padding:0px;
}
ul {
	list-style:none;
}
body {
	font-family: Tahoma;
	background:#ffffff;
	text-align:center;
	height:100%;
	font-size:11px;
}

#wbMain {
	text-align:left;
	width:800px;
	margin:0px auto;
	border-left:1px solid #CFDCE9;
	border-right:1px solid #CFDCE9;
	overflow:auto;
	line-height:200%;
	min-height: 95%;
	height: auto !important;
	height: 95%;
	background:#FFFFFF;
}

#wbHeader {
	background:#000000 url("images/jaheader.jpg") no-repeat;
	height:150px;
}

#wbMenu {
	background:#ffffff url("images/jamenu.png") no-repeat;
	height:25px;
}
#wbMenu ul{
	padding:3px;
	list-style:none;
}
#wbMenu li{
	display:inline;
	margin-left:30px;
}
#wbMenu li a{
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}
#wbMenu li a:hover{
	text-decoration: underline; 
	text-transform: uppercase;
}

/* @group My Group */



/* @end */

#wbSidebar {
	float:left;
	width:270px;
	min-height: 600px;

}

.side-item {

}
.side-item .side-title{
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
		background:#ffffff url("images/jamen.png") no-repeat;
	height:25px;
	color:#FFFFFF;
	padding:3px 10px;
}
.side-item h2{
	font-size:100%;
	margin:0px 0px 0px 15px;
}
.side-item p,ul{
	margin-left:5px;
	padding:10px;
}


#wbContent {
	float:left;
	width:520px;
	color:#494949;
	padding-left:5px;
	font-size:120%;
}

.content-item {
	margin:5px 0px 30px 0px;
}
.content-item p{
	margin-bottom:15px;
}
.content-item a {
	color:#32466B;
	text-decoration:none;
	border-bottom:1px dashed #31555B;
}

.content-item a:hover {
	color:#639432;
	border-bottom:4px double #639432;
}

h1 {
	font-size:150%;
	text-transform:uppercase;
			background:#ffffff url("images/jah1.png") no-repeat;
			color:#ffffff;
	height:25px;
	padding:0px 0px 5px 0px;
	/*margin:20px 0px 10px 0px;*/
	border-bottom:1px dashed #2C2C2C;
}

.padding {
	padding:5px;
}


#wbFooter ,.push {
	min-height:30px;
}

#wbFooter {
	margin:0px auto;
	padding:9px 0px;
	width:800px;
	color:#ffffff;
	background:#ffffff url("images/fbackground.png") no-repeat;
	border-left:1px solid #CFDCE9;
	border-right:1px solid #CFDCE9;
}

#wbFooter a{
	color:#000000;
	text-decoration:none;
}

.testi {
	padding:0px;
	margin:0px;
}
.signature {
	font-weight:bold;
	font-style:italic;
	text-align:right;
	border-bottom:0px dashed #D1D1D1;
	padding-bottom:3px;
	padding-right:10px;
}