body {
	background-color: #e8effd;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}


a	{
	font-size: 12px;
	text-decoration: none;
	color: #002872;
}

a:hover	{
	text-decoration: underline;
	color: black;
}

#container
{
	width: 952px;
	margin: auto;
	border-left: 1px solid #3736b9;
	border-right: 1px solid #3736b9;
	border-bottom: 1px solid #3736b9;
	background-color: #fff;
	height: 100%;
}

#leftcolumn	{
	background-color: #edeeff;
	height: 100%;

}

#rightcolumn	{
	height: 100%;
}

#training {
	background-image: url(images/tablebg.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 5px;
	padding-left: 10px;
	margin-top: 3px;
	width: 270px;
	height: 325px;
}

#training h1
{
	font-size: 22px;
	color: #002872;
	text-align: left;
	padding-left: 5px;
	padding-top: 7px;
	margin-bottom: 0px;
}

#training h2
{
	font-weight:normal;
	display:inline;
	font-size:14px;
	padding-left:15px;
	font-weight:bold;
	color:#069;
	line-height:20px;
}

#training h2 a
{
	font-weight:normal;
	display:inline;
	font-size:14px;
	color:#069;
	text-decoration: none;
	font-weight:bold;
}

#training h2 a:hover
{
	color: #002872;
}

#training h3
{
	font-weight:normal;
	display:inline;
	line-height:12px;
}

#training h3 a
{
	text-align: left;
	font-size: 11px;
	color: #002872;
	text-decoration: none;
	margin-left: 20px;
	padding-left:10px;
}

#training h3 a:hover
{
	color: #002872;
	background: url(images/arrow.jpg) no-repeat;
}

#training br
{
	line-height:4px;
}

#quickform {
	background-image: url(images/guideFormBG.jpg);
	background-repeat: no-repeat;
	height: 273px;
	position: relative;
	left: 5px;
}

#quickform td	{
	padding-left: 7px;
	height:23px;
}

#header	{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 952px;
	height: 106px;
	z-index: 1;
	overflow: hidden;
}

#logo
{
	width: 215px;
	height: 106px;
	overflow: hidden;
}

#socialicons
{
	position: relative;
	bottom: 40px;
	right: -770px;
	z-index: 2;
	width: 170px;
	height: 45px;
}

#hpscroll
{
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}

#content
{
	width: 650px;
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content a
{
	font-weight:bold;
}

#content h1
{
	font-size: 16px;
	color: #306297;
	display: inline;
}

#content h2
{
	font-size: 16px;
	color: #306297;
	display:inline;
	font-weight:normal;
	padding-right:3px;
}

#content h2 a
{
	font-size: 16px;
	color: #306297;
	font-weight:normal;
}

.highlight
{
	font-size: 16px;
	color: #306297;
}

#rssfeed
{
	width: 650px;
	text-align: left;
	float: left;
	padding-left: 10px;
}

#rssfeed a
{
	color: #fc6d00;
	font-weight: bold;
}

.readmore
{
	text-align: right;
	color: red;
}

#footer
{
	text-align: center;
	width: 952px;
	margin: auto;
}

#footer a
{
	color: navy;
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover
{
	color: #333;
}

#newsbox
{
	background-color:#9CF;
	border:3px dashed navy;
	width: 300px;
	padding:10px;
	margin:auto;
}

.testimonialbox
{
	background-color:#CFC;
	border:3px dotted #390;
	width: 75%;
	padding:10px;
	margin:auto;
}

.testimonial
{
	text-align:right;
	padding-right:50px;
	font-style:italic;
	font-weight:bold;
}

.disclaimer
{
	font-size:10px;
	font-style:italic;
}

.disclaimer a
{
	font-size:10px;
	font-style:italic;
	text-decoration:none;
}


/* Menu Styles */

.indentmenu{
font: bold 13px Arial;
width: 952px; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/menuOff.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 12px 12px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #333; /*text color of selected and active item*/
text-decoration:none;
padding: 12px 12px;
background: black url(images/menuOn.jpg) center center repeat-x;
}

.indentmenu ul li .last{
	border-right: none;
}

/* End Menu Styles */

/* HP Scroller Styles */

#featured{ 
	width:400px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #356aa0; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Arial, sans-serif; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#3667a2;
	color: #fff; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	color:#fff; padding:5px; margin:0;
	overflow:hidden;
	font: 18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/* End HP Scroller Styles */