body { 
	margin: 0pt;
	background: #111111;
	text-align: center;
}

#pageContainer {
	margin:0 auto;
	border: 1px solid gray;
	background: white;
	width: 940px;
	text-align: left;
	font-family: Calibri, Arial, sans-serif;
}

#topBanner {
	background-position:bottom left;
	height:124px;
	text-align: right;
	clear: both;
	margin: 0;
}

.columnContainer {
	margin:0 auto;
	background: white;	
	text-align: left;
	font-size: 18px;
}

#leftColumnPic {
	float: left;
	padding:0px;
	width: 300px;
	margin-top: 0;
	margin-left: 0;
}


#leftColumn {
	float: left;
	padding:10px;
	width: 300px;
	margin-top: 0;
	margin-left: 0;
}


#rightColumn {
	float: right;
	padding:10px;
	margin-top: 0;
	width: 194px;
	background: white;
	
}

#middleColumn {
	padding: 6px 220px 5px 320px;
	margin: 0px;
	background: white;

}

#footer {
	clear: both;
	background: url(images/navGrad.gif) center center repeat-x;
	color: white;
	text-align: center;
	font-size: 10px;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	padding: 00px;

}

#footer a {
	color: white;
}


.navcontainer {
	width:100%;
	font-weight: bold;
	font-size:11px;
	background: url(images/navGrad.gif) center center repeat-x;
	color: white;
	margin:0;
	padding: 0;
	text-align: left;
	
}

.navcontainer a{
	display:block;
	font-family:verdana;
	font-size:11px;
	color: #fff;
	height:27px;
	width:140px;
	text-align:center;
	margin:0;
	text-decoration: none;
	cursor:pointer;
}

.navcontainer a:hover{
	color:#eee;
	background-image:url('images/blueGradover.gif');
	cursor:pointer;
}

.dropmenudiv {
	position:absolute;
	top: 0;
	font:normal 11px Verdana;
	line-height:28px;
	z-index:100;
	width: 160px;
	visibility: hidden;
	border:1px solid #2a6fbe;
	margin: 0;

}

.dropmenudiv a{
	display: block;
	text-align:left;
	text-indent: 3px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color:#2a6fbe;
	opacity: .95;

}

* html .dropmenudiv a{ 
	width: 100%;
	filter:alpha(opacity=95);
}

.dropmenudiv a:hover{
	background-image:url('images/navBgOver.gif');
	color:#000;
	opacity: .95;
	filter:alpha(opacity=95);
}

.itemBoxHeader {
	background: url(images/navGrad.gif);
	font-family:verdana;
	font-size:11px;
	color: #fff;
	height:27px;
	text-align:left;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 6;
}

.itemBoxContent {
	background: white;
	font-family:verdana;
	font-size:10px;
	color: #000000;
	height:27px;
	text-align:left;
	font-weight: normal;
	margin: 0;
	border: 1px solid #CCCCFF;
	padding: 6 6 0 6;
}


.home_article_snippet {
	color:#333;
	padding: 10;
	font-size:14px;
	background-image:url('images/HPStory.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
}

.bigbutton {
	width:160px;
	font-weight: bold;
	font-size:11px;
	background: url(images/navGrad.gif) center center repeat-x;
	color: white;
	margin:0;
	margin-left:20;
	padding: 0;
	text-align: left;
	
}

.bigbutton a{
	display:block;
	font-family:verdana;
	font-size:11px;
	color: #fff;
	height:27px;
	width:160px;
	text-align:center;
	
	text-decoration: none;
	cursor:pointer;
}

.bigbutton a:hover{
	color:#eee;
	background-image:url('images/blueGradover.gif');
	cursor:pointer;
}

.legal 
{
    margin-left: 320px;
    margin-right: 140px;
    font-size: 12px;
    
}

.termsandconditions
{
    background: white;
    text-align: left;
    font-size: 12px;
    font-family: Courier New;
}