* {
    padding: 0;
    margin:0 auto 0 auto; 
} 

body {
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#333333;
	line-height:18px;
	padding:0;
	margin:0;
	background: #ebebeb;
	text-align:center;
}

a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 100%;
	text-align:center;
	background: #ebebeb;
	padding:0px;
	margin:0 auto 0 auto;
}


#top { 
	width: 100%;
	text-align:center;
	background: #abc6eb url('img/top-bg.gif');
	height: 93px;
	margin:0 auto 0 auto; 
}

#content {
	width: 972px;
	text-align:center;
	background: url('img/body-bg.gif');
	background-repeat: repeat-y;
	background-position:center;
	margin:0 auto 0 auto;
}

.bodycontent {
	width: 100%;
	text-align: center;
	margin:0 auto 0 auto;
}

.navbar { 
    width:100%;
	text-align:center;
	background: #ebebeb url('img/menu-top-bg-htm.gif');
	background-repeat:repeat-x;
	height: 42px;
}

.breadcrumbs { 
    width: 972px;
	text-align:center;
	background: url('img/menu-top-bg-body.gif');
	background-repeat:no-repeat;
	background-position:center;
	height: 42px;
}


.main-flash { 
    width: 100%;
	text-align:center;
	background: #ebebeb url('img/main-flash-bg-htm.gif');
	background-repeat:repeat-x;
	background-position:top;
	display: block;
}


.header {
	background:transparent;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.ruler {
	background-image:url(img/ruler-bg.gif);
	padding-bottom:8px;
}

.middle {
	text-align: left;
	float:left;
	width:641px;
	min-height: 600px;
    height: auto !important;
    height: 600px;
	padding-left:30px;
	padding-right:40px;
	background-image:url(img/bg-home.jpg);
	background-position:top;
	border-left:#cccccc 1px solid;
}

.middle h2 { color: #ff9101; font-family:Arial, Helvetica, sans-serif; font-size: 18px; margin-bottom: 10px; margin-top: 10px;}


.middle_contact {
	text-align: left;
	float:left;
	width:641px;
	height:600px;
	padding-left:30px;
	padding-right:40px;
	background-position:top;
	border-left:#cccccc 1px solid;
}

.middle_contact h2 { color: #ff9101; font-family:Arial, Helvetica, sans-serif; font-size: 18px; margin-bottom: 10px; margin-top: 10px;}

.txtlink1 { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	color: #000000;
	text-decoration: none;
	line-height:18px;
}
.txtlink2 { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color: #0066cc;
	text-decoration: none;
	line-height:normal;
}


.right {
	float:right;
	width: 260px;
	text-align:right;
	display:block;
	background-image:url(img/frame-bg.gif);
	background-repeat: repeat-y;
	margin:0 auto 0 auto;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0 auto 0 auto; 
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
	margin:0 auto 0 auto; 
}

.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
	margin:0 auto 0 auto;
}


