/* General Configuation */

body{
    margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#bbddee;
}

#topbar{
    width:100%;
	background-image:url(images/topbar_bg.gif);
	background-repeat:repeat-x;
	height:38px;
}
#topbar #innerleft{
	color:#999999;
	padding:0 0 0 12px;
	width:800px;
	line-height:38px;
	font-size:12px;
	float:left;
}
#topbar #innerright{
	color:#ffffff;
	padding:0 12px 0 0;
	width:22px;
	text-align:right;
	line-height:38px;
	font-size:11px;
	float:right;
}
#topbar #innerright a{
	color:#ffffff;
}

#wrapper{
    width:100%;
	background-image:url(images/wrapper_bg.gif);
	background-repeat:repeat-x;
	background-color:#bbddee;
	text-align:center;
}
#wrapper2{
    width:886px;
	background-image:url(images/wrapper2_bg.gif);
	background-repeat:repeat-y;
	background-color:#bbddee;
	margin:0px auto;
}
#wrapper3{
    width:886px;
	margin:0px auto;
	background-image:url(images/wrapper3_bg.gif);
	background-repeat:no-repeat;
	text-align:left;
}

/* Header */

#header{
    width:842px;
	height:115px;
	margin:0px 22px 0px 22px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
}
#header #left{
    width:500px;
	float:left;
}
#header #right{
    width:328px; /* 342 px */
	float:left;
	text-align:right;
	padding:12px 14px 0 0;
	font-size:11px;
	line-height:14px;
}
#header #right a{
    color:#FFFFFF;
}

/* Crumb */

#crumb{
    width:820px; /* 840px */
	height:12px; /* 24px */
	margin:0 auto;
	padding:4px 10px 8px 10px;
	background-image:url(images/crumb_bg.gif);
	background-repeat:repeat-x;
	font-size:12px;
}

/* Body */

#body{
    width:840px;
	padding:0px 0px 0px 23px;
	float:left;
	font-size:80%;
}

#body #right{
    width:630px;
	padding:0px 10px 0px 10px;
	float:right;
}
#body #right h2{
	margin-left:10px!important;
}

#body #left{
    width:180px;
	padding:0px 0px 0px 10px;
	float:right;
}
#body #left #menu a:link{
    color:#bbddee;
}
#body #left #menu a:visited{
    color:#d2d2fe;
}
#body #left #menu a:hover{
    text-decoration:none;
}

#body #left #menu h3{
    width:180px;
	background-image:url(images/leftmenu/header.gif);
	height:35px;
	line-height:35px;
	text-align:center;
	margin:8px 0 0 0;
	font-size:15px;
	color:#daeaff;
}
#body #left #menu ul{
	margin:0;
    padding:8px 0 10px 24px;
	list-style:square;
	background-color:#333333;
	color:#FFFFFF;
}
#body #left #menu li{
    padding:0;
	line-height:150%;
}

#body h1{
    background-image:url(images/h1_bg.gif);
	background-repeat:no-repeat;
	padding:8px 0 10px 30px;
	margin:6px 0 10px 8px;
	font-size:18px;
}
#body h2{
    background-image:url(images/h2_bg.gif);
	background-repeat:no-repeat;
	padding:2px 0 4px 14px;
	margin:0 0 6px 0;
	font-size:14px;
}
#body p{
	margin:2px 0 12px 14px;
	line-height:140%;
}
#body table#default{
	background-color: #333333;
}
#body table#default td{
	background-color: #ffffff;
	padding:3px;
}
#body table#horizontal{
	background-color: #ffffff;
}
#body table#horizontal td{
	background-color: #ffffff;
	border-bottom: 1px solid #333333;
	padding:5px 1px;
}



#heightfixer{
    width:1px;
	float:left;
	height:600px;
	margin:0px 22px 0px 0px;
}
#contact{
    clear:both;
	width:840px;
	margin:0px auto;
	padding:10px 0 0 0;
	text-align:center;
	color:#eeeeee;
}
#footer{
    clear:both;
	width:840px;
	margin:0px auto;
	padding:10px 0 0 0;
	height:38px;
	text-align:center;
	color:#eeeeee;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	line-height:17px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
}
#footer a:link{
    color:#bbddee;
}
#footer a:visited{
    color:#d2d2fe;
}
#footer a:hover{
    text-decoration:none;
}
