body {
    background-color: #FFF;
	margin:0px;
	text-align:center;
	color:#000;
	font-family: Verdana; 
	font-size: 11px;
}

td {
    font-family:Tahoma;
    font-size:12px;
    color:#000;
}

a {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	/*font-weight: bold;*/
}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	font-family: Verdana;
	font-size: 11px;
    color: red;
	text-decoration: underline;
}

a:active {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #08288C;
}

.a-sub {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}

input{
    font-family:Tahoma;
    font-size:12px;
    color:#000;
}

select{
    font-family:Tahoma;
    font-size:12px;
    color:#000;
}

textarea{
    font-family:Tahoma;
    font-size:12px;
    color:#000;
}

#header {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	height:90px;
	text-align:right;
	vertical-align:top;
}

#menu_bg {
	height:39px;
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	color:#FFFFFF;
}

#flash_banner {
	vertical-align:top;
	background-image:url(../images/bg_shadow.gif);
	background-repeat:repeat-y;
	height:243px;
	padding-left:10px;
}

#spacer {
	height:10px;
}

#main_features {
	height:170px;
	vertical-align:top;
}

#footer {
	text-align:center;
	padding:10px 0 0 0;
	height:41px;
	font-size:9px;
}


/*----------------right menu start-----------------------------*/

.arrowlistmenu{
/*width: 180px; width of menu*/
	width:230px;
	border-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
	background-image:url(../images/bg_rightmenu.png);
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:top;
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: white;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/	
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(../images/arrowbullet.png) no-repeat 10px 2px; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

/*----------------right menu end-----------------------------*/

/*--------------menu start---------------------*/
.indentmenu{
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	text-align: right;
	/*margin-top:50px;*/
}

.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-image:url(images/bg_menu.gif);
	background: black url(media/indentbg.gif) center center repeat-x;*/
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	/*float: right;*/
	color: #000; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	height:30px;
	/*border-right: 1px solid #FFF; white purple divider between menu items*/
}

.indentmenu ul li a:visited{
	color: #000;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #000 !important; /*text color of selected and active item*/
	/*padding-top: 6px; shift text down 1px for selected and active item*/
	/*padding-bottom: 4px; shift text down 1px for selected and active item*/
	/*background: black url(media/indentbg2.gif) center center repeat-x;
	background-color:#000000;*/
	background-image:url(../images/menu_hover.gif);
	background-repeat:no-repeat;
	background-position: 40px 20px;
	text-decoration:none;
	overflow: visible;
}
/*--------------menu end---------------------*/

/*----------------right menu start-----------------------------*/

.arrowlistmenu{
/*width: 180px; width of menu*/
	width:230px;
	border-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
	/*background-image:url(images/bg_rightmenu.png);*/
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:top;
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: #000;
	background: #FFB601;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	margin:0 0 5px 0;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*margin-bottom: 8px; bottom spacing between each UL and rest of content*/	
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	
}

.arrowlistmenu ul li a{
	color: #FFC801;
	background: url(../images/arrowbulletaa.png) no-repeat 10px 2px; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 20px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px  dotted #dadada;
	font-size: 10px;
	text-align:left;
}

.arrowlistmenu ul li a:visited{
	color: #FFC801;
	font-size: 10px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000;
	background-color: #FEE27E;
	font-size: 10px;
}

/*----------------right menu end-----------------------------*/

#rotate {
	
	padding:0px 10px 0px 10px;
	/*background-image:url(images/bg_rotate.gif);*/
	background-repeat:no-repeat;
	background-position:457px 0px;
}

#tab_border {
	border-left: 11px solid #FFC801;
	border-right: 11px solid #FFC801;
	border-top: 15px solid #FFC801;
}

#tab_content {
	text-align:left;
}

#tab_content tr td{
	font-size:11px;
	vertical-align:top;
	padding:0px 5px;
}

#tab_content h1 {
	font-weight:bold;
	color:#000000;
	font-size:11px;
}

#tab_content a img, a {
	border:none;
	color:#FFB601;
	text-align:right;
}

#tab_content a:hover {
	text-decoration:none;
	color:#000000;
}

#banner {
	height:85px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: 42px 18px;
	text-align:right;
	vertical-align:top;
	padding-top:10px;
	padding-right:10px;
}

#bg_left {
	background-image:url(../images/bg_left.gif);
	background-repeat:repeat-y;
}

#bg_right {
	background-image:url(../images/bg_right.gif);
	background-repeat:repeat-y;
}

#content_bg {
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	padding:0 17px;
}

#content {
	background-color:#fff;
	padding:0 10px;
}

#article tr td {
	vertical-align:top;
}

#article img{
	float:left;
	padding:0 10px 10px 0;
}

#article h1 {
	font-size:18px;
	font-weight:bold;
	color:#FFC801;	
}

/*----------------Show or Hide Content-----------------------------*/
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	/*color:#000000;
	font-size:0.9em;
	background-color:#FFC801;
	width:430px;
	margin-top:2px;
	padding-left:2px;
	height:18px;*/	
	margin-bottom:3px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #000000;
	background-color:#FFC801;
	/*width:400px;	*/
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:5px;
	/*font-size:0.9em;	*/
	position:relative;
}
