@charset "utf-8";
/* CSS Document */

html,body {
height: 100%;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}

html,a{
	text-decoration:none;
}

p {
	margin: 0 0 1em;
}

ul{
	margin-top: -10px;}

li{
	margin-left:-15px;
}

.link2_quick  A:hover { background-color:#ACACFB }




#container {
	margin:auto;
	width: 955px;
	height: 600px;
	background: #ffffff;
	text-align: center;
}

#header {
  background: #fff;
  background-image:url(images/header_bg.jpg);
  height:255px;
}

#top_nav {
	margin-left: 144px;
	position:relative;
	top: 227px;
}

#left_Bar {
	float:left;
	width: 145px;
	padding:0px;
	margin:0px;
}

#leftBar_Quick {
  float:left;
  width: 140px;
  background: #b0cfee;
  padding-left: 5px;
  padding-top:10px;
  	font-size:10px;

}

#leftBar_links{
    float:left;
	border: 3px;
	border-style: solid;
	border-color:#00000;
	width: 140px;
	background: #fff;
	text-align: center;
		font-size:10px;

}

#leftBar_Contact {
  background: #b0cfee;
  float:left;
  width: 145px;
  height: 75px;
  padding-top:15px;
  vertical-align:bottom;
  
}

#content_listing {
  float:left;
  width:805px;
  height:100%;
  background-color: #cdcde6;
}

#content {
	float:left;
	width:600px;
	height:100%;
	margin:10px;
	text-align:center;
}

#contentText{
	float:left;
	width:300px;
	height:100%;
	text-align: left;
}

#contentTools{
	float:left;
	width:300px;
	height:100%;
	text-align:center;
}

#rightBar {
	float:right;
	width:185px;
	height: 100%;
}

#CMA{
	float:right;
	position: absolute;
	text-align:center;
	width:185;
	margin-left:790px;
	margin-top:120px;
	
}

#rightBarComm {
	background-image: url(images/right_BG.gif);
	float:right;
	text-align: center;
	height: 300px;
	margin-left: 0px;
	width: 185px;
	padding-top:10px;
		font-size:10px;

}

#rightBarBottom{
	position:relative;
	float:right;
	width:185px;
	top:35px;
	text-align:center;
		font-size:10px;
}

#footer { 
  clear:both;
  background:#DDDDDD;
  text-align:center;
  font-size:12px;
} 

#hidden {
	clear:both;
	width:955px;
	display:none;
}
#container #rightBar #rightBarComm ul li {
	text-align: left;
}
