html,body {
	text-align:center;
	background-color: #333466;
	color:#000000;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

DIV{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

a:link , a:active , a:visited{
	color: #990000;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
}

img.floatLeft { 
    float: left; 
	border: 1px dotted #0099FF;
	padding: 10px;
	margin: 10px;
	clear:both;
}

img.floatRight { 
    float: right; 
	border: 1px dotted #FF6600;
	padding: 10px;
	margin: 10px;
	clear:both;
}

.center { 
	border: 1px dotted #0099FF;
	padding: 5px;
	margin: 5px;
	clear:both;
	text-align:center;
}

#header_div {
	height: auto;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	vertical-align:middle;
	padding:10px;
	clear:both;
	text-align:left;
	cursor:pointer;
}

#header_right {
	color: #000000;
	font-weight:bold;
	font-size:14px;
	width: auto;
	float:right;
}

#header_right a:link , #header_right a:active , #header_right a:visited{
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
	text-align:center;
}

#header_right a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#look_here {
	width:300px;
	float:right;
	height:130px;
}

#look_here a:link , #look_here a:active , #look_here a:visited {
	background:url(images/texcom_look_here_1.png) no-repeat right top;
}

#look_here a:hover {
	background:url(images/texcom_look_here_2.png) no-repeat right top;
}

#header_right .red {
	color: #FF0000;
}

.red {
	color: #FF0000;
	font-weight:bold;
}

#left_menu {
	float:left;
	width: 115px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#333367;
}

#left_menu a:link , #left_menu a:active , #left_menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width:110;
	font-size: 11px;
	vertical-align:middle;
	padding:5px;
}

#left_menu a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color: #FF6600;
}

#page_title {
	color:#333466;
	height: auto;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	line-height:180%;
	clear:both;
	text-align:left;
}

#content {
	height: auto;
	text-align:left;
	line-height:130%;
	padding:10px;
	margin-top:4px;
}

#div_row {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px dotted #CCCCCC;
	height:auto;
	width:99%;
	float:left;
}

#div_left {
	float: left;
	width: 47%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:10px;
}

#div_left .header {
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#333367;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
}

#div_right {
	float: right;
	width: 47%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#div_right .header {
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#333367;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
}

#index_left {
	float: left;
	width: 480px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:10px;
}

#index_right {
	float: right;
	width: 220px;
	height: auto;
	margin: 10px;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	border: 2px solid #000000;
}

#index_right a:link , #index_right a:active , #index_right a:visited{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding:10px;
	background-color:#990000;
	font-weight:bold;
}

#index_right a:hover {
	text-decoration:none;
	color: #990000;
	background-color: #FFFFFF;
}

#index_test { 
	float: right;
	width: 220px;
	height: auto;
	margin: 5px;
	padding:5px;
	border: 1px dotted #990000;
	background-color: #FFFFFF;
	color:#333367;
	font-weight:bold;
	font-size:11px;
}

.div_section {
	vertical-align:middle;
	color:#0099FF;
	font-weight: bold;
	background-color:#000000;
}

#news_right {
	float: right;
	width: 275px;
	height: auto;
	margin: 10px;
	padding:10px;
	border: 1px dotted #892612;
	clear:both;
}

#footer {
	height: auto;
	width: 780px;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
	color:#000000;
	clear:both;
}

#content UL LI {
	list-style-position:outside;
	list-style: disc;
	text-align: left;
	line-height:180%;
	color:#333367;
}

#content UL UL {
	list-style: disc;
	list-style-position:outside;
	text-align: left;
	line-height:180%;
	color:#333367;
}

.image {
	border: 1px dotted #46459c;
	padding: 5px;
	margin: 5px;
}

.header {
	color: #990000;
	font-weight:bold;
}

.bold {
	color: #990000;
	font-weight:bold;
}

.white {
	color: #FFFFFF;
	font-weight:bold;
	font-size:14px;
}

#callout { 
	border: 1px dotted #990000;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	clear: both;
}

#callout_1 { 
	border: 1px dotted #990000;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	clear: both;
	color:#323366;
}

#callout_1 .bold { 
	color: #990000;
	font-weight:bold;
}

#callout_2 { 
	border: 1px dotted #323366;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	clear: both;
	color:#990000;
}

#callout_2 .bold { 
	color: #323366;
	font-weight:bold;
}

#callout_2 h2 {
	font-size:18px;
	color: #FF0000;
	font-weight:bold;
}

#sidebar_right {
	float: right;
	width: 275px;
	height: auto;
	margin: 10px;
	padding:10px;
	border: 1px dotted #0099FF;
	background-color:#666666;
}

#sidebar_right .bold {
	font-weight:bold;
	color:#FF6600;
}

#main {
	height: auto;
	width: 780px;
	clear:both;
	padding:10px;
}

#main .bl {
	background: url(images/gray/bl.png) 0 100% no-repeat;
	width: 780px;
}

#main .br {
	background: url(images/gray/br.png) 100% 100% no-repeat;
	width: 780px;
}

#main .tl {
	background: url(images/gray/tl.png) 0 0 no-repeat;
	width: 780px;
}

#main .tr {
	background: url(images/gray/tr.png) 100% 0 no-repeat;
	width: 780px;
	height: auto;
}

/* BG color here*/
#main .t {
	background: url(images/gray/dot.png) 0 0 repeat-x  #dadbff;
	width: 780px;
	height: auto;
}

#main .b {
	background: url(images/gray/dot.png) 0 100% repeat-x;
	width: 780px;
}

#main .l {
	background: url(images/gray/dot.png) 0 0 repeat-y;
	width: 780px;
}

#main .r {
	background: url(images/gray/dot.png) 100% 0 repeat-y;
	width: 780px;
}

/*Top Menu*/

#top_menu {
	height: auto;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	text-align:center;
	background-color: #990000;
}

#top_menu a:link , #top_menu a:active , #top_menu a:visited{
	color: #FFFFFF;
	background-color: #990000;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	display:block;
	float:left;
	width:auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	margin:2px;
}

#top_menu a:hover {
	color:#990000;
	background-color: #FFFFFF;
}

#top_menu .bl {
	background: url(images/nav/bl.png) 0 100% no-repeat;
	width: 780px;
}

#top_menu .br {
	background: url(images/nav/br.png) 100% 100% no-repeat;
	width: 780px;
}

#top_menu .tl {
	background: url(images/nav/tl.png) 0 0 no-repeat;
	width: 780px;
}

#top_menu .tr {
	background: url(images/nav/tr.png) 100% 0 no-repeat;
	width: 780px;
	height:38px;
}

/* BG color here*/
#top_menu .t {
	background: url(images/nav/dot.png) 0 0 repeat-x;
	width: 780px;
}

#top_menu .b {
	background: url(images/nav/dot.png) 0 100% repeat-x;
	width: 780px;
}

#top_menu .l {
	background: url(images/nav/dot.png) 0 0 repeat-y;
	width: 780px;
}

#top_menu .r {
	background: url(images/nav/dot.png) 100% 0 repeat-y;
	width: 780px;
}

#faq_left_wrap {
	float: left;
	width: 250px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#faq_left {
	float: left;
	width: 250px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

/*#faq_left a:link , #faq_left a:active , #faq_left a:visited {
	text-decoration: none;
	display:block;
	padding:5px;
	border-bottom:1px solid #999999;
}

#faq_left a:hover {
	text-decoration:none;
	background-color: #FFFFFF;
	border-bottom:1px solid #999999;
}*/

#faq_left OL {
	list-style-image: none;
	list-style:decimal;
	list-style-position:outside;
}

#faq_left OL LI a:link, #faq_left OL LI a:visited, #faq_left OL LI a:active {
	list-style-image: none;
	list-style:decimal;
	list-style-position:outside;
	font-weight:normal;
	text-decoration: none;
	display:block;
}

#faq_left OL LI a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	display:block;
}


#faq_right {
	float: left;
	width: 450px;
	height: auto;
	min-height:200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	padding-left: 10px;
	text-align:left;
	border-left:1px dashed #999999;
}

/*Wrapper*/

#wrapper {
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border:2px solid #999999;
	background-color: #FFFFFF;	
}

.big {
	font-size:18px;
}

h1 {
	font-size:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h2 {
	font-size:18px;
	color: #FF0000;
	font-weight:bold;
}