* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p {
	padding: .5em 0;
}
h1, h2, h3 {
	color: #E48D1A;
	line-height: 1.3em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
a {
	/*color: #136BAF;*/
	color: #27699E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0 none;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-size: 70%;*/
	line-height: 1.3em;
	color: #666666;
	background: #FFFFFF url(images/page_bg.jpg) repeat-x;
	text-align: center;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#bartop {
	background: url(images/bartop_bg.jpg) repeat-x;
	height: 97px;
}
#logo {
	float: left;
}
#navtop {
	float: right;
	padding: 30px 50px 0 50px;
	height: 27px;
	max-width: 548px;
	line-height: 27px;
	border-bottom: 1px #CCCCCC solid;
	font-size: 10px;
}
#navtop ul {
	list-style: none;
}
#navtop ul li {
	float: left;
	list-style: none;
	background: url(images/navtab_l.jpg) left no-repeat;
	height: 27px;
}
#navtop ul li a {
	display: block;
	color: #7B7B7B;
	background: url(images/navtab_r.jpg) right no-repeat;
	font-weight: bold;
	padding: 0 15px 0 13px;
	height: 27px;
	text-transform: uppercase;
}

#header {
	clear: both;
	background: #6EAADB;
}
#boxcontact {
	float: right;
	color: #FFFFFF;
	/*font-size: 1.2em;*/
}
#boxcontact .icon {
	background: url(images/ico_phone.jpg) center left no-repeat;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	font-size: 1.1em;
	font-weight: bold;
}

#contentarea {
	background: url(images/contents_top_bg.jpg) top repeat-x;
}

#footer {
	clear: both;
	height: 120px;
	background: url(images/footer_bg.jpg) repeat-x;
	color: #FFFFFF;
	/*font-size: 10px;*/
	font-size: 1em;
}
#footer_i {
	padding: 20px;
	height: 80px;
	background: url(images/logo_footer.jpg) top right no-repeat;
}
/*#footer p {
	font-weight: bold;
}*/

#main h1 {
	font-size: 2em;
}
#main h2 {
	font-size: 1.5em;
}
#main h3 {
	font-size: 1.3em;
}

.clr {
	clear: both;
}

input.NormalTextBox {
	background: #FFFFFF url(images/textbox_bg.jpg) repeat-x;
	border: 1px #CCCCCC solid;
	font: inherit inherit;
}