/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/header_bg.jpg) repeat-x left top;
	line-height: 20px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal; font-family:Trebuchet MS, Arial;
}
.subhead{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;}

.text_head{
	color:#ef8200;
	text-decoration:none; font-family: Trebuchet MS, Arial; font-weight:600;
font-size:16px; 

}

.img-border{ border:#A1A1A1 solid 1px;}
a {
	color: #0077dd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none; 
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px; text-decoration:none;
}

.list1 a:hover {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px; text-decoration:underline;
}

.list2 {
	margin: 0;
	list-style: none; color:#0077dd;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}
.list2 a:hover{ text-decoration:none;}
img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 10px 0px 0px;
	
}
img.right {
	float:right;
	margin: 0px 0px 20px 0px;
}
/** HEADER */

#header {
	width: 984px;
	margin: 0px auto;
	height: 176px;
	color: #254360;
}

#header .logo {
	width: 216px;
	margin: 0px auto;
	float:left;
}

#header img{
	margin: 0px auto;
	border: none;
}




/** CONTENT */

#content {
	width: 984px;
	margin: 0px auto;
	padding: 15px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 725px;
	margin: 0px;
	padding: 0px 10px;
}

#columnA h1 {
	font-size: 16pt;
	font-weight: bold; 
	color:#ef8200;
	font-family: Trebuchet MS, Arial;
}
#columnA h2 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}

#columnB {
	float: left;
	padding-left:5px;
	width: 200px;
}
#columnB h2 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}
#columnB h3 {
	font-size: 12pt; line-height:16pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}
#columnC {
	float: left;
	width: 15px;
}

/** Extra styles */

.block{ 
display:block;
background:#FFFF99;
height:24px;
color:#333333; 
vertical-align:middle;
}
.text1{ font-size:16px; font-family:Trebuchet MS, Arial;
font-weight:600; 
color:#ef8200;
}

.noborder a{ border:none; text-decoration:none; margin:0px; padding:0px;}


/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 82px;
	background: url(images/footer_bg2.jpg) repeat-x left top;
	text-align: left;
}

#footer .text {
	width: 984px;
	margin: 0px auto;
	padding: 18px 0px 0px 0px;
}

#footer .text p {
	width: 984px;
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color:#999999;
}

#footer .text a {
	color:#999999;
	text-decoration:none;
}
#footer .text a .select {
	color:#FFFFFF;
	text-decoration:none;
}
#footer .text a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
