/*@import "main.css";
@import "topmenu.css";
@import "rightmenu.css";*/
@import "footerLayout.css";
@import "menu.css";
@import: url("iemenu.css"); /* IE only */
* {
	font-family: Arial;
}
body {
	behavior: url("design/csshover.htc");
	font-size: 12px;
}
a img {
	border: 0;
}
#header {
	margin: 0;
}
#page {
	width: 962px;
	border-right: 1px solid rgb(178, 178, 178);
    border-left: 1px solid rgb(178, 178, 178);
}
#top {
	height: 60px;
}
#contentMain {
	padding: 5px;
	width: 690px;
	float: right;
	min-height: 100%;
}
#leftPannel {
	width: 260px;
	float: left;
	color: rgb(34, 34, 34);
	font-weight: bold;
	line-height: 28px;
}
#leftPannel img{
	vertical-align: -3px;
}
#leftPannel #contactPannel {
	width: 260px;
	height: 130px;
	background: #FD500C;
	padding-top: 10px;
}
#leftPannel #contactPannel #inbox form{
	display: inline;
}
#leftPannel #contactPannel #inbox {
	width: 220px;
	height: 120px;
	background: #FD733D;
	margin: 0 auto;
	border-top: 1px solid #FEB99D;
	border-left: 1px solid #FEB99D;
	border-right: 1px solid #812A08;
	border-bottom: 1px solid #812A08;
}
#leftPannel #contactPannel #inbox {
	color: #110804;
	line-height: 12px;
}
#leftPannel #contactPannel #inbox input.text {
	background: #FC7C11;
	height: 15px;
	border: 1px solid rgb(2, 1, 0);
	width: 155px;
}
#leftPannel #contactPannel #inbox textarea {
	background: #FC7C11;
	height: 25px;
	border: 1px solid rgb(2, 1, 0);
	width: 155px;
}
#leftPannel hr{
	height: 1px;
	background-color: rgb(204, 204, 204);
	border: 0;
}
#sep1 {
	height: 2px;
	background: url(home2_07.gif) repeat-x;
	font-size: 1px;
}
#sep2 {
	height: 4px;
	background: url(home2_11.gif) repeat-x;
	font-size: 1px;
}
#sep3 {
	height: 3px;
	background: white;
	font-size: 1px;
}
#menu-a {
	height: 18px;
	background: rgb(49, 54, 48);
	color: white;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}
#menu-a a{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu-a img{
	vertical-align: -4px;
	height: 18px;
}
#menu-b {
	height: 16px;
	padding-right: 40px;
	background: rgb(253, 80, 12);
}
img {
	vertical-align: top;
}
#footer {
	width: 962px;
	font-size: 10px;
	text-align: right;
	border-right: 1px solid rgb(178, 178, 178);
    border-left: 1px solid rgb(178, 178, 178);
	direction: ltr;
}
#footer #links_rectangle {
	width: 327px;
	height: 12px;
	background: rgb(204, 204, 204);
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: 13px;
	color: rgb(115, 115, 115);
	font-weight: bold;
	float: left;
}
#footer #links_rectangle a{
	color: rgb(115, 115, 115);
	text-decoration: none;
}
#footer #links_rectangle img{
	vertical-align: baseline;
}
#footer #noa-rights {
	direction: ltr;
	text-align: left;
	color:rgb(163, 163, 164);
	font-weight: bolder;
	padding: 2px 0 0 25px;
	font-size: 11px;
}
h1{
	display: inline;
	font-size: 15px;
	font-weight: bold;
	color: rgb(33, 29, 112);
}
h2 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: rgb(33, 29, 112);
}
ul.special {
	list-style-image: url(list_icon.gif);
	margin: 5px 0;
	padding: 0 25px;
	font-weight: bold;
}
ul.special li {
	padding-bottom: 2px;
}