body
{
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #1b2f61;
	background: #e4c66d url(assets/bg.jpg) repeat-x;
text-align: center;
}

a, td, p, div
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}


.italic {
	font-size: 11px;
	font-style: italic;
}

p
{
	margin: 0 0 6px 0;
	padding: 0;
}

hr
{
	color: #e4c66d;
	background-color: #e4c66d;
	height: 1px;
	border: 0;
}

a { color: #A43004; }
a:link { color: #A43004; }
a:visited { color: #A43004; }

a:hover
{
	color: #293c78;
	text-decoration: underline;
}

a:active { color: #A43004; }

/* htags */
h1, h2, h3, h4, h5
{
	font-family: tahoma, "trebuchet ms", verdana, arial;
	clear: both;
}

h1
{
	margin: 0 0 10px 0;
	color: #A43004;
	font-size: 20px;
	line-height: normal;
	padding-bottom: 3px;
	border-bottom: solid 1px #A43004;
	text-align: center;
}

h2
{
	margin: 0;
	color: #D25908;
	font-size: 13px;
	line-height: 16px;
	clear: right;
}

h3
{
	color: #A43004;
	font-size: 12px;
	font-weight: normal;
	border-bottom: solid 1px #A43004;
	border-top: solid 1px #A43004;
	margin: 5px 0;
	padding: 5px 0;
}

h4
{
	margin: 0 0 10px 0;
	color: #A43004;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	clear: none;
}

.question
{
	margin: 10px 0 0 0;
	color: #A43004;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

h5
{
	margin: 0 0 10px 0;
	color: #1b2f61;
	font-size: 15px;
	border-bottom: solid 1px #fff0d3;
}

#maincontainer
{
	width: 760px;
	/*Width of main container*/
	margin: 0 auto;
	/*Center container on page*/
	background: url(assets/bg_maincontent.jpg) repeat-y;
text-align: left;
}

#topsection
{
	height: 177px;
	/*Height of top section*/
}

#contentwrapper
{
	float: left;
	width: 100%;
	background: url(assets/bg_content.jpg) no-repeat 200px 0;
}

#contentcolumn
{
	margin: 0 170px 0 200px;
	/*Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn2
{
	margin: 0 10px 0 210px;
	/*Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth*/
}

.qanda
{
	margin: 0px;
	padding: 1px 20px 2px 20px;
}

#leftcolumn
{
	float: left;
	width: 200px;
	/*Width of left column in pixel*/
	margin-left: -760px;
	/*Set margin to that of -(MainContainerWidth)*/
	background: url(assets/bg_nav.jpg) no-repeat;
}

#rightcolumn
{
	float: left;
	width: 170px;
	/*Width of right column*/
	margin-left: -170px;
	/*Set left margin to -(RightColumnWidth)*/
	color: #000;
}

#Mainright
{
	border-left: 1px solid #ffd78b;
	padding: 0 10px 0 10px;
}

#Mainright img { margin-right: 10px; }
#Mainright hr { margin: 10px 0 10px 0; }

/* nav */
#list_top_ul li a
{
	display: block;
	padding: 5px 5px 0 0;
	vertical-align: middle;
	height: 20px;
	color: #293c78;
	text-align: right;
	font-weight: bold;
	margin: 0;
}

#list_top_ul li a:hover { background: #fff0d3; }
#list_top_active { background-image: url(assets/bg_nav2.gif); }

/* Lists */
#list_top_ul li
{
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ffd88f;
}

#list_top_ul
{
	margin: 8px 0px 0px 0px;
	padding: 0px;
	border-left: solid 1px #ffd88f;
}

#LeftColumnContent { margin: 0 0 0 10px; }

#logoicon
{
	border: none;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 80px;
	background: url(assets/a_icon.gif) no-repeat;
}

#logoicon span { visibility: hidden; }

/*subnav */
.navcontainer
{
	margin: 8px auto 10px auto;
	border-top: 1px solid #bd721f;
	padding-left: 170px;
	z-index: 1;
}

.navcontainer ul
{
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}

.navcontainer li
{
	display: inline;
	text-align: center;
	margin: 0 5px;
}

.navcontainer li a
{
	padding: 1px 7px;
	color: #bd721f;
	background-color: #fff;
	border: 1px solid #bd721f;
	text-decoration: none;
}

.navcontainer li a:hover
{
	color: #293c78;
	border: 1px solid #bd721f;
	border-top: 2px solid #293c78;
	border-bottom: 2px solid #293c78;
}

.navcontainer li a#current
{
	color: #293c78;
	background-color: #fff0d3;
	border: 1px solid #bd721f;
	border-top: 2px solid #293c78;
	border-bottom: 2px solid #293c78;
}

ul { margin: 15px 0 15px 0px; }

li
{
	list-style-position: outside;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	list-style-type: circle;
	padding: 3px 0 3px 0;
}

/* footer */
#footer
{
	clear: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #293c78;
	padding: 0;
}

#testamonial
{
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 13px;
	color: #D25908;
	background-color: #fadfa8;
	font-style: italic;
}

#boxquote
{
	padding: 5px;
	margin: 5px 0px 5px 200px;
	text-align: center;
	font-size: 12px;
	color: #bd721f;
	background-color: #fff;
}

#footer a
{
	color: #A43004;
	text-decoration: underline;
	font-size: 10px;
}

#footer a:hover
{
	color: #ca8304;
}


.innertube
{
	margin: 0 10px;
	/*Margins for inner DIV inside each column (to provide padding)*/
}

