#page{
	position: relative;
	width:100%;
	height: 100%;
	min-height: 100%;
	min-width: 950px;
	text-align:left;
}

html>body #page {
	height: auto;
}

html,body{
	padding:0px;
	font-size:11px;
	font-family:Tahoma,sans-serif;
	color:#4F4F4F;
	height: 100%;
	background:white;
}
table{
	font-size:11px;
	font-family:Tahoma,sans-serif;
}

body{
	margin:0px 20px;
}

a{
	color:#4C647E;
}


a:hover{
	color:#6699cc;
}

h1,h2,h3,h4,h5,h6{
	font-size:18px;
	color:#9D080D;
	font-family:Arial,sans-serif;
	margin:0px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}

h4{
	font-size:12px;
}

h5,h6{
	font-size:11px;
}

ul#leftmenu{
/*	list-style-image:url(../images/bullet.gif);*/
	list-style-type:none;
	margin:20px 10px 10px 10px;
	padding:0px;
	font:bold 12px Tahoma;
/*	border-top:dotted 1px #93B3C2;*/
	border-top:solid 1px silver;
}

ul#leftmenu li{
	padding-bottom:5px;
	padding-top:5px;
/*	border-bottom:dotted 1px #93B3C2;*/
	border-bottom:solid 1px silver;
	color:#9D080D;
}
ul#leftmenu a{
	text-decoration:none;
}

li#leftmenu2{
	padding-left:20px;
}

div#top1{
	color:white;
	background:#4C647E;
	width:100%;
	font-size:10px;
	padding-top:11px;
	padding-bottom:10px;
	position:relative;
	top:0px;
}

div#top1 span{
	margin:0px 50px;
}
div#top1 span a{
	color:white;
}

div#phone{
	position:absolute;
	top:4px;
	right:50px;
	height:75px;
	background:url(../images/phone.gif) no-repeat;
	color:white;
	font:small-caps bold 14px Verdana;
	padding:10px 0px 0px 100px;
	border-bottom:dotted 1px gray;
}
div#phone p{
	padding:0px;
	color:#6D92C1;
	font:bold 12px Arial;
	z-index:10;
}

div#comp{
	position:absolute;
	top:48px;
	left:22px;
	z-index:6;
	border-top:dotted 1px gray;
}

div#slogan{
	position:absolute;
	top:168px;
	width:100%;
	border-top:dotted 1px gray;
	border-bottom:dotted 1px gray;
	z-index:5;
	color:#4C647E;
	font: bold 15px Arial;
	padding:3px 0px 1px 0px;
}
div#slogan span{
	margin-left:325px;
	
}


div#top2 {
	WIDTH:500px;
	HEIGHT:120px;
	position:relative;
	left:205px;
	top:6px;
	border-right:dotted 1px gray;
	border-left:dotted 1px gray;
}

div#top3{
	height:55px;
	background:#7C95B4 url(../images/menu_c.jpg) repeat-x bottom right;
	position:relative;
	top:40px;
	z-index:5;
	text-align:center;
	padding:0px;
	margin:0px;
}
div#top3 img#l{
	float:left;
	margin:0px;
	padding:0px;
	_margin:0px 0px 0px -3px;
}
div#top3 img#r{
	position:absolute;
	right:0px;
	margin:0px;
	padding:0px;
}

div#top3 div{
	position:absolute;
	right:50px;
	wrap:nowrap;
	padding:0px;
	margin:0px;
}

div#top3 a,div#top3 span, div#top3 form{
	display:inline;
	color:white;
	font:bold 16px Arial;
	text-decoration:none;
	margin-top:10px;
	vertical-align:middle;
}
div#top3 span{
	color:#FFD861;
}
div#top3 a:hover{
	color:#ccccff;
}

div#top3 img{
	margin:7px 30px;
	vertical-align:middle;
}

#content{
	width:100%;
	float:left;
	margin:60px 0px 10px 0px;
}
/*
#content div{
	margin:60px 0px 10px 0px;
	vertical-align:top;
	padding:0px;
	border-right:dotted 1px gray;
	border-left:dotted 1px gray;
}
*/
#content table td{
	vertical-align:top;
	padding:2px 5px;
	border-right:dotted 1px gray;
	border-left:dotted 1px gray;
}

#content table td table td{
	border:0px ;
}

#content table#b{
	border:solid 1px gray;
	border-collapse:collapse;
}
#content table#b td,#content table#b th{
	border:solid 1px gray;
}


#empty {
	clear:both;
	overflow:hidden;
	font-size:1px;
	height:50px;
	width:100%;
}

#footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
}

#footer div{
	margin: 0px;
	text-align:center;
}
#footer div#hr{
	width:100%;
	height:5px;
	font-size:1px;
	background:silver;
	margin:10px 0px;
}

#footer div#copy{
	position:absolute;
	bottom:15px;
	left:0px;
	width:250px;
	text-align:left;
}

#footer div#powered{
	position:absolute;
	bottom:5px;
	right:0px;
}

table#feedback{
	border-left:1px solid grey;
	border-top:1px solid grey;
	width:450px;
	align:center;
}
table#feedback td{
	border-right:1px solid grey;
	border-bottom:1px solid grey;
	vertical-align:top;
}

table#right{
	text-align:center;
	font-size:12px;
}

table#right img{
	padding:1px;
	border:solid 1px silver;
	text-decoration:none;
}

table#right td{
/*	background:#aCc5e4;	*/
	padding:3px;
	border: solid 1px gray;
}

table#right a{
	font-weight:bold;
	text-decoration:none;
}

table#right a:hover{
	color:red;
	text-decoration:underline;
}

