*{
	margin:0;
	padding:0;
}
/*** The Essential Code ***/

body {
	min-width: 960px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#container {
	padding-left: 200px;      /* LC fullwidth */
	padding-right: 300px;     /* RC fullwidth + CC padding */
	width:460px;
	margin:auto;
}

#container .column {
	position: relative;
	float: left;
}

#center {
	padding: 10px 20px;       /* CC padding */
	width: 100%;
}

#left {
	width: 180px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 245px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 230px;             /* RC width */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
}

/*** IE Fix ***/

* html #left {
	left: 150px;              /* RC fullwidth */
}
#container > #left { 
	left: -245px; /* -LC width for others */ 
	margin-left: expression( document.all.center.offsetWidth * -1 + parseFloat(document.all.center.currentStyle.paddingLeft) + parseFloat(document.all.left.currentStyle.paddingLeft) + parseFloat(document.all.left.currentStyle.paddingRight) ); /* Fix for IE7 */ 
	} 
/*** Just for Looks ***/

body {
	margin: 0;
	padding: 0;
	background: #cccc99 url(../images/bodybackground.png); 
}

#header, #footer {
	text-align: left;
	padding: 0.3em 0;
	/*background: #cccc99;*/
}
#header{
	height:135px;
	background:transparent url(../images/header_bg.gif) repeat-x top center;*/
}
#footer{
	margin-left:200px;
	margin-right:260px;
	width:460px;
	margin:auto;
}
#left {
	/*background: #cccc99;*/
}

#center {
	background: #fff;
	min-height:500px;
}

#right {
	/*background: #cccc99;*/
}

#container .column {
	/*padding-top: 1em;*/
	/*text-align: justify;*/
}
#center img{
	float:right;
	border:1px solid #cccc99;
	background:#efefe0;
	margin:4px 4px 4px 4px;
	padding:4px;
}
#slideshow img{
	border:none;
	background:none;
	padding:0;
	margin:0;

}

#footerleft{
	width:350px;
	float:left;
	clear:both;
}
#footerright{
	float:left;
	width:350px;
}
/*      END Layout  */
body{
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
}
#left, #right{
	font-size:10px;
}
h1,h2,h3,h4,h5,h6{
font-family:Verdana;	
color:#990000;
font-weight:bold;
}
h1{
	margin-top:10px;
	margin-bottom:10px;
	font-size:20px;
	line-height:24px;
}
h2{
	font-size:16px;
}
h3{
	color:#990000;
	font-weight:bold;
	border-bottom:1px solid #cccc99;
	margin-top:15px;
}
p{
	margin-top:5px;
	margin-bottom:5px;
}
a img{
	border:none;
}
a{
	color:#990000;
	text-decoration:none;
}
a:hover{
	color:#990000;
	border-bottom:1px dotted #990000;
}
a:visited{
	color:#660000;
}
#logo {
	margin-left:80px;
	margin-top:-5px;
}
#logo a:hover{
	border:none;
}

#left ul{width:100%;padding:0;margin:0;}
#left ul li{
	list-style:none;
}
#left ul li a{
	display:block;
	border-bottom:1px solid #fff;
	padding-left:5px;
	font-size:1.5em;
	line-height:2em;
}
#left ul li a.active{
	border-bottom:2px solid #990000;
}
#left ul li a{
	color:#333;
	text-decoration:none;
}
#left ul li a:hover{
	background:#fff;
	color:#990000;
}
#center{
	/*border:3px double #cccc99;*/
}
#slideshow{
}
#right h2{
	line-height:2em;
	font-size:1.5em;
	background:#fff;
	color:#333;
	font-weight:normal;
	padding-left:5px;
	border-bottom:1px solid #fff;
	
}
#right li{
	margin-left:15px;
	list-style-type:circle;
}
#center li{
	margin-top:10px;
	margin-left:30px;
	list-style-image:url(../images/bullet.gif);
}
#services-list li{
	list-style-type:none;
	list-style-image:none;
	background:#990000;
	color:#fff;
	padding:4px;
	margin:1px;
	font-family:geneva;
	
}
#services-list li a{
	color:#fff;
}
#services-list li a:hover{
	text-decoration:underline;
}
a.pdf{
	background:url(../images/page_white_acrobat.png) no-repeat;
	padding:5px;
	padding-left:20px;
	margin-left:10px;
	margin-bottom:15px;
}
a.articlelink{
	background:url(../images/article_link.png) no-repeat;
	padding:5px;
	padding-left:20px;
	margin-left:10px;
	margin-bottom:15px;
}
.qstart {
     float: left;
	 display:block;
     font-size: 80px;
     color: #990000;
	 font-family:georgia;
	 height:45px;
 }

 .qend {
     float: right;
	 display:block;
     font-size: 80px;
     color: #990000;
	 font-family:georgia;
	 height:45px;
	 
 }
